diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2007-10-05 14:43:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:31 -0400 |
commit | 3046c6db575019ba4ce6b9deac352d438ddf733d (patch) | |
tree | 3d9eb757056d47863904dcc7e0fe54f229ba99fa /drivers/usb | |
parent | 27f5d75afaa1b65e4cc1e4ac8a2a5095d24f1576 (diff) |
USB: unusual_devs entry for Nikon DSC D2Xs
This patch (as996) adds an unusual_devs entry for the Nikon DSC D2Xs
camera.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-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 5129b538be90..edf92914674a 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -362,6 +362,13 @@ UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110, | |||
362 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 362 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
363 | US_FL_FIX_CAPACITY), | 363 | US_FL_FIX_CAPACITY), |
364 | 364 | ||
365 | /* Reported by Paul Check <paul@openstreet.com> */ | ||
366 | UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100, | ||
367 | "NIKON", | ||
368 | "NIKON DSC D2Xs", | ||
369 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
370 | US_FL_FIX_CAPACITY), | ||
371 | |||
365 | /* BENQ DC5330 | 372 | /* BENQ DC5330 |
366 | * Reported by Manuel Fombuena <mfombuena@ya.com> and | 373 | * Reported by Manuel Fombuena <mfombuena@ya.com> and |
367 | * Frank Copeland <fjc@thingy.apana.org.au> */ | 374 | * Frank Copeland <fjc@thingy.apana.org.au> */ |