Re: [PATCH 2/2] acpi/video_detect: Add force_native quirk for HP Pavilion dv6
From: Rafael J. Wysocki <hidden>
Date: 2016-11-30 22:35:00
Also in:
linux-acpi
From: Rafael J. Wysocki <hidden>
Date: 2016-11-30 22:35:00
Also in:
linux-acpi
On Tuesday, November 29, 2016 03:32:16 PM Hans de Goede wrote:
The HP Pavilion dv6 has a non-working acpi_video0 backlight interface and an intel_backlight interface which works fine. Add a force_native quirk for it so that the non-working acpi_video0 interface does not get registered. Note that there are quite a few HP Pavilion dv6 variants, some woth ATI and some with NVIDIA hybrid gfx, both seem to need this quirk to have working backlight control. There are also some versions with only Intel integrated gfx, these may not need this quirk, but it should not hurt there. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1204476 BugLink: https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1416940 Cc: stable@vger.kernel.org
It's always good to say what the oldest -stable series this applies to is.
Signed-off-by: Hans de Goede <redacted>
Anyway, both [1-2/2] applied. Thanks, Rafael