summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid/hiddev.c
AgeCommit message (Expand)Author
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2021-03-08HID: hiddev: Return specific error codes on connect failureJason Gerecke
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-17HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye
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
2018-10-26HID: hiddev: fix potential Spectre v1Breno Leitao
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-06-08HID: hiddev: use hid_hw_power instead of usbhid_get/put_powerDmitry Torokhov
2017-06-08HID: hiddev: use hid_hw_open/close instead of usbhid_open/closeDmitry Torokhov
2017-05-02Merge branch 'for-4.12/asus' into for-linusJiri Kosina
2017-03-21HID: hiddev: reallocate hiddev's minor numberJaejoong Kim
2017-03-21HID: remove initial reading of reports at connectBenjamin Tissoires
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-06-24HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires
2012-11-28HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYSJiri Kosina
2012-11-16HID: hiddev: Remove redundant check on unsigned variableTushar Behera
2012-04-27HID: hiddev: Use vzalloc to allocate hiddev_listHavard Skinnemoen
2012-02-02HID: usbhid: fix dead lock between open and disconectMing Lei
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-09-27HID: hiddev: potential info leak in hiddev_ioctl()Dan Carpenter
2011-05-26HID: hiddev: fix use after free in hiddev_releaseDan Carpenter
2011-05-24HID: hiddev: fix potential use-after-freeJiri Kosina
2011-05-23Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...Jiri Kosina
2011-05-20HID: hiddev: fix race between hiddev_disconnect and hiddev_releaseJiri Kosina
2011-05-18HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack
2011-04-29HID: hiddev: fix error path in hiddev_read when interruptedPeter Waechtler
2011-03-27HID: hiddev: fix brace indentDan Carpenter
2010-12-10Merge branch 'master' into upstreamJiri Kosina
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches
2010-12-07HID: Consolidate device existence checks in hiddev_ioctlValentine Barshak
2010-12-07HID: Fix race between disconnect and hiddev_ioctlValentine Barshak
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-24HID: usbhid: remove unused hiddev_driverAlan Stern
2010-09-14HID: fix hiddev's use of usb_find_interfaceGuillaume Chazarain
2010-08-13HID: hiddev: fix memory corruption due to invalid intfdataJiri Kosina