aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/hiddev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08HID: hiddev: Return specific error codes on connect failureJason Gerecke1-3/+3
2020-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-17HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye1-0/+4
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 Gleixner1-14/+1
2018-10-26HID: hiddev: fix potential Spectre v1Breno Leitao1-4/+14
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva1-0/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-06-08HID: hiddev: use hid_hw_power instead of usbhid_get/put_powerDmitry Torokhov1-8/+6
2017-06-08HID: hiddev: use hid_hw_open/close instead of usbhid_open/closeDmitry Torokhov1-7/+9
2017-05-02Merge branch 'for-4.12/asus' into for-linusJiri Kosina1-0/+1
2017-03-21HID: hiddev: reallocate hiddev's minor numberJaejoong Kim1-11/+2
2017-03-21HID: remove initial reading of reports at connectBenjamin Tissoires1-0/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-06-24HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer1-5/+5
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires1-2/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-2/+2
2012-11-28HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYSJiri Kosina1-4/+4
2012-11-16HID: hiddev: Remove redundant check on unsigned variableTushar Behera1-1/+1
2012-04-27HID: hiddev: Use vzalloc to allocate hiddev_listHavard Skinnemoen1-4/+5
2012-02-02HID: usbhid: fix dead lock between open and disconectMing Lei1-2/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-09-27HID: hiddev: potential info leak in hiddev_ioctl()Dan Carpenter1-0/+2
2011-05-26HID: hiddev: fix use after free in hiddev_releaseDan Carpenter1-1/+4
2011-05-24HID: hiddev: fix potential use-after-freeJiri Kosina1-1/+2
2011-05-23Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-20/+14
2011-05-20HID: hiddev: fix race between hiddev_disconnect and hiddev_releaseJiri Kosina1-2/+8
2011-05-18HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack1-16/+2
2011-04-29HID: hiddev: fix error path in hiddev_read when interruptedPeter Waechtler1-1/+3
2011-03-27HID: hiddev: fix brace indentDan Carpenter1-1/+1
2010-12-10Merge branch 'master' into upstreamJiri Kosina1-1/+0
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-1/+1
2010-12-07HID: Consolidate device existence checks in hiddev_ioctlValentine Barshak1-184/+103
2010-12-07HID: Fix race between disconnect and hiddev_ioctlValentine Barshak1-37/+131
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina1-40/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-24HID: usbhid: remove unused hiddev_driverAlan Stern1-40/+0
2010-09-14HID: fix hiddev's use of usb_find_interfaceGuillaume Chazarain1-1/+1
2010-08-13HID: hiddev: fix memory corruption due to invalid intfdataJiri Kosina1-2/+3
2010-08-13HID: hiddev: protect against disconnect/NULL-dereference raceChris Ball1-2/+4