>Number:         97512
>Category:       usb
>Synopsis:       add Motorola A41x/V32x USB phone support (patch enclosed)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 20 03:30:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Mark Diekhans
>Release:        7.0 current
>Organization:
>Environment:
FreeBSD kestrel.kermodei.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri May 19 
17:08:11 PDT 2006     [EMAIL PROTECTED]:/usr/src/sys/i386/compile/X1  i386
>Description:
usbdevs and quirks additions need to support Motorola A41x/V32x USB phones.

patch  enclosed and tested on both 6.0 release and 7 current
>How-To-Repeat:

>Fix:
--- dev/usb/usbdevs.ORG Fri May 19 16:55:57 2006
+++ dev/usb/usbdevs     Fri May 19 16:56:39 2006
@@ -1261,6 +1261,7 @@
 product MOTOROLA MC141555      0x1555  MC141555 hub controller
 product MOTOROLA SB4100                0x4100  SB4100 USB Cable Modem
 product MOTOROLA2 E398         0x4810  E398 Mobile Phone
+product MOTOROLA2 A41xV32x      0x2a22  A41x/V32x Mobile Phones
 
 /* MultiTech products */
 product MULTITECH ATLAS                0xf101  MT5634ZBA-USB modem
--- dev/usb/usb_quirks.c.ORG    Fri May 19 16:58:03 2006
+++ dev/usb/usb_quirks.c        Fri May 19 16:55:15 2006
@@ -101,7 +101,9 @@
        ANY, { UQ_ASSUME_CM_OVER_DATA }},
  { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_AS64LX,
        0x100, { UQ_ASSUME_CM_OVER_DATA }},
- /* Devices which should be ignored by uhid */
+ { USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_A41xV32x,
+       ANY, { UQ_ASSUME_CM_OVER_DATA }},
+  /* Devices which should be ignored by uhid */
  { USB_VENDOR_APC, USB_PRODUCT_APC_UPS,
        ANY, { UQ_HID_IGNORE }},
  { USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,

>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to