index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hiddev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-08
HID: hiddev: Return specific error codes on connect failure
Jason Gerecke
1
-3
/
+3
2020-08-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+0
2020-08-17
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
Peilin Ye
1
-0
/
+4
2020-02-12
HID: hiddev: Fix race in in hiddev_disconnect()
dan.carpenter@oracle.com
1
-1
/
+1
2019-12-18
HID: hiddev: fix mess in hiddev_open()
Dmitry Torokhov
1
-55
/
+42
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-10
/
+1
2019-09-22
Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linus
Jiri Kosina
1
-1
/
+1
2019-08-06
HID: hiddev: do cleanup in failure of opening a device
Hillf Danton
1
-0
/
+4
2019-08-06
HID: hiddev: avoid opening a disconnected device
Hillf Danton
1
-0
/
+8
2019-08-05
hiddev: Return EPOLLOUT from hiddev_poll
Fabian Henneke
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-10-26
HID: hiddev: fix potential Spectre v1
Breno Leitao
1
-4
/
+14
2018-07-09
HID: hiddev: fix potential Spectre v1
Gustavo A. R. Silva
1
-0
/
+11
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-06-08
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
1
-8
/
+6
2017-06-08
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
1
-7
/
+9
2017-05-02
Merge branch 'for-4.12/asus' into for-linus
Jiri Kosina
1
-0
/
+1
2017-03-21
HID: hiddev: reallocate hiddev's minor number
Jaejoong Kim
1
-11
/
+2
2017-03-21
HID: remove initial reading of reports at connect
Benjamin Tissoires
1
-0
/
+13
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-06-24
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
Scott Bauer
1
-5
/
+5
2013-02-25
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+2
2013-02-25
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+2
2012-11-28
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
Jiri Kosina
1
-4
/
+4
2012-11-16
HID: hiddev: Remove redundant check on unsigned variable
Tushar Behera
1
-1
/
+1
2012-04-27
HID: hiddev: Use vzalloc to allocate hiddev_list
Havard Skinnemoen
1
-4
/
+5
2012-02-02
HID: usbhid: fix dead lock between open and disconect
Ming Lei
1
-2
/
+2
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-09-27
HID: hiddev: potential info leak in hiddev_ioctl()
Dan Carpenter
1
-0
/
+2
2011-05-26
HID: hiddev: fix use after free in hiddev_release
Dan Carpenter
1
-1
/
+4
2011-05-24
HID: hiddev: fix potential use-after-free
Jiri Kosina
1
-1
/
+2
2011-05-23
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...
Jiri Kosina
1
-20
/
+14
2011-05-20
HID: hiddev: fix race between hiddev_disconnect and hiddev_release
Jiri Kosina
1
-2
/
+8
2011-05-18
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
Daniel Mack
1
-16
/
+2
2011-04-29
HID: hiddev: fix error path in hiddev_read when interrupted
Peter Waechtler
1
-1
/
+3
2011-03-27
HID: hiddev: fix brace indent
Dan Carpenter
1
-1
/
+1
2010-12-10
Merge branch 'master' into upstream
Jiri Kosina
1
-1
/
+0
2010-12-10
HID: Add and use hid_<level>: dev_<level> equivalents
Joe Perches
1
-1
/
+1
2010-12-07
HID: Consolidate device existence checks in hiddev_ioctl
Valentine Barshak
1
-184
/
+103
2010-12-07
HID: Fix race between disconnect and hiddev_ioctl
Valentine Barshak
1
-37
/
+131
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-24
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
1
-40
/
+0
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-24
HID: usbhid: remove unused hiddev_driver
Alan Stern
1
-40
/
+0
2010-09-14
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
1
-1
/
+1
2010-08-13
HID: hiddev: fix memory corruption due to invalid intfdata
Jiri Kosina
1
-2
/
+3
2010-08-13
HID: hiddev: protect against disconnect/NULL-dereference race
Chris Ball
1
-2
/
+4
[next]