svn commit: r201318 - in head/sys/dev/usb: . serial

Andrew Thompson thompsa at FreeBSD.org
Thu Dec 31 00:55:50 UTC 2009


Author: thompsa
Date: Thu Dec 31 00:55:50 2009
New Revision: 201318
URL: http://svn.freebsd.org/changeset/base/201318

Log:
  Add new device ID to uipaq driver
  
  PR:		usb/141936
  Submitted by:	HASHI Hiroaki

Modified:
  head/sys/dev/usb/serial/uipaq.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/serial/uipaq.c
==============================================================================
--- head/sys/dev/usb/serial/uipaq.c	Thu Dec 31 00:30:45 2009	(r201317)
+++ head/sys/dev/usb/serial/uipaq.c	Thu Dec 31 00:55:50 2009	(r201318)
@@ -1015,6 +1015,8 @@ static const struct usb_device_id uipaq_
 	/**/
 	{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)},

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu Dec 31 00:30:45 2009	(r201317)
+++ head/sys/dev/usb/usbdevs	Thu Dec 31 00:55:50 2009	(r201318)
@@ -2405,6 +2405,7 @@ product SHARP SL5600		0x8006	Zaurus SL-5
 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 */


More information about the svn-src-head mailing list