···3434created. Please use command "cat /proc/acpi/hotkey/polling_method" 3535to retrieve it.36363737-Note: Use cmdline "acpi_specific_hotkey" to enable legacy platform3838-specific drivers.3737+Note: Use cmdline "acpi_generic_hotkey" to over-ride3838+platform-specific with generic driver.
+5
Documentation/kernel-parameters.txt
···159159160160 acpi_fake_ecdt [HW,ACPI] Workaround failure due to BIOS lacking ECDT161161162162+ acpi_generic_hotkey [HW,ACPI]163163+ Allow consolidated generic hotkey driver to164164+ over-ride platform specific driver.165165+ See also Documentation/acpi-hotkey.txt.166166+162167 ad1816= [HW,OSS]163168 Format: <io>,<irq>,<dma>,<dma2>164169 See also Documentation/sound/oss/AD1816.
+3-3
drivers/acpi/osl.c
···6767extern char line_buf[80];6868#endif /*ENABLE_DEBUGGER */69697070-int acpi_specific_hotkey_enabled;7070+int acpi_specific_hotkey_enabled = TRUE;7171EXPORT_SYMBOL(acpi_specific_hotkey_enabled);72727373static unsigned int acpi_irq_irq;···1070107010711071int __init acpi_hotkey_setup(char *str)10721072{10731073- acpi_specific_hotkey_enabled = TRUE;10731073+ acpi_specific_hotkey_enabled = FALSE;10741074 return 1;10751075}1076107610771077-__setup("acpi_specific_hotkey", acpi_hotkey_setup);10771077+__setup("acpi_generic_hotkey", acpi_hotkey_setup);1078107810791079/*10801080 * max_cstate is defined in the base kernel so modules can