···33attached to /proc/acpi/hotkey/poll_method, which is dnyamically34created. Please use command "cat /proc/acpi/hotkey/polling_method" 35to retrieve it.000
···33attached to /proc/acpi/hotkey/poll_method, which is dnyamically34created. Please use command "cat /proc/acpi/hotkey/polling_method" 35to retrieve it.36+37+Note: Use cmdline "acpi_generic_hotkey" to over-ride38+loading any platform specific drivers.
+5
Documentation/kernel-parameters.txt
···159160 acpi_fake_ecdt [HW,ACPI] Workaround failure due to BIOS lacking ECDT16100000162 ad1816= [HW,OSS]163 Format: <io>,<irq>,<dma>,<dma2>164 See also Documentation/sound/oss/AD1816.
···159160 acpi_fake_ecdt [HW,ACPI] Workaround failure due to BIOS lacking ECDT161162+ acpi_generic_hotkey [HW,ACPI]163+ Allow consolidated generic hotkey driver to164+ over-ride platform specific driver.165+ See also Documentation/acpi-hotkey.txt.166+167 ad1816= [HW,OSS]168 Format: <io>,<irq>,<dma>,<dma2>169 See also Documentation/sound/oss/AD1816.
+3-3
drivers/acpi/osl.c
···71extern char line_buf[80];72#endif /*ENABLE_DEBUGGER*/7374-int acpi_specific_hotkey_enabled;75EXPORT_SYMBOL(acpi_specific_hotkey_enabled);7677static unsigned int acpi_irq_irq;···1162int __init1163acpi_hotkey_setup(char *str)1164{1165- acpi_specific_hotkey_enabled = TRUE;1166 return 1;1167}11681169-__setup("acpi_specific_hotkey", acpi_hotkey_setup);11701171/*1172 * max_cstate is defined in the base kernel so modules can
···71extern char line_buf[80];72#endif /*ENABLE_DEBUGGER*/7374+int acpi_specific_hotkey_enabled = TRUE;75EXPORT_SYMBOL(acpi_specific_hotkey_enabled);7677static unsigned int acpi_irq_irq;···1162int __init1163acpi_hotkey_setup(char *str)1164{1165+ acpi_specific_hotkey_enabled = FALSE;1166 return 1;1167}11681169+__setup("acpi_generic_hotkey", acpi_hotkey_setup);11701171/*1172 * max_cstate is defined in the base kernel so modules can