From: Alan Cox Date: Wed, 22 Aug 2007 21:56:43 +0000 (+0100) Subject: pata_sis: Add the FSC Amilo and friends X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f2d47cfddc84969b6934893fc40132750ae3b5e;p=linux-beck.git pata_sis: Add the FSC Amilo and friends More short cables Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c index 66bd0e83ac07..2bd7645f1a88 100644 --- a/drivers/ata/pata_sis.c +++ b/drivers/ata/pata_sis.c @@ -54,6 +54,7 @@ struct sis_laptop { static const struct sis_laptop sis_laptop[] = { /* devid, subvendor, subdev */ { 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */ + { 0x5513, 0x1734, 0x105F }, /* FSC Amilo A1630 */ /* end marker */ { 0, } };