Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c9a9972b6f093e4e2f81f58892a7523df894144d
/
drivers
/
hid
/
usbhid
/
hiddev.c
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
d4f0e4d
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
· 13 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
33d6eb57
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
· 14 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
· 15 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
· 16 years ago
00b3327
HID: remove unused variable from hiddev compat ioctl
by Jiri Kosina
· 16 years ago
88af45b
HID: fix compile issue in hiddev ioctl
by Jiri Kosina
· 16 years ago
7961df1
HID: Switch hiddev to unlocked_ioctl
by Alan Cox
· 16 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
· 17 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
· 18 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
· 19 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
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago