Add the Lucent USS-720 ISD Smart Cable.

This commit is contained in:
Mike Smith 1999-04-08 20:50:51 +00:00
parent 61ddd9cc3c
commit 0858cc98d3
2 changed files with 10 additions and 0 deletions

View File

@ -64,6 +64,7 @@
#define USB_VENDOR_CONNECTIX 0x0478 /* Connectix */
#define USB_VENDOR_ACER 0x04a5 /* Acer Peripherals */
#define USB_VENDOR_CYPRESS 0x04b4 /* Cypress Semiconductor */
#define USB_VENDOR_LUCENT 0x04b8 /* Lucent Technologies */
#define USB_VENDOR_3COM 0x04c1 /* 3Com */
#define USB_VENDOR_KONICA 0x04c8 /* Konica Corporation */
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
@ -133,6 +134,9 @@
/* Cypress Semiconduuctor products */
#define USB_PRODUCT_CYPRESS_MOUSE 0x0001 /* mouse */
/* Lucent Technologies products */
#define USB_PRODUCT_LUCENT_1284_BRIDGE 0x0003 /* printer adapter */
/* 3Com products */
#define USB_PRODUCT_3COM_USR56K 0x3021 /* U.S.Robotics 56000 Voice USB Modem */

View File

@ -153,6 +153,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Cypress Semiconductor",
"mouse",
},
{
USB_VENDOR_LUCENT, USB_PRODUCT_LUCENT_1284_BRIDGE,
0,
"Lucent Technologies",
"USB Smart Cable",
},
{
USB_VENDOR_3COM, USB_PRODUCT_3COM_USR56K,
0,