[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250514063735.141950-1-even.xu@intel.com>
Date: Wed, 14 May 2025 14:37:32 +0800
From: Even Xu <even.xu@...el.com>
To: jikos@...nel.org,
bentiss@...nel.org
Cc: srinivas.pandruvada@...ux.intel.com,
linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Even Xu <even.xu@...el.com>
Subject: [PATCH v1 0/3] Add wake-on-touch feature support for THC
Wake-on-Touch (WoT) feature gives system the capability to wake from sleep
state by user touch event, it depends on platform providing Wake GPIO
through ACPI resource.
This patch set adds wake-on-touch feature support for QuickSPI driver
and QuickI2C driver.
Even Xu (3):
HID: Intel-thc-hid: Intel-thc: Add Wake-on-Touch support
HID: Intel-thc-hid: Intel-quickspi: Enable Wake-on-Touch feature
HID: Intel-thc-hid: Intel-quicki2c: Enable Wake-on-Touch feature
drivers/hid/intel-thc-hid/Makefile | 1 +
.../intel-quicki2c/pci-quicki2c.c | 14 +++
.../intel-quickspi/pci-quickspi.c | 15 +++
.../intel-thc-hid/intel-thc/intel-thc-dev.h | 4 +
.../intel-thc-hid/intel-thc/intel-thc-wot.c | 94 +++++++++++++++++++
.../intel-thc-hid/intel-thc/intel-thc-wot.h | 26 +++++
6 files changed, 154 insertions(+)
create mode 100644 drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.c
create mode 100644 drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.h
--
2.40.1
Powered by blists - more mailing lists