diff options
| author | drochner <drochner@NetBSD.org> | 2005-07-01 19:39:13 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2005-07-01 19:39:13 +0000 |
| commit | 13d05c6f4022eeddf86b62817e0aa4e6796a033b (patch) | |
| tree | 122928d2c3b051d61eb1612f1ab7bd3d2ae9aea4 /sys/dev/usb/usbdevs.h | |
| parent | 35afa0f995f19595dd8e47706a84e3f608de2215 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 7bb71e1cfc9..e9bead5bf4a 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.406 2005/07/01 11:37:10 augustss Exp $ */ +/* $NetBSD: usbdevs.h,v 1.407 2005/07/01 19:39:13 drochner Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.402 2005/07/01 11:36:39 augustss Exp + * NetBSD: usbdevs,v 1.403 2005/07/01 19:37:59 drochner Exp */ /* @@ -415,6 +415,7 @@ #define USB_VENDOR_SHARK 0x13d2 /* Shark */ #define USB_VENDOR_SILICOM 0x1485 /* Silicom */ #define USB_VENDOR_RALINK 0x1485 /* Ralink Technology */ +#define USB_VENDOR_CONCEPTRONIC 0x14b2 /* Conceptronic */ #define USB_VENDOR_SILICONPORTALS 0x1527 /* Silicon Portals */ #define USB_VENDOR_OQO 0x1557 /* OQO */ #define USB_VENDOR_SOHOWARE 0x15e8 /* SOHOware */ @@ -718,6 +719,9 @@ /* Composite Corp products looks the same as "TANGTOP" */ #define USB_PRODUCT_COMPOSITE_USBPS2 0x0001 /* USB to PS2 Adaptor */ +/* Conceptronic products */ +#define USB_PRODUCT_CONCEPTRONIC_C54RU 0x3c02 /* C54RU WLAN */ + /* Concord Camera products */ #define USB_PRODUCT_CONCORDCAMERA_EYE_Q_3X 0x0100 /* Eye Q 3x */ @@ -1557,6 +1561,7 @@ /* Ralink Technology products */ #define USB_PRODUCT_RALINK_RT2570 0x1706 /* RT2570 */ +#define USB_PRODUCT_RALINK_RT2570_2 0x2570 /* RT2570 */ /* RATOC Systems products */ #define USB_PRODUCT_RATOC_REXUSB60 0xb000 /* USB serial REX-USB60 */ @@ -1689,7 +1694,7 @@ #define USB_PRODUCT_SMC_2102USB 0x0100 /* 10Mbps ethernet adapter */ #define USB_PRODUCT_SMC_2202USB 0x0200 /* 10/100 ethernet adapter */ #define USB_PRODUCT_SMC_2206USB 0x0201 /* EZ Connect USB Ethernet Adapter */ -#define USB_PRODUCT_SMC_RT2570 0xee13 /* RT2570 */ +#define USB_PRODUCT_SMC_2862WG 0xee13 /* EZ Connect g Wireless USB Adapter */ #define USB_PRODUCT_SMC2_2020HUB 0x2020 /* USB Hub */ #define USB_PRODUCT_SMC3_2662WUSB 0xa002 /* 2662W-AR Wireless Adapter */ |
