summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-01-16 15:29:27 +0000
committersanpei <sanpei@FreeBSD.org>2004-01-16 15:29:27 +0000
commit6536f22d932e5ebc08ea5404b4986b091990720a (patch)
tree477b11c449a6ec478b7a3dc233bc0479e56687c7
parent6593bb80ea605257d135ed6040839c2c7d97c28e (diff)
downloadFreeBSD-src-6536f22d932e5ebc08ea5404b4986b091990720a.zip
FreeBSD-src-6536f22d932e5ebc08ea5404b4986b091990720a.tar.gz
Add support SUNTAC U-Cable type A3(AS64LX)
Submitted by: TAKAHASHI Daisuke <takaha@mue.biglobe.ne.jp> [FreeBSD-users-jp 72475] and MIZUTANI Masaki <m-saki@rr.iij4u.or.jp> MFC after: 1 week
-rw-r--r--sys/dev/usb/usb_quirks.c2
-rw-r--r--sys/dev/usb/usbdevs3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index f7af093..043998c 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -105,6 +105,8 @@ Static const struct usbd_quirk_entry {
{ USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMRPAD, ANY, { UQ_NO_STRINGS }},
{ USB_VENDOR_QUALCOMM, USB_PRODUCT_QUALCOMM_CDMA_MSM,
ANY, { UQ_ASSUME_CM_OVER_DATA }},
+ { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_AS64LX,
+ 0x100, { UQ_ASSUME_CM_OVER_DATA }},
{ 0, 0, 0, { 0 } }
};
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 2a8008f..d0919f8 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1184,9 +1184,10 @@ 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
+product SUNTAC IS96U 0x000a SUNTAC Ir-Trinity
+product SUNTAC AS64LX 0x000b SUNTAC U-Cable type A3
/* Sun Microsystems products */
product SUN KEYBOARD 0x0005 Type 6 USB keyboard
OpenPOWER on IntegriCloud