This commit is contained in:
augustss 2001-04-12 23:56:13 +00:00
parent 23b1e2c46e
commit ed7afd2ad6
2 changed files with 53 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.163 2001/04/11 08:44:06 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.164 2001/04/12 23:56:13 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -110,6 +110,7 @@
#define USB_VENDOR_EPSON 0x04b8 /* Seiko Epson Corp. */
#define USB_VENDOR_RAINBOW 0x04b9 /* Rainbow Technologies */
#define USB_VENDOR_IODATA 0x04bb /* I/O Data */
#define USB_VENDOR_TDK 0x04bf /* TDK Corp. */
#define USB_VENDOR_3COMUSR 0x04c1 /* U.S. Robotics */
#define USB_VENDOR_METHODE 0x04c2 /* Methode Electronics Far East PTE Ltd. */
#define USB_VENDOR_MAXISWITCH 0x04c3 /* Maxi Switch, Inc. */
@ -850,7 +851,14 @@
#define USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K 0x07da /* Supra Express 56K modem */
#define USB_PRODUCT_DIAMOND2_SUPRA2890 0x0b4a /* SupraMax 2890 56K Modem */
#define USB_PRODUCT_DIAMOND2_RIO600USB 0x5001 /* Rio 600 USB */
#define USB_PRODUCT_DIAMOND2_RIO800USB 0x5002 /* Rio 800 USB */
/* TDK products */
#define USB_PRODUCT_TDK_UPA9664 0x0115 /* USB-PDC Adapter UPA9664 */
#define USB_PRODUCT_TDK_UCA1464 0x0116 /* USB-cdmaOne Adapter UCA1464 */
#define USB_PRODUCT_TDK_UHA6400 0x0117 /* USB-PHS Adapter UHA6400 */
#define USB_PRODUCT_TDK_UPA6400 0x0118 /* USB-PHS Adapter UPA6400 */
/* TEAC products */
#define USB_PRODUCT_TEAC_FD05PUB 0x0000 /* FD-05PUB floppy */
@ -906,4 +914,5 @@
#define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax modem */
/* ZyXEL Communication Co. products */
#define USB_PRODUCT_ZYXEL_OMNI56K 0x1500 /* Omni 56K Plus */
#define USB_PRODUCT_ZYXEL_980N 0x2011 /* Scorpion-980N keyboard */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.164 2001/04/11 08:44:06 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.165 2001/04/12 23:56:13 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -1749,6 +1749,36 @@ const struct usb_knowndev usb_knowndevs[] = {
"Diamond (Supra)",
"Rio 600 USB",
},
{
USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_RIO800USB,
0,
"Diamond (Supra)",
"Rio 800 USB",
},
{
USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664,
0,
"TDK Corp.",
"USB-PDC Adapter UPA9664",
},
{
USB_VENDOR_TDK, USB_PRODUCT_TDK_UCA1464,
0,
"TDK Corp.",
"USB-cdmaOne Adapter UCA1464",
},
{
USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400,
0,
"TDK Corp.",
"USB-PHS Adapter UHA6400",
},
{
USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA6400,
0,
"TDK Corp.",
"USB-PHS Adapter UPA6400",
},
{
USB_VENDOR_TEAC, USB_PRODUCT_TEAC_FD05PUB,
0,
@ -1905,6 +1935,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Zoom Telephonics, Inc.",
"2986L Fax modem",
},
{
USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_OMNI56K,
0,
"ZyXEL Communication Co.",
"Omni 56K Plus",
},
{
USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_980N,
0,
@ -2193,6 +2229,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"I/O Data",
NULL,
},
{
USB_VENDOR_TDK, 0,
USB_KNOWNDEV_NOPROD,
"TDK Corp.",
NULL,
},
{
USB_VENDOR_3COMUSR, 0,
USB_KNOWNDEV_NOPROD,