summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)Author
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh
2023-01-17HID: Unexport struct usb_hid_driverThomas Weißschuh
2023-01-17HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires
2021-09-01Merge branch 'for-5.15/core' into for-linusJiri Kosina
2021-09-01HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern
2021-09-01HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern
2021-09-01HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek
2021-07-28HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King
2021-07-28HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina
2021-06-25HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede
2021-06-15HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo
2021-05-27HID: pidff: fix error return code in hid_pidff_init()Zhen Lei
2021-05-26HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo
2021-05-05HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam
2021-04-29Merge branch 'for-5.13/warnings' into for-linusJiri Kosina
2021-04-07HID: usbhid: hid-pidff: Demote a couple kernel-doc abusesLee Jones
2021-04-07HID: usbhid: Repair a formatting issue in a struct descriptionLee Jones
2021-03-08HID: hiddev: Return specific error codes on connect failureJason Gerecke
2020-11-25HID: usbhid: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina
2020-08-17HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2020-06-16HID: usbhid: remove redundant assignment to variable retvalColin Ian King
2020-06-16HID: usbhid: do not sleep when opening deviceDmitry Torokhov
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-29HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern
2020-02-12HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com
2019-12-18HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-09-22Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina
2019-08-06HID: hiddev: do cleanup in failure of opening a deviceHillf Danton
2019-08-06HID: hiddev: avoid opening a disconnected deviceHillf Danton
2019-08-05hiddev: Return EPOLLOUT from hiddev_pollFabian Henneke
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-10-26HID: hiddev: fix potential Spectre v1Breno Leitao
2018-08-20Merge branch 'for-4.19/upstream' into for-linusJiri Kosina
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva