]> www.infradead.org Git - users/dwmw2/linux.git/commit
ACPI: resource: Make Asus ExpertBook B2502 matches cover more models
authorHans de Goede <hdegoede@redhat.com>
Sat, 5 Oct 2024 21:28:17 +0000 (23:28 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Oct 2024 17:31:35 +0000 (19:31 +0200)
commit435f2d87579e2408ab6502248f2270fc3c9e636e
tree1dd005cd04d92eedf845847ecfd3b3d580acded1
parent564a278573783cd8859829767851744087e676d8
ACPI: resource: Make Asus ExpertBook B2502 matches cover more models

Like the various 14" Asus ExpertBook B2 B2402* models there are also
4 variants of the 15" Asus ExpertBook B2 B2502* models:

B2502CBA: 12th gen Intel CPU, non flip
B2502FBA: 12th gen Intel CPU, flip
B2502CVA: 13th gen Intel CPU, non flip
B2502FVA: 13th gen Intel CPU, flip

Currently there already are DMI quirks for the B2502CBAB2502FBA and
B2502CVA models. Asus website shows that there also is a B2502FVA.

Rather then adding a 4th quirk fold the 3 existing quirks into a single
quirk covering B2502* to also cover the last model while at the same time
reducing the number of quirks.

Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241005212819.354681-3-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c