Skip site navigation (1)Skip section navigation (2)
Date:      14 Jun 2009 08:03:06 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   usb/135575: [usbdevs & uipaq.c] [patch] Add HTC Wizard phone vid/pid information
Message-ID:  <20090614110306.29681.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <200906141110.n5EBA1BX029557@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090614110306.29681.qmail>