linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Implement lid-notifier for lid switch events
@ 2025-11-11 21:34 Jonathan Denose
  2025-11-11 21:34 ` [PATCH v2 1/2] Input: Add lid switch notifier Jonathan Denose
  2025-11-11 21:34 ` [PATCH v2 2/2] HID: multitouch: Toggle touch surface on Elan touchpad on lid event Jonathan Denose
  0 siblings, 2 replies; 10+ messages in thread
From: Jonathan Denose @ 2025-11-11 21:34 UTC (permalink / raw)
  To: Dmitry Torokhov, Jiri Kosina, Benjamin Tissoires
  Cc: linux-input, linux-kernel, Jonathan Denose

To circumvent a hardware issue where the touchpad is not physically
connected to the lid angle sensor, implement a notifier chain which
broadcasts lid switch events and a notifier_block which can be enabled
via a quirk to listen for those events turning the touchpad surface
on or off based on if the lid is open or closed. This will prevent
issues resulting from interference between the laptop lid and the
touchpad.

Signed-off-by: Jonathan Denose <jdenose@google.com>
---
Changes in v2:
- Remove notifier logic from input core and add lid-notifier module which exposes lid events
- Kconfig: Add CONFIG_INPUT_LID_NOTIFIER option to include lid-notifier
- Link to v1: https://lore.kernel.org/r/20251030-lid-switch-notifier-v1-0-c58dc9b1439d@google.com

---
Jonathan Denose (2):
      Input: Add lid switch notifier
      HID: multitouch: Toggle touch surface on Elan touchpad on lid event

 drivers/hid/hid-multitouch.c | 32 ++++++++++++++-
 drivers/input/Kconfig        | 11 +++++
 drivers/input/Makefile       |  1 +
 drivers/input/lid-notifier.c | 98 ++++++++++++++++++++++++++++++++++++++++++++
 include/linux/input.h        |  2 +
 5 files changed, 143 insertions(+), 1 deletion(-)
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251014-lid-switch-notifier-1cb9918d675d

Best regards,
-- 
Jonathan Denose <jdenose@google.com>


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

end of thread, other threads:[~2025-11-18  7:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 21:34 [PATCH v2 0/2] Implement lid-notifier for lid switch events Jonathan Denose
2025-11-11 21:34 ` [PATCH v2 1/2] Input: Add lid switch notifier Jonathan Denose
2025-11-11 22:34   ` Dmitry Torokhov
2025-11-12 23:45     ` Jonathan Denose
2025-11-11 21:34 ` [PATCH v2 2/2] HID: multitouch: Toggle touch surface on Elan touchpad on lid event Jonathan Denose
2025-11-11 22:37   ` Dmitry Torokhov
2025-11-12 23:49     ` Jonathan Denose
2025-11-18  7:12       ` Dmitry Torokhov
2025-11-13  4:49   ` kernel test robot
2025-11-13  4:49   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).