[PATCH v3 0/2] platform/x86: asus-wmi: fix screenpad brightness/power management

Denis Benato posted 2 patches 1 month ago
drivers/platform/x86/asus-wmi.c | 50 +++++++++++++--------------------
1 file changed, 19 insertions(+), 31 deletions(-)
[PATCH v3 0/2] platform/x86: asus-wmi: fix screenpad brightness/power management
Posted by Denis Benato 1 month ago
Fix up some inconsistent behaviour involving the screenpad on some
ASUS laptops. This fixes:
- illogical screen off control (0/1 flipped depending on WMI state)
- bad brightness depending on the last screenpad power state
- incorrect brightness scaling

Changelog:
- v1
  - Initial submission
- v2
  - Split patch in two
  - Remove a redundant variable copy
- v3
  - Fix variable declaration (reverse x-mas tree)
  - Change commit message of 2/2 to reflect the actual change
  - Add "Fixes" tag to both patches 

Denis Benato (2):
  platform/x86: asus-wmi: adjust screenpad power/brightness handling
  platform/x86: asus-wmi: fix screenpad brightness range

 drivers/platform/x86/asus-wmi.c | 50 +++++++++++++--------------------
 1 file changed, 19 insertions(+), 31 deletions(-)

-- 
2.53.0
Re: [PATCH v3 0/2] platform/x86: asus-wmi: fix screenpad brightness/power management
Posted by Ilpo Järvinen 1 week, 2 days ago
On Mon, 02 Mar 2026 18:44:29 +0100, Denis Benato wrote:

> Fix up some inconsistent behaviour involving the screenpad on some
> ASUS laptops. This fixes:
> - illogical screen off control (0/1 flipped depending on WMI state)
> - bad brightness depending on the last screenpad power state
> - incorrect brightness scaling
> 
> Changelog:
> - v1
>   - Initial submission
> - v2
>   - Split patch in two
>   - Remove a redundant variable copy
> - v3
>   - Fix variable declaration (reverse x-mas tree)
>   - Change commit message of 2/2 to reflect the actual change
>   - Add "Fixes" tag to both patches
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/2] platform/x86: asus-wmi: adjust screenpad power/brightness handling
      commit: 034f5efd362fb87a3970d61eaf982664f84e6c5a
[2/2] platform/x86: asus-wmi: fix screenpad brightness range
      commit: fab7c51693e95aa874d6d9db22bfae7bd0b23c66

--
 i.