diff options
| author | christos <christos@NetBSD.org> | 2006-09-24 17:18:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-09-24 17:18:49 +0000 |
| commit | 8b0b9e2db5933a9afa8219247d4c8304bbffedb7 (patch) | |
| tree | d9062a0528dd795a0607bad09818b0d655648aed /sys/dev/usb/usbdevs_data.h | |
| parent | 385afe8d483fcea0b3ec0ccee56b57efc27cb386 (diff) | |
Regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 72 |
1 files changed, 64 insertions, 8 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 5c7f04ec685..435ba457556 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.440 2006/09/22 12:44:23 christos Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.441 2006/09/24 17:18:49 christos Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.436 2006/09/22 12:43:52 christos Exp + * NetBSD: usbdevs,v 1.438 2006/09/24 17:18:02 christos Exp */ /* @@ -25,8 +25,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. * 4. Neither the name of The NetBSD Foundation nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. @@ -1034,6 +1034,10 @@ const struct usb_vendor usb_vendors[] = { "ActiveWire", }, { + USB_VENDOR_BBELECTRONICS, + "B&B Electronics", + }, + { USB_VENDOR_PORTGEAR, "PortGear", }, @@ -1402,6 +1406,10 @@ const struct usb_vendor usb_vendors[] = { "VTech", }, { + USB_VENDOR_FALCOM, + "Falcom Wireless Communications GmbH", + }, + { USB_VENDOR_QUALCOMM, "Qualcomm", }, @@ -1626,7 +1634,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 395; +const int usb_nvendors = 397; const struct usb_product usb_products[] = { { @@ -2058,6 +2066,10 @@ const struct usb_product usb_products[] = { "1200U scanner", }, { + USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4, + "uLinks RS-422/485", + }, + { USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002, "F5U002 Parallel printer adapter", }, @@ -2698,6 +2710,14 @@ const struct usb_product usb_products[] = { "XTNDAccess IrDA", }, { + USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_TWIST, + "Twist GSM/GPRS modem", + }, + { + USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_SAMBA, + "Samba 55/56 GSM/GPRS modem", + }, + { USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD, "Connector for DVD drive", }, @@ -2714,6 +2734,42 @@ const struct usb_product usb_products[] = { "8U100AX Serial converter", }, { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_KW, + "KW", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_YS, + "YS", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_Y6, + "Y6", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_Y8, + "Y8", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_IC, + "IC", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_DB9, + "DB9", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_RS232, + "RS232", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_Y9, + "Y9", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_COASTAL_TNCX, + "Coastal ChipWorks TNC-X", + }, + { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LCD_MX200_USB, "Matrix Orbital MX200 Series LCD", }, @@ -2722,7 +2778,7 @@ const struct usb_product usb_products[] = { "Matrix Orbital LK202-24 LCD", }, { - USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LCD_LK204_24, + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LCD_LK204_24_USB, "Matrix Orbital LK204-24 LCD", }, { @@ -2738,7 +2794,7 @@ const struct usb_product usb_products[] = { "Crystalfontz CFA-633 LCD", }, { - USB_VENDOR_FTDI, USB_PRODUCT_FTDI_CFA_631, + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LCD_CFA_631, "Crystalfontz CFA-631 LCD", }, { @@ -5498,4 +5554,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 967; +const int usb_nproducts = 979; |
