projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b46ecd
)
ACPI suspend: Blacklist Toshiba Satellite L300 that requires to set SCI_EN directly...
author
Zhang Rui
<
[email protected]
>
Mon, 16 Mar 2009 02:13:44 +0000
(22:13 -0400)
committer
Len Brown
<
[email protected]
>
Mon, 16 Mar 2009 04:35:29 +0000
(
00:35
-0400)
This is a supplement of commit
65df78473ffbf3bff5e2034df1638acc4f3ddd50
.
http://bugzilla.kernel.org/show_bug.cgi?id=12798
Signed-off-by: Zhang Rui <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/sleep.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/sleep.c
b/drivers/acpi/sleep.c
index 3ca98686f28b837dbbcb461f77f59009c3ae1644..00456fccfa38bedf69749c7dc587c2001920acc4 100644
(file)
--- a/
drivers/acpi/sleep.c
+++ b/
drivers/acpi/sleep.c
@@
-386,6
+386,14
@@
static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "M2N8L"),
},
},
+ {
+ .callback = init_set_sci_en_on_resume,
+ .ident = "Toshiba Satellite L300",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"),
+ },
+ },
{},
};
#endif /* CONFIG_SUSPEND */