diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-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 c9a8d50106d1..0a846e4a101e 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -182,6 +182,13 @@ UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, | |||
182 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 182 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
183 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), | 183 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
184 | 184 | ||
185 | /* Reported by Bardur Arantsson <bardur@scientician.net> */ | ||
186 | UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0370, | ||
187 | "Nokia", | ||
188 | "6131", | ||
189 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
190 | US_FL_MAX_SECTORS_64 ), | ||
191 | |||
185 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ | 192 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ |
186 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, | 193 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, |
187 | "SMSC", | 194 | "SMSC", |