kern/141936: [PATCH] add support for Advanced W-ZERO3[ES] (WS011SH)

HASHI Hiroaki hashiz at stenmark.meridiani.jp
Thu Dec 24 00:30:03 UTC 2009


>Number:         141936
>Category:       kern
>Synopsis:       [PATCH] add support for Advanced W-ZERO3[ES] (WS011SH)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 24 00:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     HASHI Hiroaki
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD stenmark.meridiani.jp 8.0-STABLE FreeBSD 8.0-STABLE #34: Mon Dec 21 21:58:34 JST 2009 hashiz at stenmark.meridiani.jp:/usr/obj/usr/src/sys/STENMARK i386


>Description:
	Support WILLCOM Advanced W-ZERO3[ES] (WS011SH) Smart phone device
>How-To-Repeat:
>Fix:

--- ades_modem.diff begins here ---
--- src/sys/dev/usb/usbdevs.orig	2009-10-16 02:10:59.000000000 +0900
+++ src/sys/dev/usb/usbdevs	2009-10-16 02:16:40.000000000 +0900
@@ -2149,6 +2149,7 @@
 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 */
--- src/sys/dev/usb/serial/uipaq.c.orig	2009-08-03 17:13:06.000000000 +0900
+++ src/sys/dev/usb/serial/uipaq.c	2009-10-16 02:18:55.000000000 +0900
@@ -1013,6 +1013,8 @@
 	/**/
 	{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)},
--- ades_modem.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list