From 32952d16b7f7681ca237b547b70df37ed825f01a Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Mon, 3 Aug 2009 17:01:21 +0000 Subject: - reworked USBID-License into USB-IDs-for-free.txt and USB-ID-FAQ.txt --- tests/usbconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/usbconfig.h b/tests/usbconfig.h index d7f0215..857d7a4 100644 --- a/tests/usbconfig.h +++ b/tests/usbconfig.h @@ -145,14 +145,14 @@ features. Don't use it as a prototype, use usbconfig-prototype.h instead! #define USB_CFG_VENDOR_ID 0xc0, 0x16 /* USB vendor ID for the device, low byte first. If you have registered your * own Vendor ID, define it here. Otherwise you use one of obdev's free shared - * VID/PID pairs. Be sure to read USBID-License.txt for rules! + * VID/PID pairs. Be sure to read USB-IDs-for-free.txt for rules! */ #define USB_CFG_DEVICE_ID 0x08, 0x3e /* 1000 dec, "free for lab use" */ /* This is the ID of the product, low byte first. It is interpreted in the * scope of the vendor ID. If you have registered your own VID with usb.org * or if you have licensed a PID from somebody else, define it here. Otherwise * you use obdev's free shared VID/PID pair. Be sure to read the rules in - * USBID-License.txt! + * USB-IDs-for-free.txt! */ #define USB_CFG_DEVICE_VERSION 0x00, 0x01 /* Version number of the device: Minor number first, then major number. @@ -164,14 +164,14 @@ features. Don't use it as a prototype, use usbconfig-prototype.h instead! * are interpreted as Unicode (UTF-16) entities. * If you don't want a vendor name string, undefine these macros. * ALWAYS define a vendor name containing your Internet domain name if you use - * obdev's free shared VID/PID pair. See the file USBID-License.txt for + * obdev's free shared VID/PID pair. See the file USB-IDs-for-free.txt for * details. */ #define USB_CFG_DEVICE_NAME 'T', 'e', 's', 't' #define USB_CFG_DEVICE_NAME_LEN 4 /* Same as above for the device name. If you don't want a device name, undefine - * the macros. See the file USBID-License.txt before you assign a name if you - * use a shared VID/PID. + * the macros. See the file USB-IDs-for-free.txt before you assign a name if + * you use a shared VID/PID. */ /*#define USB_CFG_SERIAL_NUMBER 'N', 'o', 'n', 'e' */ /*#define USB_CFG_SERIAL_NUMBER_LEN 0 */ -- cgit v1.2.3