projects
/
GitHub
/
moto-9609
/
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:
bbb7030
)
ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite L355
author
Len Brown
<len.brown@intel.com>
Tue, 28 Sep 2010 21:51:51 +0000
(17:51 -0400)
committer
Len Brown
<len.brown@intel.com>
Tue, 28 Sep 2010 22:14:34 +0000
(18:14 -0400)
https://bugzilla.kernel.org/show_bug.cgi?id=12641
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/blacklist.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/blacklist.c
b/drivers/acpi/blacklist.c
index 3eda6c0404008748256acfe196bc29b70275cdaf..571a003a1f7c91b9358b23ddc5e767dd91d5fbfa 100644
(file)
--- a/
drivers/acpi/blacklist.c
+++ b/
drivers/acpi/blacklist.c
@@
-228,6
+228,14
@@
static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
},
},
{
+ .callback = dmi_disable_osi_vista,
+ .ident = "Toshiba Satellite L355",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Satellite L355"),
+ },
+ },
+ {
.callback = dmi_disable_osi_win7,
.ident = "ASUS K50IJ",
.matches = {