aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/unusual_devs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index b311300cf788..4d9ca02ac677 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1001,6 +1001,13 @@ UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
1001 US_SC_DEVICE, US_PR_DEVICE, NULL, 1001 US_SC_DEVICE, US_PR_DEVICE, NULL,
1002 US_FL_FIX_CAPACITY ), 1002 US_FL_FIX_CAPACITY ),
1003 1003
1004/* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
1005UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
1006 "RockChip",
1007 "MP3",
1008 US_SC_DEVICE, US_PR_DEVICE, NULL,
1009 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
1010
1004/* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1011/* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
1005 * This USB MP3/AVI player device fails and disconnects if more than 128 1012 * This USB MP3/AVI player device fails and disconnects if more than 128
1006 * sectors (64kB) are read/written in a single command, and may be present 1013 * sectors (64kB) are read/written in a single command, and may be present