Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c75a33c84b83ffbb8b8b58a6bf4dea69dba21326
/
drivers
/
hid
/
usbhid
/
hiddev.c
5c02c44
HID: hiddev: Fix race in in hiddev_disconnect()
by dan.carpenter@oracle.com
· 5 years ago
18a1b06
HID: hiddev: fix mess in hiddev_open()
by Dmitry Torokhov
· 5 years ago
407e9ef
compat_ioctl: move drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
98656d5
Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linus
by Jiri Kosina
· 5 years ago
6d4472d
HID: hiddev: do cleanup in failure of opening a device
by Hillf Danton
· 5 years ago
9c09b21
HID: hiddev: avoid opening a disconnected device
by Hillf Danton
· 5 years ago
c801aff
hiddev: Return EPOLLOUT from hiddev_poll
by Fabian Henneke
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
f112743
HID: hiddev: fix potential Spectre v1
by Breno Leitao
· 6 years ago
4f65245
HID: hiddev: fix potential Spectre v1
by Gustavo A. R. Silva
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
9a83563
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
by Dmitry Torokhov
· 8 years ago
d36b7d4
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
by Dmitry Torokhov
· 8 years ago
4d6ca22
Merge branch 'for-4.12/asus' into for-linus
by Jiri Kosina
· 8 years ago
733aca9
HID: hiddev: reallocate hiddev's minor number
by Jaejoong Kim
· 8 years ago
9143059
HID: remove initial reading of reports at connect
by Benjamin Tissoires
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
93a2001
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
by Scott Bauer
· 9 years ago
b7966a4
HID: use hid_hw_wait() instead of direct call to usbhid
by Benjamin Tissoires
· 12 years ago
d8814272
HID: use hid_hw_request() instead of direct call to usbhid
by Benjamin Tissoires
· 12 years ago
13f1962
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
by Jiri Kosina
· 12 years ago
d339f61
HID: hiddev: Remove redundant check on unsigned variable
by Tushar Behera
· 12 years ago
d4f0e4da
HID: hiddev: Use vzalloc to allocate hiddev_list
by Havard Skinnemoen
· 13 years ago
ba18311
HID: usbhid: fix dead lock between open and disconect
by Ming Lei
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
9561f7f
HID: hiddev: potential info leak in hiddev_ioctl()
by Dan Carpenter
· 13 years ago
5c699d7
HID: hiddev: fix use after free in hiddev_release
by Dan Carpenter
· 14 years ago
7f77897
HID: hiddev: fix potential use-after-free
by Jiri Kosina
· 14 years ago
366a238
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus
by Jiri Kosina
· 14 years ago
6cb4b04
HID: hiddev: fix race between hiddev_disconnect and hiddev_release
by Jiri Kosina
· 14 years ago
dd2ed48
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
by Daniel Mack
· 14 years ago
06268b2
HID: hiddev: fix error path in hiddev_read when interrupted
by Peter Waechtler
· 14 years ago
ac065bf
HID: hiddev: fix brace indent
by Dan Carpenter
· 14 years ago
2ade0c1
Merge branch 'master' into upstream
by Jiri Kosina
· 14 years ago
4291ee3
HID: Add and use hid_<level>: dev_<level> equivalents
by Joe Perches
· 14 years ago
33d6eb5
HID: Consolidate device existence checks in hiddev_ioctl
by Valentine Barshak
· 14 years ago
1a8e8fa
HID: Fix race between disconnect and hiddev_ioctl
by Valentine Barshak
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
c3d9d74
Merge branches 'upstream' and 'upstream-fixes' into for-linus
by Jiri Kosina
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
50bb6d8
HID: usbhid: remove unused hiddev_driver
by Alan Stern
· 14 years ago
8fe294c
HID: fix hiddev's use of usb_find_interface
by Guillaume Chazarain
· 14 years ago
9c9e54a
HID: hiddev: fix memory corruption due to invalid intfdata
by Jiri Kosina
· 14 years ago
7032269
HID: hiddev: protect against disconnect/NULL-dereference race
by Chris Ball
· 14 years ago
bd25f4d
HID: hiddev: use usb_find_interface, get rid of BKL
by Arnd Bergmann
· 15 years ago
da54a0c
HID: update BKL comment in hiddev
by Jiri Kosina
· 15 years ago
8626645
USB: Push BKL on open down into the drivers
by Oliver Neukum
· 15 years ago
6c85773
HID: remove BKL from hiddev_ioctl_usage()
by Jiri Kosina
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
affbb8c
HID: support larger reports than 64 bytes in hiddev
by Jiri Kosina
· 15 years ago
1fd1f28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
4859484
HID: hiddev, fix lock imbalance
by Jiri Slaby
· 16 years ago
f7a386c
Driver Core: usb: add nodename support for usb drivers.
by Kay Sievers
· 16 years ago
621de59
Merge branch 'autosuspend' into for-next
by Jiri Kosina
· 16 years ago
e43bd67
HID: fix race between usb_register_dev() and hiddev_open()
by Oliver Neukum
· 16 years ago
8e9d20897
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
0361a28
HID: autosuspend support for USB HID
by Oliver Neukum
· 16 years ago
60aa492
Rationalize fasync return values
by Jonathan Corbet
· 16 years ago
96fe2ab
HID: fix waitqueue usage in hiddev
by Johannes Weiner
· 16 years ago
48e7a3c
HID: fix incorrect free in hiddev
by Johannes Weiner
· 16 years ago
be5d0c8
HID: fix reversed logic in disconnect testing of hiddev
by Oliver Neukum
· 16 years ago
7605274
HID: fix hid->hiddev initialization in hiddev_connect()
by Jiri Kosina
· 16 years ago
0790340
HID: hiddev cleanup -- handle all error conditions properly
by Oliver Neukum
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
eb99108
HID: fix lock imbalance in hiddev
by Jiri Slaby
· 16 years ago
93c1013
HID: move connect quirks
by Jiri Slaby
· 17 years ago
00b3327
HID: remove unused variable from hiddev compat ioctl
by Jiri Kosina
· 17 years ago
88af45b
HID: fix compile issue in hiddev ioctl
by Jiri Kosina
· 17 years ago
7961df1
HID: Switch hiddev to unlocked_ioctl
by Alan Cox
· 17 years ago
cf2a299
HID: fix build failure in hiddev_ioctl with gcc 3.2
by Jean Delvare
· 17 years ago
d624284
HID: hiddev - fix compiler warning
by Jiri Kosina
· 17 years ago
bb6c8d8
HID: hiddev: Add 32bit ioctl compatibilty
by Philip Langdale
· 17 years ago
58037eb
HID: make debugging output runtime-configurable
by Jiri Kosina
· 18 years ago
cdcb44e
USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()
by Jiri Kosina
· 18 years ago
6db3dfe
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
by Jiri Kosina
· 18 years ago
[Renamed from drivers/usb/input/hiddev.c]
be82097
HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo breakage
by Anssi Hannula
· 18 years ago
aa8de2f
[PATCH] Generic HID layer - input and event reporting
by Jiri Kosina
· 18 years ago
4916b3a
[PATCH] Generic HID layer - USB API
by Jiri Kosina
· 18 years ago
229695e
[PATCH] Generic HID layer - API
by Jiri Kosina
· 18 years ago
dde5845
[PATCH] Generic HID layer - code split
by Jiri Kosina
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
066202d
USB: Make file operations structs in drivers/usb const.
by Luiz Fernando N. Capitulino
· 18 years ago
826d598
Input: hiddev - use standard list implementation
by Dmitry Torokhov
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
48d7055
[PATCH] HID read busywait fix
by Micon, David
· 19 years ago
bbdb7da
[PATCH] USB: kzalloc for hid
by Oliver Neukum
· 19 years ago
d20e633
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 19 years ago
595b14c
[PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers
by Greg Kroah-Hartman
· 19 years ago
6dea934
Input: hiddev - fix off-by-one for num_values in uref_multi requests
by Ben Collins
· 19 years ago
75318d2
[PATCH] USB: remove .owner field from struct usb_driver
by Greg Kroah-Hartman
· 19 years ago
d6e5bcf
[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed
by Greg Kroah-Hartman
· 20 years ago
010988e
Input: HIDDEV - make HIDIOCSREPORT wait IO completion
by Stefan Nickl
· 19 years ago
05f091ab
Input: whitespace fixes in drivers/usb/input
by Dmitry Torokhov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago