summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-04-08 20:50:51 +0000
committermsmith <msmith@FreeBSD.org>1999-04-08 20:50:51 +0000
commit2a8759eebdcbf2bd16e84f821d7321ee76780657 (patch)
treef78ec217dee095cf465a68c5ce16ab74dda47873
parent30a88222214ec345ee4e6a1e90809dbbc334a196 (diff)
downloadFreeBSD-src-2a8759eebdcbf2bd16e84f821d7321ee76780657.zip
FreeBSD-src-2a8759eebdcbf2bd16e84f821d7321ee76780657.tar.gz
Add the Lucent USS-720 ISD Smart Cable.
-rw-r--r--sys/dev/usb/usbdevs.h4
-rw-r--r--sys/dev/usb/usbdevs_data.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 680dcec..0c3da23 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -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 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 9e283aa..84619ef 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -154,6 +154,12 @@ struct usb_knowndev usb_knowndevs[] = {
"mouse",
},
{
+ USB_VENDOR_LUCENT, USB_PRODUCT_LUCENT_1284_BRIDGE,
+ 0,
+ "Lucent Technologies",
+ "USB Smart Cable",
+ },
+ {
USB_VENDOR_3COM, USB_PRODUCT_3COM_USR56K,
0,
"3Com",
OpenPOWER on IntegriCloud