This commit is contained in:
Takanori Watanabe 2003-04-21 17:36:03 +00:00
parent beb4384bf8
commit 1f96e3e8b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113807
2 changed files with 20 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.120 2003/04/20 20:15:42 wpaul Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.121 2003/04/21 17:34:13 takawata Exp
*/
/*
@ -259,7 +259,7 @@
#define USB_VENDOR_DIGITALSTREAM 0x074e /* Digital Stream */
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
#define USB_VENDOR_ASIX 0x077b /* ASIX Electronics */
#define USB_VENDOR_LINKSYS2 0x077b /* Linksys */
#define USB_VENDOR_GRIFFIN 0x077d /* Griffin Technology */
#define USB_VENDOR_SANDISK 0x0781 /* SanDisk Corp */
#define USB_VENDOR_BRIMAX 0x078e /* Brimax */
@ -341,6 +341,7 @@
#define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */
#define USB_VENDOR_NEC2 0x0b62 /* NEC */
#define USB_VENDOR_ATI2 0x0b6f /* ATI */
#define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */
#define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */
#define USB_VENDOR_DMI 0x0c0b /* DMI */
#define USB_VENDOR_LUWEN 0x0c76 /* Luwen */
@ -460,7 +461,7 @@
#define USB_PRODUCT_ASAHIOPTICAL_OPTIO230 0x0004 /* Digital camera */
/* ASIX Electronics products */
#define USB_PRODUCT_ASIX_AX88172 0x2226 /* USB 2.0 10/100 ethernet controller */
#define USB_PRODUCT_ASIX_AX88172 0x1720 /* USB 2.0 10/100 ethernet controller */
/* ATen products */
#define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */
@ -786,6 +787,7 @@
#define USB_PRODUCT_LINKSYS_USB100H1 0x2204 /* USB100H1 Ethernet/HPNA */
#define USB_PRODUCT_LINKSYS_USB10TA 0x2206 /* USB10TA Ethernet */
#define USB_PRODUCT_LINKSYS_USB10TX2 0x400b /* USB10TX */
#define USB_PRODUCT_LINKSYS_USB200M 0x2226 /* USB 2.0 10/100 ethernet controller */
/* Logitech products */
#define USB_PRODUCT_LOGITECH_M2452 0x0203 /* M2452 keyboard */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.120 2003/04/20 20:15:42 wpaul Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.121 2003/04/21 17:34:13 takawata Exp
*/
/*
@ -1545,6 +1545,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Linksys",
"USB10TX",
},
{
USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB200M,
0,
"Linksys",
"USB 2.0 10/100 ethernet controller",
},
{
USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_M2452,
0,
@ -3964,9 +3970,9 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
USB_VENDOR_ASIX, 0,
USB_VENDOR_LINKSYS2, 0,
USB_KNOWNDEV_NOPROD,
"ASIX Electronics",
"Linksys",
NULL,
},
{
@ -4455,6 +4461,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"ATI",
NULL,
},
{
USB_VENDOR_ASIX, 0,
USB_KNOWNDEV_NOPROD,
"ASIX Electronics",
NULL,
},
{
USB_VENDOR_AGATE, 0,
USB_KNOWNDEV_NOPROD,