usb/135575: [usbdevs & uipaq.c] [patch] Add HTC Wizard phone vid/pid information

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Sun Jun 14 11:10:02 UTC 2009


>Number:         135575
>Category:       usb
>Synopsis:       [usbdevs & uipaq.c] [patch] Add HTC Wizard phone vid/pid information
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 14 11:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 7.2-STABLE FreeBSD 7.2-STABLE #88: Tue Jun 9 04:31:11 BRT 2009 lioux at exxodus:/usr/obj/usr/src/sys/LIOUX i386

>Description:
Add HTC Wizard phone vid/pid information to enable uipaq(4) driver detection.
>How-To-Repeat:
Apply the following patch against both src/sys/dev/usb/usbdevs and src/sys/dev/usb/uipaq.c
>Fix:

--- patch-sys__dev__usb__uipaq.c begins here ---
--- sys/dev/usb/uipaq.c.orig	2009-06-14 00:18:33.000000000 -0300
+++ sys/dev/usb/uipaq.c	2009-06-14 00:23:14.000000000 -0300
@@ -125,6 +125,7 @@
 	{{ USB_VENDOR_HTC, USB_PRODUCT_HTC_WINMOBILE }, 0},
 	{{ USB_VENDOR_HTC, USB_PRODUCT_HTC_PPC6700MODEM }, 0},
 	{{ USB_VENDOR_HTC, USB_PRODUCT_HTC_SMARTPHONE }, 0},
+	{{ USB_VENDOR_HTC, USB_PRODUCT_HTC_WIZARD }, 0},
 	{{ USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQPOCKETPC } , 0},
 	{{ USB_VENDOR_CASIO, USB_PRODUCT_CASIO_BE300 } , 0},
 	{{ USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WZERO3ES }, 0},
--- patch-sys__dev__usb__uipaq.c ends here ---

--- patch-sys__dev__usb__usbdevs begins here ---
--- sys/dev/usb/usbdevs.orig	2009-06-14 00:20:36.000000000 -0300
+++ sys/dev/usb/usbdevs	2009-06-14 00:21:59.000000000 -0300
@@ -1456,6 +1456,7 @@
 product HTC WINMOBILE		0x00ce	HTC USB Sync
 product HTC PPC6700MODEM	0x00cf	PPC6700 Modem
 product HTC SMARTPHONE		0x0a51	SmartPhone USB Sync
+product HTC WIZARD		0x0bce	HTC Wizard USB Sync
 
 /* HUAWEI products */
 product HUAWEI MOBILE		0x1001	Huawei Mobile
--- patch-sys__dev__usb__usbdevs ends here ---


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


More information about the freebsd-usb mailing list