summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-07-10 00:43:10 +0000
committerjoe <joe@FreeBSD.org>2002-07-10 00:43:10 +0000
commit175956a24beff7896b1ee7267f699b947885a0c1 (patch)
tree8e2771d7e0bf1b6e5aa545d0dfa3aaa7c3f6d8db
parenta3a45a1da58eff8ca9998b643dfacf5cdccad355 (diff)
downloadFreeBSD-src-175956a24beff7896b1ee7267f699b947885a0c1.zip
FreeBSD-src-175956a24beff7896b1ee7267f699b947885a0c1.tar.gz
Add another ucom device (ELECOM UC-SGT).
Submitted by: akiyama
-rw-r--r--sys/dev/usb/uplcom.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c
index 8c7467a..fe1ec1f 100644
--- a/sys/dev/usb/uplcom.c
+++ b/sys/dev/usb/uplcom.c
@@ -204,6 +204,8 @@ static const struct uplcom_product {
{ USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400 },
/* RATOC REX-USB60 */
{ USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60 },
+ /* ELECOM UC-SGT */
+ { USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT },
{ 0, 0 }
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index a04d09d..6992fd6 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -554,6 +554,7 @@ product ELECOM LDUSBTX0 0x200c LD-USB/TX
product ELECOM LDUSBTX1 0x4002 LD-USB/TX
product ELECOM LDUSBLTX 0x4005 LD-USBL/TX
product ELECOM LDUSBTX2 0x400b LD-USB/TX
+product ELECOM UCSGT 0x5003 UC-SGT
product ELECOM LDUSBTX3 0xabc1 LD-USB/TX
/* Elsa products */
OpenPOWER on IntegriCloud