aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-03 17:01:21 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-03 17:01:21 +0000
commit32952d16b7f7681ca237b547b70df37ed825f01a (patch)
tree91457f8b2c365168b59cde8c6e34081d33ac5935 /tests
parentb6739c29d91ae840befd6f461699286d5ee04865 (diff)
downloadv-usb-32952d16b7f7681ca237b547b70df37ed825f01a.tar.gz
v-usb-32952d16b7f7681ca237b547b70df37ed825f01a.tar.bz2
v-usb-32952d16b7f7681ca237b547b70df37ed825f01a.zip
- reworked USBID-License into USB-IDs-for-free.txt and USB-ID-FAQ.txt
Diffstat (limited to 'tests')
-rw-r--r--tests/usbconfig.h10
1 files changed, 5 insertions, 5 deletions
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 */