Skip to content

Commit d878829

Browse files
Alan Coxbzolnier
authored andcommitted
piix: The Sony TZ90 needs the cable type hardcoding
The Sony TZ90 needs the cable type hardcoding. See bug #12734 Signed-off-by: Alan Cox <[email protected]> Reported-by: Jonathan E. Snow <[email protected]> [bart: port it from ata_piix to piix and give reporter the proper credit] Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
1 parent b019447 commit d878829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ide/piix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ static const struct ich_laptop ich_laptop[] = {
263263
{ 0x24CA, 0x1025, 0x003d }, /* ICH4 on ACER TM290 */
264264
{ 0x266F, 0x1025, 0x0066 }, /* ICH6 on ACER Aspire 1694WLMi */
265265
{ 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
266+
{ 0x27df, 0x104d, 0x900e }, /* ICH7 on Sony TZ-90 */
266267
/* end marker */
267268
{ 0, }
268269
};

0 commit comments

Comments
 (0)