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:
38b375d
)
USB: usb-storage: quirk around v1.11 firmware on Nikon D4
author
Dave Jones
<
[email protected]
>
Mon, 14 Jul 2008 17:28:34 +0000
(13:28 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 14 Aug 2008 00:32:49 +0000
(17:32 -0700)
usb-storage: quirk around v1.11 firmware on Nikon D40
https://bugzilla.redhat.com/show_bug.cgi?id=454028
Just as in earlier firmware versions, we need to perform this
quirk for the latest version too.
Speculatively do the entry for the D80 too, as they seem to
have the same firmware problems historically.
Signed-off-by: Dave Jones <
[email protected]
>
Cc: Johannes Berg <
[email protected]
>
Cc: Alan Stern <
[email protected]
>
Cc: stable <
[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 7ae69f55aa966a72fd68d7cda7330d11f2e3a9e1..35ec1c69be1f11f3c6b0af544336468ec63eee7f 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-356,14
+356,14
@@
UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200,
US_FL_FIX_CAPACITY),
/* Reported by Emil Larsson <
[email protected]
> */
-UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x011
0
,
+UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x011
1
,
"NIKON",
"NIKON DSC D80",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY),
/* Reported by Ortwin Glueck <
[email protected]
> */
-UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x011
0
,
+UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x011
1
,
"NIKON",
"NIKON DSC D40",
US_SC_DEVICE, US_PR_DEVICE, NULL,