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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 14 Jul 2022 18:27:46 +0000 (20:27 +0200)
commitf0341e67b3782603737f7788e71bd3530012a4f4
treebb654a78cbe4994cf26248f8b5729e1bfc57feb6
parentc752089f7cf5b5800c6ace4cdd1a8351ee78a598
ACPI: video: Shortening quirk list by identifying Clevo by board_name only

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: c844d22fe0c0 ("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>
drivers/acpi/video_detect.c