rpms/kernel/FC-5 linux-2.6-usb-unusual-devices.patch, NONE, 1.1 kernel-2.6.spec, 1.2099, 1.2100

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 25 04:30:54 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv30388

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-usb-unusual-devices.patch 
Log Message:
Fix up SCSI errors with mymusix usb mp3 player (#186187)


linux-2.6-usb-unusual-devices.patch:
 unusual_devs.h |    6 ++++++
 1 files changed, 6 insertions(+)

--- NEW FILE linux-2.6-usb-unusual-devices.patch ---
--- linux-2.6.15/drivers/usb/storage/unusual_devs.h~	2006-02-20 21:36:07.000000000 -0500
+++ linux-2.6.15/drivers/usb/storage/unusual_devs.h	2006-02-20 21:36:24.000000000 -0500
@@ -113,6 +113,12 @@ UNUSUAL_DEV(  0x0419, 0xaaf6, 0x0100, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_IGNORE_RESIDUE ),
 
+/* Reported by Pete Zaitcev <zaitcev at redhat.com>, bz#176584 */
+UNUSUAL_DEV(  0x0420, 0x0001, 0x0100, 0x0100,
+		"GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_IGNORE_RESIDUE ),
+
 /* Reported by Olaf Hering <olh at suse.de> from novell bug #105878 */
 UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
 		"SMSC",


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2099
retrieving revision 1.2100
diff -u -r1.2099 -r1.2100
--- kernel-2.6.spec	25 Apr 2006 04:07:39 -0000	1.2099
+++ kernel-2.6.spec	25 Apr 2006 04:30:17 -0000	1.2100
@@ -372,6 +372,7 @@
 Patch1760: linux-2.6-suspend-slab-warnings.patch
 Patch1770: linux-2.6-optimise-spinlock-debug.patch
 Patch1780: linux-2.6-cpufreq-acpi-sticky.patch
+Patch1790: linux-2.6-usb-unusual-devices.patch
 
 # SELinux/audit patches.
 Patch1800: linux-2.6-selinux-hush.patch
@@ -1008,6 +1009,8 @@
 %patch1770 -p1
 # Make acpi-cpufreq sticky.
 %patch1780 -p1
+# unusual USB device quirks
+%patch1790 -p1
 
 # Silence some selinux messages.
 %patch1800 -p1
@@ -1693,6 +1696,7 @@
 %changelog
 * Tue Apr 25 2006 Dave Jones <davej at redhat.com>
 - Enable DVB in the 586 kernel. (#188227)
+- Fix up SCSI errors with mymusix usb mp3 player (#186187)
 
 * Mon Apr 24 2006 Dave Jones <davej at redhat.com>
 - 2.6.16.11




More information about the fedora-cvs-commits mailing list