diff options
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index b6a0eb8dc7e2..91ad1a4123e2 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -139,6 +139,14 @@ UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, | |||
| 139 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 139 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 140 | US_FL_IGNORE_RESIDUE ), | 140 | US_FL_IGNORE_RESIDUE ), |
| 141 | 141 | ||
| 142 | /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and | ||
| 143 | * Einar Th. Einarsson <einarthered@gmail.com> */ | ||
| 144 | UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, | ||
| 145 | "Nokia", | ||
| 146 | "N91", | ||
| 147 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 148 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), | ||
| 149 | |||
| 142 | /* Reported by Jiri Slaby <jirislaby@gmail.com> and | 150 | /* Reported by Jiri Slaby <jirislaby@gmail.com> and |
| 143 | * Rene C. Castberg <Rene@Castberg.org> */ | 151 | * Rene C. Castberg <Rene@Castberg.org> */ |
| 144 | UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, | 152 | UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, |
