rpms/kernel/F-9 linux-2.6-usb-storage-nikond80-quirk.patch, NONE, 1.1 kernel.spec, 1.701, 1.702

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Jul 3 21:46:42 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8289

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-usb-storage-nikond80-quirk.patch 
Log Message:
Add USB Storage quirk for Nikon D40 with new firmware.

linux-2.6-usb-storage-nikond80-quirk.patch:

--- NEW FILE linux-2.6-usb-storage-nikond80-quirk.patch ---
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 at odi.ch> */
 UNUSUAL_DEV(  0x04b0, 0x0413, 0x0110, 0x0110,
 		"NIKON",



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -r1.701 -r1.702
--- kernel.spec	3 Jul 2008 21:17:32 -0000	1.701
+++ kernel.spec	3 Jul 2008 21:45:52 -0000	1.702
@@ -686,6 +686,8 @@
 Patch2300: linux-2.6-usb-ehci-hcd-respect-nousb.patch
 # Fix HID usage descriptor on MS wireless desktop receiver
 Patch2301: linux-2.6-ms-wireless-receiver.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=454028
+Patch2302: linux-2.6-usb-storage-nikond80-quirk.patch
 
 # usb video
 Patch2400: linux-2.6-uvcvideo.patch
@@ -1099,6 +1101,7 @@
 
 # USB
 ApplyPatch linux-2.6-usb-ehci-hcd-respect-nousb.patch
+ApplyPatch linux-2.6-usb-storage-nikond80-quirk.patch
 
 # ACPI
 # acpi has a bug in the sizeof function causing thermal panics (from 2.6.26)
@@ -1861,6 +1864,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Thu Jul 03 2008 Dave Jones <davej at redhat.com>
+- Add USB Storage quirk for Nikon D40 with new firmware.
+
 * Thu Jul 03 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.25.9-82
 - Linux 2.6.25.10
 - Reverted stable patch, not needed with utrace:




More information about the fedora-extras-commits mailing list