rpms/kernel/devel linux-2.6-usb-unusual-devices.patch, NONE, 1.1 kernel-2.6.spec, 1.2266, 1.2267

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jun 11 23:03:19 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-usb-unusual-devices.patch 
Log Message:
add MyMusix PD-205 to the unusual USB quirk list.


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/devel/kernel-2.6.spec,v
retrieving revision 1.2266
retrieving revision 1.2267
diff -u -r1.2266 -r1.2267
--- kernel-2.6.spec	11 Jun 2006 17:28:11 -0000	1.2266
+++ kernel-2.6.spec	11 Jun 2006 23:02:58 -0000	1.2267
@@ -377,6 +377,7 @@
 Patch1650: linux-2.6-pci-reverse-pci-config-space-restore-order.patch
 Patch1660: linux-2.6-valid-ether-addr.patch
 Patch1670: linux-2.6-softcursor-persistent-alloc.patch
+Patch1680: linux-2.6-usb-unusual-devices.patch
 Patch1700: linux-2.6-w1-hush-debug.patch
 Patch1710: linux-2.6-sched-up-migration-cost.patch
 Patch1720: linux-2.6-proc-self-maps-fix.patch
@@ -1032,6 +1033,8 @@
 %patch1660 -p1
 # Use persistent allocation in softcursor
 %patch1670 -p1
+# Add some USB devices to the unusual quirk list.
+%patch1680 -p1
 # Silence debug messages in w1
 %patch1700 -p1
 # Only print migration info on SMP
@@ -1818,6 +1821,7 @@
 %changelog
 * Sat Jun 10 2006 Dave Jones <davej at redhat.com>
 - 2.6.17-rc6-git2
+- Add MyMusix PD-205 to the unusual USB quirk list.
 
 * Sat Jun 10 2006 Juan Quintela <quintela at redhat.com>
 - rebase xen to linux-2.6 cset 27412




More information about the fedora-cvs-commits mailing list