aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/unusual_devs.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 9f72000a006..3ec17689b81 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -216,6 +216,14 @@ UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
216 "DVD-CAM DZ-MV100A Camcorder", 216 "DVD-CAM DZ-MV100A Camcorder",
217 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN), 217 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
218 218
219/* Patch for Nikon coolpix 2000
220 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
221UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
222 "NIKON",
223 "NIKON DSC E2000",
224 US_SC_DEVICE, US_PR_DEVICE,NULL,
225 US_FL_NOT_LOCKABLE ),
226
219/* Reported by Andreas Bockhold <andreas@bockionline.de> */ 227/* Reported by Andreas Bockhold <andreas@bockionline.de> */
220UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, 228UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
221 "NIKON", 229 "NIKON",
@@ -223,13 +231,12 @@ UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
223 US_SC_DEVICE, US_PR_DEVICE, NULL, 231 US_SC_DEVICE, US_PR_DEVICE, NULL,
224 US_FL_FIX_CAPACITY), 232 US_FL_FIX_CAPACITY),
225 233
226/* Patch for Nikon coolpix 2000 234/* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */
227 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/ 235UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100,
228UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
229 "NIKON", 236 "NIKON",
230 "NIKON DSC E2000", 237 "NIKON DSC D70s",
231 US_SC_DEVICE, US_PR_DEVICE,NULL, 238 US_SC_DEVICE, US_PR_DEVICE, NULL,
232 US_FL_NOT_LOCKABLE ), 239 US_FL_FIX_CAPACITY),
233 240
234/* BENQ DC5330 241/* BENQ DC5330
235 * Reported by Manuel Fombuena <mfombuena@ya.com> and 242 * Reported by Manuel Fombuena <mfombuena@ya.com> and