[PATCH v1 0/3] Add wake-on-touch feature support for THC
From: Even Xu <even.xu@intel.com>
Date: 2025-05-14 06:38:11
Also in:
lkml
From: Even Xu <even.xu@intel.com>
Date: 2025-05-14 06:38:11
Also in:
lkml
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