fedora-cvs-commits@redhat.com
[Top] [All Lists]

rpms/kernel/FC-5 linux-2.6-usb-samsung-mp3.patch, NONE, 1.1 kernel-2.6.s

Subject: rpms/kernel/FC-5 linux-2.6-usb-samsung-mp3.patch, NONE, 1.1 kernel-2.6.spec, 1.2186, 1.2187
From:
Date: Mon, 11 Sep 2006 00:02:22 -0400
Author: davej

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

Modified Files:
        kernel-2.6.spec 
Added Files:
        linux-2.6-usb-samsung-mp3.patch 
Log Message:
Add quirk for Samsung mp3 player. (#198128)


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

--- NEW FILE linux-2.6-usb-samsung-mp3.patch ---
--- linux-2.6.17.noarch/drivers/usb/storage/unusual_devs.h~     2006-09-10 
23:58:58.000000000 -0400
+++ linux-2.6.17.noarch/drivers/usb/storage/unusual_devs.h      2006-09-10 
23:59:23.000000000 -0400
@@ -113,6 +113,12 @@ UNUSUAL_DEV(  0x0411, 0x001c, 0x0113, 0x
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_INQUIRY ),
 
+/* Reported by Orgad Shaneh <orgads@xxxxxxxxx> */
+UNUSUAL_DEV(  0x0419, 0xaace, 0x0100, 0x0100,
+               "Samsung", "MP3 Player",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_IGNORE_RESIDUE),
+
 /* Reported by Christian Leber <christian@xxxxxxxx> */
 UNUSUAL_DEV(  0x0419, 0xaaf5, 0x0100, 0x0100,
                "TrekStor",


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2186
retrieving revision 1.2187
diff -u -r1.2186 -r1.2187
--- kernel-2.6.spec     11 Sep 2006 00:07:24 -0000      1.2186
+++ kernel-2.6.spec     11 Sep 2006 04:02:19 -0000      1.2187
@@ -355,6 +355,7 @@
 Patch1730: linux-2.6-ac97_unregister_controls_ad18xx.patch
 Patch1740: linux-2.6-softlockup-disable.patch
 Patch1750: linux-2.6-usb-storage-alauda-fix-transport-info-mismerge.patch
+Patch1751: linux-2.6-usb-samsung-mp3.patch
 Patch1760: linux-2.6-suspend-slab-warnings.patch
 Patch1770: linux-2.6-optimise-spinlock-debug.patch
 Patch1790: linux-2.6-console-suspend.patch
@@ -910,8 +911,10 @@
 %patch1730 -p1
 # Add a safety net to softlockup so that it doesn't prevent installs.
 %patch1740 -p1
-# Fix up mismerge in USB driver.
+# Fix up mismerge in USB storage driver.
 %patch1750 -p1
+# Quirk for Samsung mp3 player.
+%patch1751 -p1
 # Fix up kmalloc whilst atomic warning during resume.
 %patch1760 -p1
 # Speed up spinlock debug.
@@ -1540,7 +1543,10 @@
 %endif
 
 %changelog
-* Sun Sep 10 2006 Dave Jones <davej@xxxxxxxxxx> [2.6.17-1.2186_FC5]
+* Mon Sep 11 2006 Dave Jones <davej@xxxxxxxxxx> [2.6.17-1.2187_FC5]
+- Add quirk for Samsung mp3 player. (#198128)
+
+* Sun Sep 10 2006 Dave Jones <davej@xxxxxxxxxx>
 - Fix up mismerge in USB storage driver.
 
 * Sat Sep  9 2006 Dave Jones <davej@xxxxxxxxxx>

-- 
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits

<Prev in Thread] Current Thread [Next in Thread>
  • rpms/kernel/FC-5 linux-2.6-usb-samsung-mp3.patch, NONE, 1.1 kernel-2.6.spec, 1.2186, 1.2187, fedora-cvs-commits <=