diff options
author | imp <imp@FreeBSD.org> | 2003-01-01 20:21:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-01-01 20:21:48 +0000 |
commit | 0d04e17370ab2b8976dd2c0dcb3d6e9ba061ad5c (patch) | |
tree | ad11c05c562438f0e090ee1cd6ee3d6f6f722b32 /sys/dev/usb | |
parent | 337a826013375bec4c02192f2c58e3852d05293d (diff) | |
download | FreeBSD-src-0d04e17370ab2b8976dd2c0dcb3d6e9ba061ad5c.zip FreeBSD-src-0d04e17370ab2b8976dd2c0dcb3d6e9ba061ad5c.tar.gz |
It appears that the SANYO SCP-4900 needs similar quirks to the
Metricom Ricochet GS modem. Add them here.
# A new umodem appears to be needed to make the sanyo phone work, but that's
# more extensive and will come after coordination.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usb_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index cee86c3..cdc13d8 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -75,6 +75,8 @@ Static const struct usbd_quirk_entry { { USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232, 0x102, { UQ_BUS_POWERED }}, { USB_VENDOR_METRICOM, USB_PRODUCT_METRICOM_RICOCHET_GS, 0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, + { USB_VENDOR_SANYO, USB_PRODUCT_SANYO_SCP4900, + 0x000, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, { USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, 0x110, { UQ_POWER_CLAIM }}, { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U, 0x000, { UQ_NO_STRINGS }}, |