index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hiddev.c
Age
Commit message (
Expand
)
Author
2022-10-20
USB: make devnode() callback in usb_class_driver take a const *
Greg Kroah-Hartman
2021-03-08
HID: hiddev: Return specific error codes on connect failure
Jason Gerecke
2020-08-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-17
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
Peilin Ye
2020-02-12
HID: hiddev: Fix race in in hiddev_disconnect()
dan.carpenter@oracle.com
2019-12-18
HID: hiddev: fix mess in hiddev_open()
Dmitry Torokhov
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-09-22
Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linus
Jiri Kosina
2019-08-06
HID: hiddev: do cleanup in failure of opening a device
Hillf Danton
2019-08-06
HID: hiddev: avoid opening a disconnected device
Hillf Danton
2019-08-05
hiddev: Return EPOLLOUT from hiddev_poll
Fabian Henneke
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-10-26
HID: hiddev: fix potential Spectre v1
Breno Leitao
2018-07-09
HID: hiddev: fix potential Spectre v1
Gustavo A. R. Silva
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-06-08
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
2017-06-08
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
2017-05-02
Merge branch 'for-4.12/asus' into for-linus
Jiri Kosina
2017-03-21
HID: hiddev: reallocate hiddev's minor number
Jaejoong Kim
2017-03-21
HID: remove initial reading of reports at connect
Benjamin Tissoires
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2016-06-24
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
Scott Bauer
2013-02-25
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
2013-02-25
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
2012-11-28
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
Jiri Kosina
2012-11-16
HID: hiddev: Remove redundant check on unsigned variable
Tushar Behera
2012-04-27
HID: hiddev: Use vzalloc to allocate hiddev_list
Havard Skinnemoen
2012-02-02
HID: usbhid: fix dead lock between open and disconect
Ming Lei
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2011-09-27
HID: hiddev: potential info leak in hiddev_ioctl()
Dan Carpenter
2011-05-26
HID: hiddev: fix use after free in hiddev_release
Dan Carpenter
2011-05-24
HID: hiddev: fix potential use-after-free
Jiri Kosina
2011-05-23
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...
Jiri Kosina
2011-05-20
HID: hiddev: fix race between hiddev_disconnect and hiddev_release
Jiri Kosina
2011-05-18
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
Daniel Mack
2011-04-29
HID: hiddev: fix error path in hiddev_read when interrupted
Peter Waechtler
2011-03-27
HID: hiddev: fix brace indent
Dan Carpenter
2010-12-10
Merge branch 'master' into upstream
Jiri Kosina
2010-12-10
HID: Add and use hid_<level>: dev_<level> equivalents
Joe Perches
2010-12-07
HID: Consolidate device existence checks in hiddev_ioctl
Valentine Barshak
2010-12-07
HID: Fix race between disconnect and hiddev_ioctl
Valentine Barshak
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-10-23
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-09-24
HID: usbhid: remove unused hiddev_driver
Alan Stern
2010-09-14
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
2010-08-13
HID: hiddev: fix memory corruption due to invalid intfdata
Jiri Kosina
[next]