Hi Linus, Here is the second round of fixes for platform-drivers-x86 for 6.1. The most important fixes here are a set of fixes for the ACPI backlight detection refactor which landed in 6.1. These fix regressions reported on some laptop models by making acpi_video_backlight_use_native() always return true for now, which in essence undoes some of the changes. Note I plan to take another shot at having only 1 /sys/class/backlight class device per panel with 6.2, with modified detection heuristics to avoid the (known) regressions. I just realized I forgot to add Rafael's Acked-by to the 3 "ACPI: video: ..." patches, since I already have pushed out the signed tag I cannot (easily/cleanly) fix this now, sorry. Rafael's Ack for these is here: https://lore.kernel.org/linux-acpi/CAJZ5v0h8FvqLwTixFALfOT2xbgiSqbT3XCMCbubwad4fHpK0hQ@xxxxxxxxxxxxxx/ Other then that nothing special to report just various small fixes and hardware-id additions. Regards, Hans The following changes since commit e9cf4d9b9a6fdb1df6401a59f5ac5d24006bfeae: ACPI: video: Fix missing native backlight on Chromebooks (2022-10-24 17:02:13 +0200) 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-v6.1-3 for you to fetch changes up to 53eb64c88f17b14b324fbdfd417f56c5d3fa6fee: platform/x86: p2sb: Don't fail if unknown CPU is found (2022-11-07 12:33:49 +0100) ---------------------------------------------------------------- platform-drivers-x86 for v6.1-3 Highlights: - ACPI: video: Fix regressions from 6.1 backlight refactor by making acpi_video_backlight_use_native() always return true for now - Misc. other bugfixes and HW id additions The following is an automated git shortlog grouped by driver: ACPI: - video: Add backlight=native DMI quirk for Dell G15 5515 - video: Make acpi_video_backlight_use_native() always return true - video: Improve Chromebook checks hp_wmi: - Fix rfkill causing soft blocked wifi ideapad-laptop: - Disable touchpad_switch p2sb: - Don't fail if unknown CPU is found platform/x86/intel/hid: - Add some ACPI device IDs platform/x86/intel/pmt: - Sapphire Rapids PMT errata fix touchscreen_dmi: - Add info for the RCA Cambio W101 v2 2-in-1 ---------------------------------------------------------------- Andy Shevchenko (1): platform/x86: p2sb: Don't fail if unknown CPU is found David E. Box (1): platform/x86/intel/pmt: Sapphire Rapids PMT errata fix Hans de Goede (4): ACPI: video: Improve Chromebook checks ACPI: video: Make acpi_video_backlight_use_native() always return true ACPI: video: Add backlight=native DMI quirk for Dell G15 5515 platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1 Ivan Hu (1): platform/x86/intel/hid: Add some ACPI device IDs Jorge Lopez (1): platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi Manyi Li (1): platform/x86: ideapad-laptop: Disable touchpad_switch drivers/acpi/video_detect.c | 41 ++++++++++++++++++++++++++-------- drivers/platform/x86/hp-wmi.c | 12 ++++++++-- drivers/platform/x86/ideapad-laptop.c | 25 ++++++++++++++++++++- drivers/platform/x86/intel/hid.c | 3 +++ drivers/platform/x86/intel/pmt/class.c | 31 ++++++++++++++++++++++++- drivers/platform/x86/p2sb.c | 15 +++++-------- drivers/platform/x86/touchscreen_dmi.c | 25 +++++++++++++++++++++ 7 files changed, 130 insertions(+), 22 deletions(-)