aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol3-3/+3
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires1-11/+8
2021-09-01Merge branch 'for-5.15/core' into for-linusJiri Kosina1-11/+18
2021-09-01HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern1-8/+4
2021-09-01HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern1-0/+1
2021-09-01HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek1-8/+7
2021-07-28HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King1-1/+1
2021-07-28HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam1-1/+12
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina1-0/+8
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-1/+1
2021-06-25HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede1-0/+8
2021-06-15HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo1-2/+2
2021-05-27HID: pidff: fix error return code in hid_pidff_init()Zhen Lei1-0/+1
2021-05-26HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo1-1/+1
2021-05-05HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-1/+1
2021-04-29Merge branch 'for-5.13/warnings' into for-linusJiri Kosina2-11/+11
2021-04-07HID: usbhid: hid-pidff: Demote a couple kernel-doc abusesLee Jones1-2/+2
2021-04-07HID: usbhid: Repair a formatting issue in a struct descriptionLee Jones1-9/+9
2021-03-08HID: hiddev: Return specific error codes on connect failureJason Gerecke1-3/+3
2020-11-25HID: usbhid: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds3-31/+28
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-18Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina2-31/+24
2020-08-17HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye1-0/+4
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds2-25/+32
2020-06-16HID: usbhid: remove redundant assignment to variable retvalColin Ian King1-1/+1
2020-06-16HID: usbhid: do not sleep when opening deviceDmitry Torokhov2-24/+31
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-04-29HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2-8/+30
2020-02-12HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2019-12-18HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov1-55/+42
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-10/+1
2019-09-22Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina1-1/+1
2019-08-06HID: hiddev: do cleanup in failure of opening a deviceHillf Danton1-0/+4
2019-08-06HID: hiddev: avoid opening a disconnected deviceHillf Danton1-0/+8
2019-08-05hiddev: Return EPOLLOUT from hiddev_pollFabian Henneke1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-67/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-26HID: hiddev: fix potential Spectre v1Breno Leitao1-4/+14
2018-08-20Merge branch 'for-4.19/upstream' into for-linusJiri Kosina1-3/+4
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+11
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva1-0/+11
2018-06-25HID: usbhid: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-3/+4
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab1-1/+1
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+11
2018-03-23HID: usbhid: extend the polling interval configuration to keyboardsFilip Alac1-1/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-409/+6