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_data.h | |
| parent | 35afa0f995f19595dd8e47706a84e3f608de2215 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 73dd31d3487..3dda325fc4d 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.407 2005/07/01 11:37:10 augustss Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.408 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 */ /* @@ -1434,6 +1434,10 @@ const struct usb_vendor usb_vendors[] = { "Ralink Technology", }, { + USB_VENDOR_CONCEPTRONIC, + "Conceptronic", + }, + { USB_VENDOR_SILICONPORTALS, "Silicon Portals", }, @@ -1554,7 +1558,7 @@ const struct usb_vendor usb_vendors[] = { "Hewlett Packard", }, }; -const int usb_nvendors = 377; +const int usb_nvendors = 378; const struct usb_product usb_products[] = { { @@ -2202,6 +2206,10 @@ const struct usb_product usb_products[] = { "USB to PS2 Adaptor", }, { + USB_VENDOR_CONCEPTRONIC, USB_PRODUCT_CONCEPTRONIC_C54RU, + "C54RU WLAN", + }, + { USB_VENDOR_CONCORDCAMERA, USB_PRODUCT_CONCORDCAMERA_EYE_Q_3X, "Eye Q 3x", }, @@ -4426,6 +4434,10 @@ const struct usb_product usb_products[] = { "RT2570", }, { + USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_2, + "RT2570", + }, + { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60, "USB serial REX-USB60", }, @@ -4750,8 +4762,8 @@ const struct usb_product usb_products[] = { "EZ Connect USB Ethernet Adapter", }, { - USB_VENDOR_SMC, USB_PRODUCT_SMC_RT2570, - "RT2570", + USB_VENDOR_SMC, USB_PRODUCT_SMC_2862WG, + "EZ Connect g Wireless USB Adapter", }, { USB_VENDOR_SMC2, USB_PRODUCT_SMC2_2020HUB, @@ -5242,4 +5254,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 921; +const int usb_nproducts = 923; |
