diff options
| author | augustss <augustss@NetBSD.org> | 2001-04-12 23:56:13 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2001-04-12 23:56:13 +0000 |
| commit | ed7afd2ad652ae9090c4737dd977df66e8a64b0d (patch) | |
| tree | 48ae23e5b4afeffd5610b8b61e0536ccfe04b126 /sys/dev | |
| parent | 23b1e2c46e996fa1f611444b6a36b665ef00a18c (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 11 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 44 |
2 files changed, 53 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a24b4f3d1c6..b478f183b49 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index a7671966cbd..5de2c32bab4 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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. @@ -1750,6 +1750,36 @@ const struct usb_knowndev usb_knowndevs[] = { "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, "TEAC", @@ -1906,6 +1936,12 @@ const struct usb_knowndev usb_knowndevs[] = { "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, "ZyXEL Communication Co.", @@ -2194,6 +2230,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_TDK, 0, + USB_KNOWNDEV_NOPROD, + "TDK Corp.", + NULL, + }, + { USB_VENDOR_3COMUSR, 0, USB_KNOWNDEV_NOPROD, "U.S. Robotics", |
