summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorTejun Heo2007-05-22 11:34:22 +0200
committerJeff Garzik2007-05-25 02:34:48 +0200
commitb33620f9fa6a8deabaac7a7cd827cc7fafbf0064 (patch)
treee5f60032d565fe939d58bba7928d59a93fd4a6bd /drivers/ata/ata_piix.c
parentpata_sis: Fix and clean up some timing setups (diff)
downloadkernel-qcow2-linux-b33620f9fa6a8deabaac7a7cd827cc7fafbf0064.tar.gz
kernel-qcow2-linux-b33620f9fa6a8deabaac7a7cd827cc7fafbf0064.tar.xz
kernel-qcow2-linux-b33620f9fa6a8deabaac7a7cd827cc7fafbf0064.zip
ata_piix: add short 40c quirk for Acer Aspire 2030, take #2
Acer Aspire 2023WLMi uses short 40c cable. Add quirk for it. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Steve H. <mail.pandor@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 0458811010fd..9c07b88631be 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -578,6 +578,7 @@ static const struct ich_laptop ich_laptop[] = {
{ 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */
{ 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
+ { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */
/* end marker */
{ 0, }
};