Add support SUNTAC Ir-Trinity IS96U

PR:		48212
Submitted by:	Masaharu FUJITA <m@fjts.org>
This commit is contained in:
MIHIRA Sanpei Yoshiro 2003-02-13 12:55:18 +00:00
parent f212b18409
commit f3e45b4bdc
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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 */