mbox series

[0/4] HID: multitouch: Disable event reporting on suspend when the device is not a wakeup-source

Message ID 20210529151424.12212-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series HID: multitouch: Disable event reporting on suspend when the device is not a wakeup-source | expand

Message

Hans de Goede May 29, 2021, 3:14 p.m. UTC
Hi Jiri, Benjamin,

As discussed here is a complete rewrite of my serious to have
hid-multitouch disable touch and button-press reporting on hid-mt
devices during suspend when the device is not configured as
a wakeup-source.

Regards,

Hans

Hans de Goede (4):
  HID: core: Add hid_hw_may_wakeup() function
  HID: usbhid: Implement may_wakeup ll-driver callback
  HID: logitech-dj: Implement may_wakeup ll-driver callback
  HID: multitouch: Disable event reporting on suspend when the device is
    not a wakeup-source

 drivers/hid/hid-logitech-dj.c |  8 ++++++++
 drivers/hid/hid-multitouch.c  |  3 ++-
 drivers/hid/usbhid/hid-core.c |  8 ++++++++
 include/linux/hid.h           | 18 ++++++++++++++++++
 4 files changed, 36 insertions(+), 1 deletion(-)