summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-10-07 19:27:53 +0000
committerflz <flz@FreeBSD.org>2006-10-07 19:27:53 +0000
commit1a1ef9b9b616d05949a029d576ec3a20098f82a4 (patch)
treeecec0dd05edb0b6a362de53cbd7501b501d88acd /sys/dev/usb
parent6b3c855e30335995d35ce3da4bc534ffc9286c45 (diff)
downloadFreeBSD-src-1a1ef9b9b616d05949a029d576ec3a20098f82a4.zip
FreeBSD-src-1a1ef9b9b616d05949a029d576ec3a20098f82a4.tar.gz
Add a USB quirk for Motorola A41x/V32x USB phones.
PR: usb/97512 Submitted by: Mark Diekhans <markd@kermodei.com> MFC after: 3 days
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb_quirks.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index 4bdef73..b7517ca 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -102,6 +102,8 @@ static const struct usbd_quirk_entry {
ANY, { UQ_ASSUME_CM_OVER_DATA }},
{ USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_AS64LX,
0x100, { UQ_ASSUME_CM_OVER_DATA }},
+ { 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 }},
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 0252eed..852671c 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1280,6 +1280,7 @@ product MITSUMI BT_DONGLE 0x641f Bluetooth USB dongle
/* Motorola products */
product MOTOROLA MC141555 0x1555 MC141555 hub controller
product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem
+product MOTOROLA2 A41XV32X 0x2a22 A41x/V32x Mobile Phones
product MOTOROLA2 E398 0x4810 E398 Mobile Phone
/* MultiTech products */
OpenPOWER on IntegriCloud