diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 68 |
1 files changed, 60 insertions, 8 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 8a0eb5dc967..47cb2e42a1c 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.411 2005/07/07 09:59:09 pooka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.412 2005/07/12 12:10:41 drochner Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.406 2005/07/07 09:58:23 pooka Exp + * NetBSD: usbdevs,v 1.407 2005/07/12 12:10:18 drochner Exp */ /* @@ -838,6 +838,10 @@ const struct usb_vendor usb_vendors[] = { "Midiman", }, { + USB_VENDOR_SURECOM, + "Surecom Technology", + }, + { USB_VENDOR_LINKSYS2, "Linksys", }, @@ -1362,10 +1366,18 @@ const struct usb_vendor usb_vendors[] = { "AirPrime, Incorporated", }, { + USB_VENDOR_VTECH, + "VTech", + }, + { USB_VENDOR_QUALCOMM, "Qualcomm", }, { + USB_VENDOR_GIGABYTE, + "GIGABYTE", + }, + { USB_VENDOR_MOTOROLA, "Motorola", }, @@ -1546,6 +1558,10 @@ const struct usb_vendor usb_vendors[] = { "OnSpec Electronic Inc.", }, { + USB_VENDOR_ZINWELL, + "Zinwell", + }, + { USB_VENDOR_SITECOM, "Sitecom", }, @@ -1558,7 +1574,7 @@ const struct usb_vendor usb_vendors[] = { "Hewlett Packard", }, }; -const int usb_nvendors = 378; +const int usb_nvendors = 382; const struct usb_product usb_products[] = { { @@ -2682,6 +2698,10 @@ const struct usb_product usb_products[] = { "GL641USB USB-IDE Bridge", }, { + USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWBKG, + "GN-WBKG", + }, + { USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232, "GoCOM232 Serial converter", }, @@ -2706,6 +2726,10 @@ const struct usb_product usb_products[] = { "DA Leader", }, { + USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWGUSB254, + "HWGUSB2-54 WLAN", + }, + { USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FGSM, "FlashGate SmartMedia Card Reader", }, @@ -3678,6 +3702,10 @@ const struct usb_product usb_products[] = { "WLI-USB-KB11 WLAN", }, { + USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54YB, + "WLI-U2-KG54-YB WLAN", + }, + { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54, "WLI-U2-KG54 WLAN", }, @@ -3694,6 +3722,18 @@ const struct usb_product usb_products[] = { "Bluetooth USB Adapter", }, { + USB_VENDOR_MSI, USB_PRODUCT_MSI_MS6861, + "MS-6861", + }, + { + USB_VENDOR_MSI, USB_PRODUCT_MSI_MS6865, + "MS-6865", + }, + { + USB_VENDOR_MSI, USB_PRODUCT_MSI_MS6869, + "MS-6869", + }, + { USB_VENDOR_MICRONET, USB_PRODUCT_MICRONET_SP128AR, "SP128AR EtherFast", }, @@ -3866,10 +3906,6 @@ const struct usb_product usb_products[] = { "A920", }, { - USB_VENDOR_MSI, USB_PRODUCT_MSI_BT_DONGLE, - "Bluetooth USB dongle", - }, - { USB_VENDOR_MULTITECH, USB_PRODUCT_MULTITECH_ATLAS, "MT5634ZBA-USB modem", }, @@ -4446,6 +4482,10 @@ const struct usb_product usb_products[] = { "RT2570", }, { + USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_3, + "RT2570", + }, + { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60, "USB serial REX-USB60", }, @@ -4922,6 +4962,10 @@ const struct usb_product usb_products[] = { "Type 6 USB mouse", }, { + USB_VENDOR_SURECOM, USB_PRODUCT_SURECOM_EP9001G, + "EP-9001-g", + }, + { USB_VENDOR_SUSTEEN, USB_PRODUCT_SUSTEEN_DCU10, "USB Cable", }, @@ -5134,6 +5178,10 @@ const struct usb_product usb_products[] = { "Mobile Connect 3G datacard", }, { + USB_VENDOR_VTECH, USB_PRODUCT_VTECH_RT2570, + "RT2570", + }, + { USB_VENDOR_WACOM, USB_PRODUCT_WACOM_CT0405U, "CT-0405-U Tablet", }, @@ -5250,6 +5298,10 @@ const struct usb_product usb_products[] = { "725/726 Prism2.5 WLAN", }, { + USB_VENDOR_ZINWELL, USB_PRODUCT_ZINWELL_ZWXG261, + "ZWX-G261", + }, + { USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_2986L, "2986L Fax modem", }, @@ -5262,4 +5314,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 925; +const int usb_nproducts = 934; |
