summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid
Commit message (Expand)AuthorAgeFilesLines
* HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh2023-10-251-8/+3
* Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires2023-02-221-2/+7
|\
| * HID: Make lowlevel driver structs constThomas Weißschuh2023-01-171-1/+1
| * HID: Unexport struct usb_hid_driverThomas Weißschuh2023-01-171-2/+1
| * HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh2023-01-171-0/+6
* | USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2022-10-201-1/+1
|/
* HID: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-253-3/+3
* HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-233-3/+3
* HID: add suspend/resume helpersBenjamin Tissoires2021-12-021-11/+8
* Merge branch 'for-5.15/core' into for-linusJiri Kosina2021-09-011-11/+18
|\
| * HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern2021-09-011-8/+4
| * HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern2021-09-011-0/+1
| * HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek2021-09-011-8/+7
| * HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam2021-07-281-1/+12
* | HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King2021-07-281-1/+1
|/
* Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina2021-06-301-0/+8
|\
| * HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede2021-06-251-0/+8
* | Merge branch 'for-5.14/core' into for-linusJiri Kosina2021-06-301-1/+1
|\ \
| * | HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo2021-05-261-1/+1
* | | HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo2021-06-151-2/+2
| |/ |/|
* | HID: pidff: fix error return code in hid_pidff_init()Zhen Lei2021-05-271-0/+1
* | HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam2021-05-051-1/+1
|/
* Merge branch 'for-5.13/warnings' into for-linusJiri Kosina2021-04-292-11/+11
|\
| * HID: usbhid: hid-pidff: Demote a couple kernel-doc abusesLee Jones2021-04-071-2/+2
| * HID: usbhid: Repair a formatting issue in a struct descriptionLee Jones2021-04-071-9/+9
* | HID: hiddev: Return specific error codes on connect failureJason Gerecke2021-03-081-3/+3
|/
* HID: usbhid: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-251-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-08-253-31/+28
|\
| * Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina2020-08-182-31/+24
| * HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye2020-08-171-0/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-08-102-25/+32
|\
| * HID: usbhid: remove redundant assignment to variable retvalColin Ian King2020-06-161-1/+1
| * HID: usbhid: do not sleep when opening deviceDmitry Torokhov2020-06-162-24/+31
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
|/
* HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2020-04-292-8/+30
* HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com2020-02-121-1/+1
* HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov2019-12-181-55/+42
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-10/+1
* Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina2019-09-221-1/+1
|\
| * hiddev: Return EPOLLOUT from hiddev_pollFabian Henneke2019-08-051-1/+1
* | HID: hiddev: do cleanup in failure of opening a deviceHillf Danton2019-08-061-0/+4
* | HID: hiddev: avoid opening a disconnected deviceHillf Danton2019-08-061-0/+8
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-67/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* HID: hiddev: fix potential Spectre v1Breno Leitao2018-10-261-4/+14
* Merge branch 'for-4.19/upstream' into for-linusJiri Kosina2018-08-201-3/+4
|\
| * HID: usbhid: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-251-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-07-091-0/+11
|\ \