projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063a2da
)
USB: Nikon D40X unusual_devs entry
author
Ortwin Glück
<
[email protected]
>
Thu, 11 Oct 2007 15:29:43 +0000
(17:29 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 12 Oct 2007 21:55:34 +0000
(14:55 -0700)
Not surprisingly the Nikon D40X DSC needs the same quirks as the D40,
but it has a separate ID.
See 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
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/unusual_devs.h
b/drivers/usb/storage/unusual_devs.h
index edf92914674aaab730793fa2bb30da809ae5c72d..9b656ec427d0613ae388bce16eacbbc03cac62c5 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-369,6
+369,13
@@
UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100,
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY),
+/* Reported by Shan Destromp (
[email protected]
) */
+UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100,
+ "NIKON",
+ "NIKON DSC D40X",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY),
+
/* BENQ DC5330
* Reported by Manuel Fombuena <
[email protected]
> and
* Frank Copeland <
[email protected]
> */