Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=446b1dfc4cd1c2bbc7eb22d5fec38e23a577492c
Commit: 446b1dfc4cd1c2bbc7eb22d5fec38e23a577492c
Parent: a4ffc0a0b240a29cbe489f6db9dae112a49ef1c1
Author: Len Brown <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 16:23:00 2008 -0500
Committer: Len Brown <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 00:11:09 2008 -0500
ACPI: DMI: add Panasonic CF-52 and Thinpad X61
Add Lenovo X61
Add Panasonic Toughbook CF-52
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
drivers/acpi/blacklist.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 6dbaa2d..9ce983e 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -445,6 +445,8 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata
= {
* DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T61"),
* _OSI(Linux) is a NOP:
* DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"),
+ * _OSI(Linux) effect unknown
+ * DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X61"),
*/
{
.callback = dmi_enable_osi_linux,
@@ -464,6 +466,14 @@ static struct dmi_system_id acpi_osi_dmi_table[]
__initdata = {
},
{
.callback = dmi_unknown_osi_linux,
+ .ident = "Lenovo ThinkPad X61",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X61"),
+ },
+ },
+ {
+ .callback = dmi_unknown_osi_linux,
.ident = "Lenovo 3000 V100",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
@@ -505,6 +515,16 @@ static struct dmi_system_id acpi_osi_dmi_table[]
__initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "NEC VERSA M360"),
},
},
+ /* Panasonic */
+ {
+ .callback = dmi_unknown_osi_linux,
+ .ident = "Panasonic",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"),
+ /* Toughbook CF-52 */
+ DMI_MATCH(DMI_PRODUCT_NAME, "CF-52CCABVBG"),
+ },
+ },
/*
* Disable OSI(Linux) warnings on all "Samsung Electronics"
*
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html