summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-12-31 00:55:50 +0000
committerthompsa <thompsa@FreeBSD.org>2009-12-31 00:55:50 +0000
commit590b19662dce33b62853be1beb5c909fba51b9bb (patch)
tree441d358eedfbfe37f817a676212246f7fbe991ff
parent97b61f2cf34a427235b0b8880ead5cca851eb987 (diff)
downloadFreeBSD-src-590b19662dce33b62853be1beb5c909fba51b9bb.zip
FreeBSD-src-590b19662dce33b62853be1beb5c909fba51b9bb.tar.gz
Add new device ID to uipaq driver
PR: usb/141936 Submitted by: HASHI Hiroaki
-rw-r--r--sys/dev/usb/serial/uipaq.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uipaq.c b/sys/dev/usb/serial/uipaq.c
index 3bdb230..0efcaaf 100644
--- a/sys/dev/usb/serial/uipaq.c
+++ b/sys/dev/usb/serial/uipaq.c
@@ -1015,6 +1015,8 @@ static const struct usb_device_id uipaq_devs[] = {
/**/
{USB_VPI(USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WZERO3ES, 0)},
/**/
+ {USB_VPI(USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WZERO3ADES, 0)},
+ /**/
{USB_VPI(USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WILLCOM03, 0)},
/* Symbol USB Sync */
{USB_VPI(USB_VENDOR_SYMBOL, 0x2000, 0)},
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e4ee8a9..b8c83f1 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2405,6 +2405,7 @@ product SHARP SL5600 0x8006 Zaurus SL-5600 PDA
product SHARP SLC700 0x8007 Zaurus SL-C700 PDA
product SHARP SLC750 0x9031 Zaurus SL-C750 PDA
product SHARP WZERO3ES 0x9123 W-ZERO3 ES Smartphone
+product SHARP WZERO3ADES 0x91ac Advanced W-ZERO3 ES Smartphone
product SHARP WILLCOM03 0x9242 WILLCOM03
/* Shuttle Technology products */
OpenPOWER on IntegriCloud