mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Regen.
This commit is contained in:
parent
483f8be664
commit
785fe81a71
2 changed files with 17 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue