Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit babfb682 authored by J J's avatar J J Committed by Jeff Garzik
Browse files

ata_piix: add ICH7 on Acer 3682WLMi to laptop list



In Acer Aspire hdd is connected to ICH7 via 40c cable, however it is
short cable and it is UDMA66 capable.

Signed-off-by: default avatarJ J <jakub007@go2.pl>
Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent c9f89475
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@ struct ich_laptop {
static const struct ich_laptop ich_laptop[] = {
	/* devid, subvendor, subdev */
	{ 0x27DF, 0x0005, 0x0280 },	/* ICH7 on Acer 5602WLMi */
	{ 0x27DF, 0x1025, 0x0110 },	/* ICH7 on Acer 3682WLMi */
	/* end marker */
	{ 0, }
};