diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-04-21 10:08:34 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-21 23:30:34 -0400 |
commit | 0dcef77c5b889338811d35e786b42046259fe433 (patch) | |
tree | 05c66f57eb7b3b73a81d3503a71f7b01a96d4f51 /drivers/misc/thinkpad_acpi.h | |
parent | a5763f2223ce3fdbc75923f8c948fc7b59ed2f96 (diff) |
ACPI: thinkpad-acpi: improve thinkpad detection
Improve the detection of ThinkPads, so as to reduce the chances of false
positives.
Since this could potentially add false negatives on the very old models,
add a module parameter to force the detection of a thinkpad.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index 97467b71b727..20203981cb7a 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -128,6 +128,7 @@ static char *next_cmd(char **cmds); | |||
128 | /* Module */ | 128 | /* Module */ |
129 | static int experimental; | 129 | static int experimental; |
130 | static u32 dbg_level; | 130 | static u32 dbg_level; |
131 | static int force_load; | ||
131 | static char *ibm_thinkpad_ec_found; | 132 | static char *ibm_thinkpad_ec_found; |
132 | 133 | ||
133 | static char* check_dmi_for_ec(void); | 134 | static char* check_dmi_for_ec(void); |