diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-02-13 12:55:18 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-02-13 12:55:18 +0000 |
| commit | f3e45b4bdce3f94316efc8f423eedb82f0ec4184 (patch) | |
| tree | 995ada47824f2dbc0139090e80f04efabaa895eb /sys/dev/usb | |
| parent | f212b184093921fc3839c7c65aa7b6c7ac6daa15 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 | ||||
| -rw-r--r-- | sys/dev/usb/uvscom.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 22fde7945ea7..3cde38e55f1f 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1050,6 +1050,7 @@ product STSN STSN0001 0x0001 Internet Access Device /* SUN Corporation products */ product SUNTAC DS96L 0x0003 SUNTAC U-Cable type D2 +product SUNTAC IS96U 0x000a SUNTAC Ir-Trinity product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1 product SUNTAC VS10U 0x0009 SUNTAC Slipper U diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index f566c2097007..bc9a856e829e 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -210,6 +210,8 @@ struct ucom_callback uvscom_callback = { static const struct usb_devno uvscom_devs [] = { /* SUNTAC U-Cable type D2 */ { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_DS96L }, + /* SUNTAC Ir-Trinity */ + { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_IS96U }, /* SUNTAC U-Cable type P1 */ { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1 }, /* SUNTAC Slipper U */ |
