diff options
author | Ortwin Glück <odi@odi.ch> | 2007-09-05 18:06:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-09-11 10:48:16 -0400 |
commit | 9374b9fd6cef7f8b75a543d044c5b0925aae08cd (patch) | |
tree | 494f3119fdd095a4b44615edebfe39964dda2f53 /drivers/usb | |
parent | 61392af387787dfa2b381880d195dfb7ab0d1ea3 (diff) |
USB: Nikon D40 Quirks
The D40 needs the same quirks as the other (semi-)professional Nikon cameras.
The patch is against 2.6.23-rc5.
Details:
http://bugs.gentoo.org/show_bug.cgi?id=191431
From: Ortwin Glück <odi@odi.ch>
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 f69f15e352f1..da52d1077473 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -348,6 +348,13 @@ UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0101, | |||
348 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 348 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
349 | US_FL_FIX_CAPACITY), | 349 | US_FL_FIX_CAPACITY), |
350 | 350 | ||
351 | /* Reported by Ortwin Glueck <odi@odi.ch> */ | ||
352 | UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110, | ||
353 | "NIKON", | ||
354 | "NIKON DSC D40", | ||
355 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
356 | US_FL_FIX_CAPACITY), | ||
357 | |||
351 | /* BENQ DC5330 | 358 | /* BENQ DC5330 |
352 | * Reported by Manuel Fombuena <mfombuena@ya.com> and | 359 | * Reported by Manuel Fombuena <mfombuena@ya.com> and |
353 | * Frank Copeland <fjc@thingy.apana.org.au> */ | 360 | * Frank Copeland <fjc@thingy.apana.org.au> */ |