linux-stable/drivers/hid/usbhid
Benjamin Tissoires 9e35620809 HID: add suspend/resume helpers
There is a lot of duplication of code in the HID low level drivers.
Better have everything in one place so we can eventually extend it
in a generic way.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20211202095334.14399-4-benjamin.tissoires@redhat.com
2021-12-02 15:42:46 +01:00
..
Kconfig HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible" 2021-07-28 11:41:57 +02:00
Makefile HID: core: move the dynamic quirks handling in core 2017-11-21 11:14:48 +01:00
hid-core.c HID: add suspend/resume helpers 2021-12-02 15:42:46 +01:00
hid-pidff.c HID: pidff: fix error return code in hid_pidff_init() 2021-05-27 15:40:34 +02:00
hiddev.c HID: hiddev: Return specific error codes on connect failure 2021-03-08 11:12:22 +01:00
usbhid.h Revert "HID: usbhid: do not sleep when opening device" 2020-08-18 19:54:04 +02:00
usbkbd.c HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possible 2021-06-15 10:50:36 +02:00
usbmouse.c HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possible 2021-05-26 13:11:23 +02:00