linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030
@ 2007-05-21 11:22 Tejun Heo
  2007-05-22  9:34 ` [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030, take #2 Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-05-21 11:22 UTC (permalink / raw)
  To: Jeff Garzik, IDE/ATA development list; +Cc: mail.pandor

Acer Aspire 2030 uses short 40c cable.  Add quirk for it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Steve H. <mail.pandor@gmail.com>
---
 ata_piix.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 13b6b1d..683057c 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -579,6 +579,7 @@ static const struct ich_laptop ich_lapto
 	{ 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 2030 */
 	/* end marker */
 	{ 0, }
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030, take #2
  2007-05-21 11:22 [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030 Tejun Heo
@ 2007-05-22  9:34 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2007-05-22  9:34 UTC (permalink / raw)
  To: Jeff Garzik, IDE/ATA development list; +Cc: mail.pandor

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>
---
Model name in comment was incorrect.  Updated.

 ata_piix.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 13b6b1d..683057c 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -579,6 +579,7 @@ static const struct ich_laptop ich_lapto
 	{ 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, }
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-22  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21 11:22 [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030 Tejun Heo
2007-05-22  9:34 ` [PATCH] ata_piix: add short 40c quirk for Acer Aspire 2030, take #2 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).