public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* usb-storage: quirk around v1.11 firmware on Nikon D4
@ 2008-07-04 19:33 Dave Jones
  2008-07-04 19:42 ` Matthew Dharm
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Jones @ 2008-07-04 19:33 UTC (permalink / raw)
  To: Linux Kernel; +Cc: linux-usb, gregkh

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.

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 45fe366..cf03af1 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -364,6 +364,13 @@ UNUSUAL_DEV(  0x04b0, 0x0411, 0x0100, 0x0110,
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_FIX_CAPACITY),
 
+/* Reported by https://bugzilla.redhat.com/show_bug.cgi?id=454028 */
+UNUSUAL_DEV(  0x04b0, 0x0413, 0x0110, 0x0111,
+		"NIKON",
+		"NIKON DSC D40",
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_FIX_CAPACITY),
+
 /* Reported by Ortwin Glueck <odi@odi.ch> */
 UNUSUAL_DEV(  0x04b0, 0x0413, 0x0110, 0x0110,
 		"NIKON",


-- 
http://www.codemonkey.org.uk

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-31 20:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 19:33 usb-storage: quirk around v1.11 firmware on Nikon D4 Dave Jones
2008-07-04 19:42 ` Matthew Dharm
2008-07-04 19:59   ` Dave Jones
2008-07-04 22:09     ` Alan Stern
2008-07-04 22:20       ` Dave Jones
2008-07-14 17:28       ` Dave Jones
2008-07-31 19:58         ` patch usb-usb-storage-quirk-around-v1.11-firmware-on-nikon-d4.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox