[PATCH] ata_piix: Fix Acer Travelmate 290 series

Flávio Martins xhaker at gmail.com
Wed Aug 22 18:24:06 UTC 2007


Add the PCI ID of this ICH4 in list of laptops that use short cables.

Signed-off-by: Flávio Martins <xhaker at gmail.com>
---
 drivers/ata/ata_piix.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index d67f89c..0ef6cca 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -582,6 +582,7 @@ static const struct ich_laptop ich_laptop[] = {
 	{ 0x27DF, 0x1025, 0x0110 },	/* ICH7 on Acer 3682WLMi */
 	{ 0x27DF, 0x1043, 0x1267 },	/* ICH7 on Asus W5F */
 	{ 0x24CA, 0x1025, 0x0061 },	/* ICH4 on ACER Aspire 2023WLMi */
+	{ 0x24CA, 0x1025, 0x003d },	/* ICH4 on Acer TM290 */
 	/* end marker */
 	{ 0, }
 };
-- 
1.5.2.4





More information about the kernel-team mailing list