summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2001-02-06 14:59:28 +0000
committern_hibma <n_hibma@FreeBSD.org>2001-02-06 14:59:28 +0000
commit918933a2c37d4a101ebac7bb6cfba78f53fa722a (patch)
tree5faf29cf78fb3b74b35497a0ea062d0f7f066a05 /sys
parentcae922e49c59adcc42848bf53e86ae04d800be86 (diff)
downloadFreeBSD-src-918933a2c37d4a101ebac7bb6cfba78f53fa722a.zip
FreeBSD-src-918933a2c37d4a101ebac7bb6cfba78f53fa722a.tar.gz
Regen.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h17
-rw-r--r--sys/dev/usb/usbdevs_data.h2
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 892c913..2e29114 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.48 2001/02/05 11:02:50 n_hibma Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.49 2001/02/06 14:59:03 n_hibma Exp
*/
/*
@@ -46,6 +46,21 @@
/*
* List of known USB vendors
+ *
+ * Please note that these IDs do not do anything. Adding an ID here and
+ * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name
+ * available to the source code and does not change any functionality, nor
+ * does it make your device available to a specific driver.
+ * It will however make the descriptive string available if a device does not
+ * provide the string itself.
+ *
+ * After adding a vendor ID VNDR and a product ID PRDCT you will have the
+ * following extra defines:
+ * #define USB_VENDOR_VNDR 0x????
+ * #define USB_PRODUCT_VNDR_PRDCT 0x????
+ *
+ * You will have to add these defines to the respective probe routines to
+ * make the device recognised by the appropriate device driver.
*/
#define USB_VENDOR_AOX 0x03e8 /* AOX, Inc. */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index e249de0..92e2db9 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.48 2001/02/05 11:02:50 n_hibma Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.49 2001/02/06 14:59:03 n_hibma Exp
*/
/*
OpenPOWER on IntegriCloud