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

Commit b33620f9 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

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: default avatarTejun Heo <htejun@gmail.com>
Cc: Steve H. <mail.pandor@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent dd668d15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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, }
};