]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
pata_sis.c: Add Packard Bell EasyNote K5305 to laptops
authorGabriel C <nix.or.die@googlemail.com>
Thu, 15 Nov 2007 04:14:00 +0000 (13:14 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 19 Nov 2007 03:28:11 +0000 (12:28 +0900)
With newer kernels HDD in my old laptop is limited to UDMA 33.
With this patch I get UDMA 100 again.

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/ata/pata_sis.c

index 3b5be77e861c77139eab0cc15f4f9fd26c3954db..87546d9f1ca0839cf5067d94116af34ae297c7e7 100644 (file)
@@ -55,6 +55,7 @@ static const struct sis_laptop sis_laptop[] = {
        /* devid, subvendor, subdev */
        { 0x5513, 0x1043, 0x1107 },     /* ASUS A6K */
        { 0x5513, 0x1734, 0x105F },     /* FSC Amilo A1630 */
+       { 0x5513, 0x1071, 0x8640 },     /* EasyNote K5305 */
        /* end marker */
        { 0, }
 };