Commit 1fa5a40f27e832b7c31e93d6dc2952a41ed277f7

Authored by Bartlomiej Zolnierkiewicz
1 parent 2064c946ea

piix: add Asus Eee 701 controller to short cable list

Based on ata_piix patch by Dan McGee.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/ide/pci/piix.c
... ... @@ -250,6 +250,7 @@
250 250 { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
251 251 { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
252 252 { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on Acer Aspire 2023WLMi */
  253 + { 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
253 254 /* end marker */
254 255 { 0, }
255 256 };