diff options
author | Sergey Pinaev <dfo@antex.ru> | 2009-09-17 09:26:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-09 16:52:07 -0400 |
commit | 2f13612a86dd785d581e29aed4db2fb98ba507ca (patch) | |
tree | c35fa07752910b93dd4394115c8dad37c298cf62 /drivers | |
parent | b20cf90650badaa5e6ec1bdbe61a63528818e8ce (diff) |
USB: storage: iRiver P7 UNUSUAL_DEV patch
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 079ae0f7bec1..d4f034ebaa8a 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1823,6 +1823,13 @@ UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, | |||
1823 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1823 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1824 | US_FL_IGNORE_RESIDUE ), | 1824 | US_FL_IGNORE_RESIDUE ), |
1825 | 1825 | ||
1826 | /* Reported by Sergey Pinaev <dfo@antex.ru> */ | ||
1827 | UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000, | ||
1828 | "iRiver", | ||
1829 | "P7K", | ||
1830 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1831 | US_FL_MAX_SECTORS_64 ), | ||
1832 | |||
1826 | /* | 1833 | /* |
1827 | * David Härdeman <david@2gen.com> | 1834 | * David Härdeman <david@2gen.com> |
1828 | * The key makes the SCSI stack print confusing (but harmless) messages | 1835 | * The key makes the SCSI stack print confusing (but harmless) messages |