diff options
Diffstat (limited to 'drivers/platform/x86/thinkpad_acpi.c')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index f453d5dc085e..0bed4733c4f0 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -3488,7 +3488,7 @@ static int __init hotkey_init(struct ibm_init_struct *iibm) | |||
3488 | /* Do not issue duplicate brightness change events to | 3488 | /* Do not issue duplicate brightness change events to |
3489 | * userspace. tpacpi_detect_brightness_capabilities() must have | 3489 | * userspace. tpacpi_detect_brightness_capabilities() must have |
3490 | * been called before this point */ | 3490 | * been called before this point */ |
3491 | if (acpi_video_handles_brightness_key_presses()) { | 3491 | if (acpi_video_get_backlight_type() != acpi_backlight_vendor) { |
3492 | pr_info("This ThinkPad has standard ACPI backlight " | 3492 | pr_info("This ThinkPad has standard ACPI backlight " |
3493 | "brightness control, supported by the ACPI " | 3493 | "brightness control, supported by the ACPI " |
3494 | "video driver\n"); | 3494 | "video driver\n"); |