]> www.infradead.org Git - users/dwmw2/linux.git/commit
ACPI: resource: Fold Asus ExpertBook B1402C* and B1502C* DMI quirks together
authorHans de Goede <hdegoede@redhat.com>
Sat, 5 Oct 2024 21:28:18 +0000 (23:28 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Oct 2024 17:31:35 +0000 (19:31 +0200)
commit158d0f3700fd7190df609a0a61294f29ae698d9e
tree3f7b91663314a1f04bc8c7da93febaeb3292b75e
parent435f2d87579e2408ab6502248f2270fc3c9e636e
ACPI: resource: Fold Asus ExpertBook B1402C* and B1502C* DMI quirks together

Asus has 2 ExpertBook B1402C models:

B1402CBA with 12th gen Intel CPUs
B1402CVA with 13th gen Intel CPUs

Fold the 2 DMI quirks for these into a single quirk to reduce the number
of quirks.

Likewise Asus has 3 ExpertBook B1502C models:

B1502CBA with 12th gen Intel CPUs
B1502CGA with 12th gen Intel N-series CPUs
B1502CVA with 13th gen Intel CPUs

Fold the 3 DMI quirks for these into a single quirk to reduce the number
of quirks.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241005212819.354681-4-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c