Skip to content

Commit 54174db

Browse files
author
Jeff Garzik
committed
[libata] ata_piix: add HP compaq laptop to short cable list
Reported by Andreas Messer. Signed-off-by: Jeff Garzik <[email protected]>
1 parent c4b5b7b commit 54174db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/ata_piix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ static const struct ich_laptop ich_laptop[] = {
598598
{ 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */
599599
{ 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */
600600
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
601+
{ 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
601602
{ 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */
602603
/* end marker */
603604
{ 0, }

0 commit comments

Comments
 (0)