mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync to 1.148 of usbdevs
This commit is contained in:
parent
1e295bfbe0
commit
18837091e9
2 changed files with 9 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.147 2003/12/18 05:47:10 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.148 2003/12/18 08:15:10 sanpei Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -951,6 +951,7 @@
|
|||
|
||||
/* M-Systems products */
|
||||
#define USB_PRODUCT_MSYSTEMS_DISKONKEY 0x0010 /* DiskOnKey */
|
||||
#define USB_PRODUCT_MSYSTEMS_DISKONKEY2 0x0011 /* DiskOnKey */
|
||||
|
||||
/* National Semiconductor */
|
||||
#define USB_PRODUCT_NATIONAL_BEARPAW1200 0x1000 /* BearPaw 1200 */
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.147 2003/12/18 05:47:10 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.148 2003/12/18 08:15:10 sanpei Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -2121,6 +2121,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"M-Systems",
|
||||
"DiskOnKey",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY2,
|
||||
0,
|
||||
"M-Systems",
|
||||
"DiskOnKey",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW1200,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue