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:
00eed9c
)
usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player
author
Dmitry Artamonow
<
[email protected]
>
Sat, 9 Mar 2013 16:30:58 +0000
(20:30 +0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 15 Mar 2013 19:07:53 +0000
(12:07 -0700)
Device stucks on filesystem writes, unless following quirk is passed:
echo 04e8:5136:m > /sys/module/usb_storage/parameters/quirks
Add corresponding entry to unusual_devs.h
Signed-off-by: Dmitry Artamonow <
[email protected]
>
Cc: stable <
[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 da04a074e7900c8dcc413bf761d5f471e29218a3..1799335288bd5e60522a60def1c311f07df62286 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-496,6
+496,13
@@
UNUSUAL_DEV( 0x04e8, 0x5122, 0x0000, 0x9999,
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG),
+/* Added by Dmitry Artamonow <
[email protected]
> */
+UNUSUAL_DEV( 0x04e8, 0x5136, 0x0000, 0x9999,
+ "Samsung",
+ "YP-Z3",
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+ US_FL_MAX_SECTORS_64),
+
/* Entry and supporting patch by Theodore Kilgore <
[email protected]
>.
* Device uses standards-violating 32-byte Bulk Command Block Wrappers and
* reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.