projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0f332
)
USB: unusual_devs addition for RockChip MP3 player
author
Alan Stern
<
[email protected]
>
Thu, 4 Sep 2008 13:56:35 +0000
(09:56 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 23 Sep 2008 20:58:08 +0000
(13:58 -0700)
This patch (as1136) adds an unusual_devs entry for a version of the
RockChip MP3 player which can't handle the MODE SENSE command used for
write-protect detection.
Signed-off-by: Alan Stern <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/storage/unusual_devs.h
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/unusual_devs.h
b/drivers/usb/storage/unusual_devs.h
index b311300cf7888c748adcf9a053a364f6289055ac..4d9ca02ac6777105b248c364d77e1a7ce1594405 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-1001,6
+1001,13
@@
UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY ),
+/* Reported by Adrian Pilchowiec <
[email protected]
> */
+UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
+ "RockChip",
+ "MP3",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
+
/* Reported by Massimiliano Ghilardi <
[email protected]
>
* This USB MP3/AVI player device fails and disconnects if more than 128
* sectors (64kB) are read/written in a single command, and may be present