ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Tue, 18 Apr 2023 06:42:00 +0000 (08:42 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 17 Jul 2023 13:02:43 +0000 (15:02 +0200)
commit96b709be183c56293933ef45b8b75f8af268c6de
tree352998e9f6b2ad5d3c8f80dbda7cc569344e83df
parentfdf0eaf11452d72945af31804e2a1048ee1b574c
ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470

The Lenovo Ideapad Z470 predates Windows 8, so it defaults to using
acpi_video for backlight control. But this is not functional on this
model.

Add a DMI quirk to use the native backlight interface which works.

Link: https://bugzilla.suse.com/show_bug.cgi?id=1208724
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video_detect.c