diff options
author | Luming Yu <luming.yu@intel.com> | 2005-03-18 18:03:45 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-11 23:27:04 -0400 |
commit | fb9802fa59b196d7f90bb3c2e33c555c6bdc4c54 (patch) | |
tree | aca6fd906629c6da124a73b43e6f6c50f81b90b4 /drivers/acpi/asus_acpi.c | |
parent | d58da590451cf6ae75379a2ebf96d3afb8d810d8 (diff) |
[ACPI] generic Hot Key support
See Documentation/acpi-hotkey.txt
Use cmdline "acpi_specific_hotkey" to enable
legacy platform specific drivers.
http://bugzilla.kernel.org/show_bug.cgi?id=3887
Signed-off-by: Luming Yu <luming.yu@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/asus_acpi.c')
-rw-r--r-- | drivers/acpi/asus_acpi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c index a75cb565caeb..a560b1e2da77 100644 --- a/drivers/acpi/asus_acpi.c +++ b/drivers/acpi/asus_acpi.c | |||
@@ -1204,6 +1204,10 @@ static int __init asus_acpi_init(void) | |||
1204 | if (acpi_disabled) | 1204 | if (acpi_disabled) |
1205 | return -ENODEV; | 1205 | return -ENODEV; |
1206 | 1206 | ||
1207 | if (!acpi_specific_hotkey_enabled){ | ||
1208 | printk(KERN_ERR "Using generic hotkey driver\n"); | ||
1209 | return -ENODEV; | ||
1210 | } | ||
1207 | asus_proc_dir = proc_mkdir(PROC_ASUS, acpi_root_dir); | 1211 | asus_proc_dir = proc_mkdir(PROC_ASUS, acpi_root_dir); |
1208 | if (!asus_proc_dir) { | 1212 | if (!asus_proc_dir) { |
1209 | printk(KERN_ERR "Asus ACPI: Unable to create /proc entry\n"); | 1213 | printk(KERN_ERR "Asus ACPI: Unable to create /proc entry\n"); |