Hi Linus, Here is a set of small, straight-forward fixes for platform-drivers-x86 for 5.10: - thinkpad_acpi fixes: 2 bug-fixes and 3 model specific quirks - fixes for misc. other drivers: 2 bug-fixes and 3 model specific quirks
Regards, Hans The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v5.10-2 for you to fetch changes up to c9aa128080cbce92f8715a9328f88d8ca3134279: platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet (2020-11-26 15:49:16 +0100) ---------------------------------------------------------------- platform-drivers-x86 for v5.10-2 Highlights: - thinkpad_acpi fixes: 2 bug-fixes and 3 model specific quirks - fixes for misc. other drivers: 2 bug-fixes and 3 model specific quirks The following is an automated git shortlog grouped by driver: acer-wmi: - add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE intel-vbtn: - Support for tablet mode on HP Pavilion 13 x360 PC thinkpad_acpi: - Whitelist P15 firmware for dual fan control - Send tablet mode switch at wakeup time - Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen - Do not report SW_TABLET_MODE on Yoga 11e - add P1 gen3 second fan support toshiba_acpi: - Fix the wrong variable assignment touchscreen_dmi: - Add info for the Irbis TW118 tablet - Add info for the Predia Basic tablet ---------------------------------------------------------------- Benjamin Berg (1): platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup time Hans de Goede (4): platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen platform/x86: touchscreen_dmi: Add info for the Predia Basic tablet platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet Iakov 'Jake' Kirilenko (1): platform/x86: thinkpad_acpi: add P1 gen3 second fan support Kaixu Xia (1): platform/x86: toshiba_acpi: Fix the wrong variable assignment Matthias Maier (1): platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan control Max Verevkin (1): platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC Timo Witte (1): platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE drivers/platform/x86/acer-wmi.c | 1 + drivers/platform/x86/intel-vbtn.c | 6 ++++ drivers/platform/x86/thinkpad_acpi.c | 13 ++++++++- drivers/platform/x86/toshiba_acpi.c | 3 +- drivers/platform/x86/touchscreen_dmi.c | 50 ++++++++++++++++++++++++++++++++++ 5 files changed, 70 insertions(+), 3 deletions(-)