This commit is contained in:
christos 2006-09-24 17:18:49 +00:00
parent 385afe8d48
commit 8b0b9e2db5
2 changed files with 90 additions and 16 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.439 2006/09/22 12:44:23 christos Exp $ */
/* $NetBSD: usbdevs.h,v 1.440 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.
@ -61,8 +61,8 @@
*
* After adding a vendor ID VNDR and a product ID PRDCT you will have the
* following extra defines:
* #define USB_VENDOR_VNDR 0x????
* #define USB_PRODUCT_VNDR_PRDCT 0x????
* #define USB_VENDOR_VNDR 0x????
* #define USB_PRODUCT_VNDR_PRDCT 0x????
*
* You may have to add these defines to the respective probe routines to
* make the device recognised by the appropriate device driver.
@ -315,6 +315,7 @@
#define USB_VENDOR_DIAMOND 0x0841 /* Diamond */
#define USB_VENDOR_NETGEAR 0x0846 /* BayNETGEAR */
#define USB_VENDOR_ACTIVEWIRE 0x0854 /* ActiveWire */
#define USB_VENDOR_BBELECTRONICS 0x0856 /* B&B Electronics */
#define USB_VENDOR_PORTGEAR 0x085a /* PortGear */
#define USB_VENDOR_NETGEAR2 0x0864 /* Netgear */
#define USB_VENDOR_SYSTEMTALKS 0x086e /* System Talks */
@ -407,6 +408,7 @@
#define USB_VENDOR_EGALAX 0x0eef /* eGalax */
#define USB_VENDOR_AIRPRIME 0x0f3d /* AirPrime, Incorporated */
#define USB_VENDOR_VTECH 0x0f88 /* VTech */
#define USB_VENDOR_FALCOM 0x0f94 /* Falcom Wireless Communications GmbH */
#define USB_VENDOR_QUALCOMM 0x1004 /* Qualcomm */
#define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
@ -651,6 +653,9 @@
/* Avision products */
#define USB_PRODUCT_AVISION_1200U 0x0268 /* 1200U scanner */
/* B&B Electronics products */
#define USB_PRODUCT_BBELECTRONICS_USOTL4 0xAC01 /* uLinks RS-422/485 */
/* Belkin products */
/*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
#define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel printer adapter */
@ -901,6 +906,10 @@
/* Extended Systems products */
#define USB_PRODUCT_EXTENDED_XTNDACCESS 0x0100 /* XTNDAccess IrDA */
/* Falcom products */
#define USB_PRODUCT_FALCOM_TWIST 0x0001 /* Twist GSM/GPRS modem */
#define USB_PRODUCT_FALCOM_SAMBA 0x0005 /* Samba 55/56 GSM/GPRS modem */
/* Freecom products */
#define USB_PRODUCT_FREECOM_DVD 0xfc01 /* Connector for DVD drive */
@ -908,13 +917,22 @@
#define USB_PRODUCT_FTDI_SERIAL_8U232AM 0x6001 /* 8U232AM Serial converter */
#define USB_PRODUCT_FTDI_PS2KBDMS 0x8371 /* PS/2 Keyboard/Mouse */
#define USB_PRODUCT_FTDI_SERIAL_8U100AX 0x8372 /* 8U100AX Serial converter */
#define USB_PRODUCT_FTDI_MHAM_KW 0xeee8 /* KW */
#define USB_PRODUCT_FTDI_MHAM_YS 0xeee9 /* YS */
#define USB_PRODUCT_FTDI_MHAM_Y6 0xeeea /* Y6 */
#define USB_PRODUCT_FTDI_MHAM_Y8 0xeeeb /* Y8 */
#define USB_PRODUCT_FTDI_MHAM_IC 0xeeec /* IC */
#define USB_PRODUCT_FTDI_MHAM_DB9 0xeeed /* DB9 */
#define USB_PRODUCT_FTDI_MHAM_RS232 0xeeee /* RS232 */
#define USB_PRODUCT_FTDI_MHAM_Y9 0xeeef /* Y9 */
#define USB_PRODUCT_FTDI_COASTAL_TNCX 0xf448 /* Coastal ChipWorks TNC-X */
#define USB_PRODUCT_FTDI_LCD_MX200_USB 0xfa01 /* Matrix Orbital MX200 Series LCD */
#define USB_PRODUCT_FTDI_LCD_LK202_24_USB 0xfa03 /* Matrix Orbital LK202-24 LCD */
#define USB_PRODUCT_FTDI_LCD_LK204_24 0xfa04 /* Matrix Orbital LK204-24 LCD */
#define USB_PRODUCT_FTDI_LCD_LK204_24_USB 0xfa04 /* Matrix Orbital LK204-24 LCD */
#define USB_PRODUCT_FTDI_LCD_CFA_632 0xfc08 /* Crystalfontz CFA-632 LCD */
#define USB_PRODUCT_FTDI_LCD_CFA_634 0xfc09 /* Crystalfontz CFA-634 LCD */
#define USB_PRODUCT_FTDI_LCD_CFA_633 0xfc0b /* Crystalfontz CFA-633 LCD */
#define USB_PRODUCT_FTDI_CFA_631 0xfc0c /* Crystalfontz CFA-631 LCD */
#define USB_PRODUCT_FTDI_LCD_CFA_631 0xfc0c /* Crystalfontz CFA-631 LCD */
#define USB_PRODUCT_FTDI_SEMC_DSS20 0xfc82 /* SEMC DSS-20 SyncStation */
/* Fuji photo products */

View File

@ -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.
@ -1033,6 +1033,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_ACTIVEWIRE,
"ActiveWire",
},
{
USB_VENDOR_BBELECTRONICS,
"B&B Electronics",
},
{
USB_VENDOR_PORTGEAR,
"PortGear",
@ -1401,6 +1405,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_VTECH,
"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[] = {
{
@ -2057,6 +2065,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U,
"1200U scanner",
},
{
USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4,
"uLinks RS-422/485",
},
{
USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
"F5U002 Parallel printer adapter",
@ -2697,6 +2709,14 @@ const struct usb_product usb_products[] = {
USB_VENDOR_EXTENDED, USB_PRODUCT_EXTENDED_XTNDACCESS,
"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",
@ -2713,6 +2733,42 @@ const struct usb_product usb_products[] = {
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U100AX,
"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;