diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-08-22 22:56:43 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-08-23 05:32:07 -0400 |
commit | 4f2d47cfddc84969b6934893fc40132750ae3b5e (patch) | |
tree | 221431f9c60e0fea9b25081065f9fb059eb18f8e /drivers/ata | |
parent | 78c4af0b43e152c40d232137f8cb637f2c58826a (diff) | |
download | op-kernel-dev-4f2d47cfddc84969b6934893fc40132750ae3b5e.zip op-kernel-dev-4f2d47cfddc84969b6934893fc40132750ae3b5e.tar.gz |
pata_sis: Add the FSC Amilo and friends
More short cables
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_sis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c index 66bd0e8..2bd7645 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, } }; |