[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220809033048.1634583-1-luke@ljones.dev>
Date: Tue, 9 Aug 2022 15:30:46 +1200
From: "Luke D. Jones" <luke@...nes.dev>
To: hdegoede@...hat.com
Cc: andy.shevchenko@...il.com, platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org, "Luke D. Jones" <luke@...nes.dev>
Subject: [PATCH v3 0/2] asus-wmi: add support for ROG XFlow tablet mode
This patch series refactors a part of the tablet/lid-flip code to
use an enum to set the different behaviours, and adds support for
the ASUS ROG XFlow (X13) 2-in-1 laptop.
Changelog:
- V3:
+ Use dev_err() in place of pr_err() in asus_wmi_input_init()
+ Adjust declaration of variables vs instantiation to match expected pattern
- V2:
+ Refactor the base handling paths of tablet modes to use enum
+ Add support for ROG XFlow using the refactored code
This obsoletes a previous patch I submitted:
- https://lkml.org/lkml/2022/8/3/94
Luke D. Jones (2):
asus-wmi: Adjust tablet/lidflip handling to use enum
asus-wmi: Add support for ROG X13 tablet mode
drivers/platform/x86/asus-nb-wmi.c | 28 ++++--
drivers/platform/x86/asus-wmi.c | 104 ++++++++++++++++-----
drivers/platform/x86/asus-wmi.h | 10 +-
include/linux/platform_data/x86/asus-wmi.h | 1 +
4 files changed, 112 insertions(+), 31 deletions(-)
--
2.37.1
Powered by blists - more mailing lists