diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-06-26 21:47:37 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-06-26 21:47:37 +0000 |
commit | 8c9d12305b61c669d7083018561fedf880089254 (patch) | |
tree | 59a2042c7daa432e4f8d83707514b152b5cc9923 /sys/dev/usb | |
parent | 9e6e01ebf69d899216a78ca875bb1990f77a315d (diff) |
Add quirks for Actions MP4 player.
Submitted by: John Hixson <john ixsystems com>
Approved by: re (kib)
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=195080
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/storage/umass.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index da019c544de4..2e412d98ca3d 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -961,6 +961,10 @@ static const struct umass_devdescr umass_devdescr[] = { UMASS_PROTO_SCSI | UMASS_PROTO_BBB, NO_INQUIRY | NO_SYNCHRONIZE_CACHE }, + {USB_VENDOR_ACTIONS, USB_PRODUCT_ACTIONS_MP4, RID_WILDCARD, + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, + NO_SYNCHRONIZE_CACHE + }, {VID_EOT, PID_EOT, RID_EOT, 0, 0} }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 39846c6898b9..012b30d3d6e7 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -552,6 +552,7 @@ vendor USI 0x10ab USI vendor PLX 0x10b5 PLX vendor ASANTE 0x10bd Asante vendor SILABS 0x10c4 Silicon Labs +vendor ACTIONS 0x10d6 Actions vendor ANALOG 0x1110 Analog Devices vendor TENX 0x1130 Ten X Technology, Inc. vendor ISSC 0x1131 Integrated System Solution Corp. @@ -741,6 +742,9 @@ product ACERP AWL400 0x9001 AWL400 Wireless Adapter /* Acer Warp products */ product ACERW WARPLINK 0x0204 Warplink +/* Actions products */ +product ACTIONS MP4 0x1101 Actions MP4 Player + /* Actiontec, Inc. products */ product ACTIONTEC PRISM_25 0x0408 Prism2.5 Wireless Adapter product ACTIONTEC PRISM_25A 0x0421 Prism2.5 Wireless Adapter A |