rpms/kernel/FC-4 linux-2.6-usb-unusual-devices.patch, 1.2, 1.3 kernel-2.6.spec, 1.1628, 1.1629

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 25 04:33:00 UTC 2006


Author: davej

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

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(+)

Index: linux-2.6-usb-unusual-devices.patch
===================================================================
RCS file: linux-2.6-usb-unusual-devices.patch
diff -N linux-2.6-usb-unusual-devices.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ linux-2.6-usb-unusual-devices.patch	25 Apr 2006 04:32:56 -0000	1.3
@@ -0,0 +1,15 @@
+--- 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-4/kernel-2.6.spec,v
retrieving revision 1.1628
retrieving revision 1.1629
diff -u -r1.1628 -r1.1629
--- kernel-2.6.spec	24 Apr 2006 21:38:45 -0000	1.1628
+++ kernel-2.6.spec	25 Apr 2006 04:32:51 -0000	1.1629
@@ -1062,6 +1062,9 @@
 %endif
 
 %changelog
+* Tue Apr 25 2006 Dave Jones <davej at redhat.com>
+- 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