summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2003-04-21 17:36:03 +0000
committertakawata <takawata@FreeBSD.org>2003-04-21 17:36:03 +0000
commitdfb05e513202a046f8a74897616a9c449a845d2b (patch)
treebe21eed7725b09b82605aaf823efb3e78b9632de /sys
parente65e3d071c5f38b81e0e274534c1abfe7c1f7ee1 (diff)
downloadFreeBSD-src-dfb05e513202a046f8a74897616a9c449a845d2b.zip
FreeBSD-src-dfb05e513202a046f8a74897616a9c449a845d2b.tar.gz
Regen.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h18
2 files changed, 20 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index e27bc4b..1dc0ff8 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -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 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index a12a809..2b1bca8 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -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
*/
/*
@@ -1546,6 +1546,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"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,
"Logitech",
@@ -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,
},
{
@@ -4456,6 +4462,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_ASIX, 0,
+ USB_KNOWNDEV_NOPROD,
+ "ASIX Electronics",
+ NULL,
+ },
+ {
USB_VENDOR_AGATE, 0,
USB_KNOWNDEV_NOPROD,
"Agate Technologies",
OpenPOWER on IntegriCloud