]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
authorWerner Sembach <wse@tuxedocomputers.com>
Thu, 7 Jul 2022 18:09:53 +0000 (20:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Aug 2022 11:07:50 +0000 (13:07 +0200)
commit3b84a4cf6821824478b0e6c891de9e6f6196a56b
treede6ea2912bdc545a9f48fdc2aa66bcc81bd1e791
parent39f31aaee46d60ab203e376a3a87bab9bf75a4ef
ACPI: video: Shortening quirk list by identifying Clevo by board_name only

commit 28a2ef4b8dc70a5f98d97417db91deb494b162bc upstream.

Taking a recent change in the i8042 quirklist to this one: Clevo
board_names are somewhat unique, and if not: The generic Board_-/Sys_Vendor
string "Notebook" doesn't help much anyway. So identifying the devices just
by the board_name helps keeping the list significantly shorter and might
even hit more devices requiring the fix.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Fixes: 4da621e20bbc ("ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU")
Cc: All applicable <stable@vger.kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/video_detect.c