···3333attached to /proc/acpi/hotkey/poll_method, which is dnyamically3434created. Please use command "cat /proc/acpi/hotkey/polling_method" 3535to retrieve it.3636+3737+Note: Use cmdline "acpi_generic_hotkey" to over-ride3838+loading any platform specific drivers.
+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
···7171extern char line_buf[80];7272#endif /*ENABLE_DEBUGGER*/73737474-int acpi_specific_hotkey_enabled;7474+int acpi_specific_hotkey_enabled = TRUE;7575EXPORT_SYMBOL(acpi_specific_hotkey_enabled);76767777static unsigned int acpi_irq_irq;···11621162int __init11631163acpi_hotkey_setup(char *str)11641164{11651165- acpi_specific_hotkey_enabled = TRUE;11651165+ acpi_specific_hotkey_enabled = FALSE;11661166 return 1;11671167}1168116811691169-__setup("acpi_specific_hotkey", acpi_hotkey_setup);11691169+__setup("acpi_generic_hotkey", acpi_hotkey_setup);1170117011711171/*11721172 * max_cstate is defined in the base kernel so modules can