summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2018-07-091-0/+11
| |/
* / docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+11
|\
| * HID: usbhid: extend the polling interval configuration to keyboardsFilip Alac2018-03-231-1/+11
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-313-409/+6
|\
| * HID: Ignore Jabra HID interface based on firmware versionNiels Skou Olsen2017-11-211-0/+1
| * HID: core: move the dynamic quirks handling in coreBenjamin Tissoires2017-11-213-409/+5
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-4/+5
|\
| * Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina2017-11-151-4/+4
| |\
| | * HID: usbhid: Convert timers to use timer_setup()Kees Cook2017-10-111-4/+4
| * | HID: add multi-input quirk for GamepadBlockFlorian Mueller2017-10-171-0/+1
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* / HID: usbhid: fix out-of-bounds bugJaejoong Kim2017-10-111-1/+11
|/
* HID: add multi-input quirk for IDC6680 touchscreenNicholas Bishop2017-09-061-0/+1
* Merge branch 'for-4.14/wacom' into for-linusJiri Kosina2017-09-051-1/+2
|\
| * HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
* | Merge branch 'for-4.14/upstream' into for-linusJiri Kosina2017-09-052-2/+2
|\ \
| * | HID: usbmouse: constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-101-1/+1
| * | HID: usbkbd: constify usb_device_id and fix space before '[' error.Arvind Yadav2017-08-101-1/+1
* | | HID: add ALWAYS_POLL quirk for Logitech 0xc077Kyle Roarty2017-07-311-0/+1
|/ /
* / HID: usbhid: fix "always poll" quirkDmitry Torokhov2017-07-211-6/+10
|/
*-. Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina2017-07-103-96/+93
|\ \
| | * HID: usbhid: remove custom locking from usbhid_open/closeDmitry Torokhov2017-06-081-62/+53
| | * HID: usbhid: do not rely on hid->open when deciding to do IODmitry Torokhov2017-06-082-7/+29