projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607126c
)
pata_sis.c: Add Packard Bell EasyNote K5305 to laptops
author
Gabriel C
<nix.or.die@googlemail.com>
Thu, 15 Nov 2007 04:14:00 +0000
(13:14 +0900)
committer
Tejun 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_sis.c
b/drivers/ata/pata_sis.c
index 3b5be77e861c77139eab0cc15f4f9fd26c3954db..87546d9f1ca0839cf5067d94116af34ae297c7e7 100644
(file)
--- a/
drivers/ata/pata_sis.c
+++ b/
drivers/ata/pata_sis.c
@@
-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, }
};