]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / x86: Extend KIOX000A quirk to cover all affected BIOS versions
authorHans de Goede <hdegoede@redhat.com>
Thu, 19 Oct 2017 11:23:21 +0000 (13:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 21 Oct 2017 11:24:53 +0000 (13:24 +0200)
commit6f7f87699460276a9a3e2e78a99b77bc7c8bdcda
tree129914dab318c288f67ae5f1b816ce6c887d263b
parentd599018c3d91869a00bbed486bd864ca0c31bf99
ACPI / x86: Extend KIOX000A quirk to cover all affected BIOS versions

Recently produced GPD win devices have a new BIOS, research into the
changes in this BIOS has found a ChangeLog which shows that the disabling
of the KIOX000A node has been done starting with the 20170221 version.

Unfortunately the GPD pocket uses the exact same DMI strings as the win
and its BIOS was copy-pasted from the GPD win, so it has a disabled
KIOX000A node which we should not enable, so we need to check for the
exact BIOS date.

This commit adds 2 extra entries to the always_present_ids quirk table
with bios_date matches for the older also affected and the latest BIOS.

Reported-by: ReddestDream <reddestdream@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/utils.c