mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Regen.
Approved by: re
This commit is contained in:
parent
e9b193dc33
commit
281b971b68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114932
@ -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 New Issue
Block a user