public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] asus-wmi: add support for ROG XFlow tablet mode
@ 2022-08-08  3:11 Luke D. Jones
  2022-08-08  3:11 ` [PATCH v2 1/2] asus-wmi: Adjust tablet/lidflip handling to use enum Luke D. Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Luke D. Jones @ 2022-08-08  3:11 UTC (permalink / raw)
  To: hdegoede; +Cc: markgross, platform-driver-x86, linux-kernel, Luke D. Jones

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:
- 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         | 30 +++++---
 drivers/platform/x86/asus-wmi.c            | 89 ++++++++++++++++++----
 drivers/platform/x86/asus-wmi.h            | 10 ++-
 include/linux/platform_data/x86/asus-wmi.h |  1 +
 4 files changed, 103 insertions(+), 27 deletions(-)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-08-09  7:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08  3:11 [PATCH v2 0/2] asus-wmi: add support for ROG XFlow tablet mode Luke D. Jones
2022-08-08  3:11 ` [PATCH v2 1/2] asus-wmi: Adjust tablet/lidflip handling to use enum Luke D. Jones
2022-08-08 15:48   ` Andy Shevchenko
2022-08-08 16:13     ` Hans de Goede
2022-08-08 16:24       ` Andy Shevchenko
2022-08-08 17:18         ` Hans de Goede
2022-08-08  3:11 ` [PATCH v2 2/2] asus-wmi: Add support for ROG X13 tablet mode Luke D. Jones
2022-08-08 15:52   ` Andy Shevchenko
2022-08-09  3:26     ` Luke Jones
2022-08-09  7:12       ` Andy Shevchenko
2022-08-09  7:22         ` Luke Jones
2022-08-08 15:46 ` [PATCH v2 0/2] asus-wmi: add support for ROG XFlow " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox