svn commit: r202508 - in stable/8/sys/dev/usb: . serial

Andrew Thompson thompsa at FreeBSD.org
Sun Jan 17 18:29:31 UTC 2010


Author: thompsa
Date: Sun Jan 17 18:29:30 2010
New Revision: 202508
URL: http://svn.freebsd.org/changeset/base/202508

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

Modified:
  stable/8/sys/dev/usb/serial/uipaq.c
  stable/8/sys/dev/usb/usbdevs
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/serial/uipaq.c
==============================================================================
--- stable/8/sys/dev/usb/serial/uipaq.c	Sun Jan 17 18:27:53 2010	(r202507)
+++ stable/8/sys/dev/usb/serial/uipaq.c	Sun Jan 17 18:29:30 2010	(r202508)
@@ -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: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs	Sun Jan 17 18:27:53 2010	(r202507)
+++ stable/8/sys/dev/usb/usbdevs	Sun Jan 17 18:29:30 2010	(r202508)
@@ -2417,6 +2417,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-all mailing list