summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-12 23:11:09 +0000
committerimp <imp@FreeBSD.org>2004-07-12 23:11:09 +0000
commitbdcd057a4e86b77ba0740b0b1a3d82ec00d5d3ea (patch)
tree416a035061c47699870a8ae8a2fe392d1e89828a /sys/dev
parent3c84bfe26f189f18601013dc5ca8111498d8f92d (diff)
downloadFreeBSD-src-bdcd057a4e86b77ba0740b0b1a3d82ec00d5d3ea.zip
FreeBSD-src-bdcd057a4e86b77ba0740b0b1a3d82ec00d5d3ea.tar.gz
Remove even more references to generating usbdevs_data.h, et al.
Noticed by: njl
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 6b9783b..d84e694 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -40,16 +40,16 @@ $FreeBSD$
/*
* List of known USB vendors
*
- * Adding an ID and its string description for a device to the usbdevs file,
- * enables the USB stack to print a useful description of the device that was
- * connected.
+ * Adding an ID and its string description for a device to the usbdevs
+ * file, enables the USB stack to print a useful description of the
+ * device that was connected.
*
- * 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.
+ * Please note that these IDs do not do anything. Adding an ID here
+ * 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:
OpenPOWER on IntegriCloud