Commit 9167017d authored by Dave Jones's avatar Dave Jones

[PATCH] USB 6-in-1 card reader blacklist addition

Yes, someone really was stupid enough to make a device with
such a dumb vendor name. In combination with the device name
and rev number though, it shouldn't cause any false positives.

Device in question is some no-name 6-in-1 usb card reader,
whose slots all appear on different LUNs, requiring you
fiddle with scis_mod's max_luns argument unless you have this patch.
parent daaf7b0f
......@@ -138,6 +138,7 @@ static struct {
{"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
{"EMULEX", "MD21/S2 ESDI", NULL, BLIST_SINGLELUN},
{"FSC", "CentricStor", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"Generic", "USB Storage-SMC", "0207", BLIST_FORCELUN},
{"HITACHI", "DF400", "*", BLIST_SPARSELUN},
{"HITACHI", "DF500", "*", BLIST_SPARSELUN},
{"HITACHI", "DF600", "*", BLIST_SPARSELUN},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment