mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Regen.
Approved by: re
This commit is contained in:
parent
e9b193dc33
commit
281b971b68
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.123 2003/05/05 08:18:53 murray Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.124 2003/05/11 23:55:28 joe Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -462,6 +462,7 @@
|
|||
|
||||
/* Asahi Optical products */
|
||||
#define USB_PRODUCT_ASAHIOPTICAL_OPTIO230 0x0004 /* Digital camera */
|
||||
#define USB_PRODUCT_ASAHIOPTICAL_OPTIO330 0x0006 /* Digital camera */
|
||||
|
||||
/* ASIX Electronics products */
|
||||
#define USB_PRODUCT_ASIX_AX88172 0x1720 /* USB 2.0 10/100 ethernet controller */
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.123 2003/05/05 08:18:53 murray Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.124 2003/05/11 23:55:28 joe Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -393,6 +393,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Asahi Optical",
|
||||
"Digital camera",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO330,
|
||||
0,
|
||||
"Asahi Optical",
|
||||
"Digital camera",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue