Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9374b9fd6cef7f8b75a543d044c5b0925aae08cd
Commit:     9374b9fd6cef7f8b75a543d044c5b0925aae08cd
Parent:     61392af387787dfa2b381880d195dfb7ab0d1ea3
Author:     Ortwin Glück <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 6 00:06:26 2007 +0200
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 07:48:16 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 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 f69f15e..da52d10 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,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_CAPACITY),
 
+/* Reported by Ortwin Glueck <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x04b0, 0x0413, 0x0110, 0x0110,
+               "NIKON",
+               "NIKON DSC D40",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_CAPACITY),
+
 /* BENQ DC5330
  * Reported by Manuel Fombuena <[EMAIL PROTECTED]> and
  * Frank Copeland <[EMAIL PROTECTED]> */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to