Skip to content

Commit

Permalink
pata_sis.c: Add Packard Bell EasyNote K5305 to laptops
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gabriel C authored and Tejun Heo committed Nov 19, 2007
1 parent 607126c commit 1f71d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ata/pata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, }
};
Expand Down

0 comments on commit 1f71d06

Please sign in to comment.