diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2006-10-07 19:27:53 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2006-10-07 19:27:53 +0000 |
| commit | b804b1868ee3b53b00fb374f6594648548367b69 (patch) | |
| tree | ecec0dd05edb0b6a362de53cbd7501b501d88acd /sys | |
| parent | 49e62f1cb32c7851a3a2e37d43bf7acbfc98ebf0 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 4bdef7365f5a..b7517ca841ca 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 0252eedc0bc3..852671c3af1c 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 */ |
