USB: storage: iRiver P7 UNUSUAL_DEV patch
Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b20cf90650
commit
2f13612a86
|
@ -1823,6 +1823,13 @@ UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_IGNORE_RESIDUE ),
|
US_FL_IGNORE_RESIDUE ),
|
||||||
|
|
||||||
|
/* Reported by Sergey Pinaev <dfo@antex.ru> */
|
||||||
|
UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000,
|
||||||
|
"iRiver",
|
||||||
|
"P7K",
|
||||||
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
|
US_FL_MAX_SECTORS_64 ),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* David Härdeman <david@2gen.com>
|
* David Härdeman <david@2gen.com>
|
||||||
* The key makes the SCSI stack print confusing (but harmless) messages
|
* The key makes the SCSI stack print confusing (but harmless) messages
|
||||||
|
|
Loading…
Reference in New Issue