rpms/kernel/F-7 linux-2.6-libata-pata_ali-fix-hp-detect.patch, NONE, 1.1 kernel-2.6.spec, 1.3298, 1.3299

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Fri Jul 27 15:11:18 UTC 2007


Author: cebbert

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

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-libata-pata_ali-fix-hp-detect.patch 
Log Message:
* Fri Jul 27 2007 Chuck Ebbert <cebbert at redhat.com>
- fix DMI strings in HP notebook quirk for ALI controller


linux-2.6-libata-pata_ali-fix-hp-detect.patch:

--- NEW FILE linux-2.6-libata-pata_ali-fix-hp-detect.patch ---
From: Alan Cox <alan at lxorguk.ukuu.org.uk>
Date: Fri, 20 Jul 2007 14:34:49 +0000 (+0100)
Subject: pata_ali: Correct HP detect
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fjgarzik%2Flibata-dev.git;a=commitdiff_plain;h=5c8d52015c09b42632a73896f8a80cff64c5c1d1

pata_ali: Correct HP detect

Signed-off-by: Alan Cox <alan at redhat.com>
Signed-off-by: Jeff Garzik <jeff at garzik.org>
---

diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c
index 0104367..e8a28e9 100644
--- a/drivers/ata/pata_ali.c
+++ b/drivers/ata/pata_ali.c
@@ -45,7 +45,7 @@ static struct dmi_system_id cable_dmi_table[] = {
 		.ident = "HP Pavilion N5430",
 		.matches = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
-			DMI_MATCH(DMI_BOARD_NAME, "OmniBook N32N-736"),
+			DMI_MATCH(DMI_BOARD_VERSION, "OmniBook N32N-736"),
 		},
 	},
 	{ }


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3298
retrieving revision 1.3299
diff -u -r1.3298 -r1.3299
--- kernel-2.6.spec	27 Jul 2007 14:46:01 -0000	1.3298
+++ kernel-2.6.spec	27 Jul 2007 15:10:45 -0000	1.3299
@@ -598,6 +598,7 @@
 Patch667: linux-2.6-libata-ata_piix_fix_pio-mwdma-programming.patch
 Patch668: linux-2.6-libata_pata_atiixp_add_ati_sb700.patch
 Patch670: linux-2.6-libata-pata_hpt37x-fix-2.6.22-clock-pll.patch
+Patch671: linux-2.6-libata-pata_ali-fix-hp-detect.patch
 Patch680: git-wireless-dev.patch
 Patch682: linux-2.6-rtl8187.patch
 Patch683: linux-2.6-wireless.patch
@@ -1291,8 +1292,6 @@
 ApplyPatch linux-2.6-ata-quirk.patch
 # add more ati sb700 ids to the ahci driver
 ApplyPatch linux-2.6-libata-sb700-sata-ids.patch
-# fix hpt37x PLL regression
-ApplyPatch linux-2.6-libata-pata_hpt37x-fix-2.6.22-clock-pll.patch
 # Unbreak SMART on libata.
 ApplyPatch linux-2.6-libata-unbreak-smart.patch
 ApplyPatch linux-2.6-libata-unbreak-smart-2.patch
@@ -1300,6 +1299,10 @@
 ApplyPatch linux-2.6-libata-ata_piix_fix_pio-mwdma-programming.patch
 # add ID for sb700 to the pata driver
 ApplyPatch linux-2.6-libata_pata_atiixp_add_ati_sb700.patch
+# fix hpt37x PLL regression
+ApplyPatch linux-2.6-libata-pata_hpt37x-fix-2.6.22-clock-pll.patch
+# fix wrong DMI detect logic for HP notebook
+ApplyPatch linux-2.6-libata-pata_ali-fix-hp-detect.patch
 
 # Add the rtl8187 driver from upstream
 ApplyPatch linux-2.6-rtl8187.patch
@@ -2294,6 +2297,9 @@
 
 %changelog
 * Fri Jul 27 2007 Chuck Ebbert <cebbert at redhat.com>
+- fix DMI strings in HP notebook quirk for ALI controller
+
+* Fri Jul 27 2007 Chuck Ebbert <cebbert at redhat.com>
 - sync the CFS scheduler timekeeping changes with upstream
 
 * Fri Jul 27 2007 David Woodhouse <dwmw2 at infradead.org>




More information about the fedora-extras-commits mailing list