The following reply was made to PR usb/141936; it has been noted by GNATS. From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: usb/141936: commit references a PR Date: Thu, 31 Dec 2009 00:56:05 +0000 (UTC)
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 */ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
