index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hiddev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
2017-06-08
1
-8
/
+6
*
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
2017-06-08
1
-7
/
+9
*
Merge branch 'for-4.12/asus' into for-linus
Jiri Kosina
2017-05-02
1
-0
/
+1
|
\
|
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
HID: hiddev: reallocate hiddev's minor number
Jaejoong Kim
2017-03-21
1
-11
/
+2
*
|
HID: remove initial reading of reports at connect
Benjamin Tissoires
2017-03-21
1
-0
/
+13
|
/
*
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
Scott Bauer
2016-06-24
1
-5
/
+5
*
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
2013-02-25
1
-2
/
+2
*
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
2013-02-25
1
-2
/
+2
*
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
Jiri Kosina
2012-11-28
1
-4
/
+4
*
HID: hiddev: Remove redundant check on unsigned variable
Tushar Behera
2012-11-16
1
-1
/
+1
*
HID: hiddev: Use vzalloc to allocate hiddev_list
Havard Skinnemoen
2012-04-27
1
-4
/
+5
*
HID: usbhid: fix dead lock between open and disconect
Ming Lei
2012-02-02
1
-2
/
+2
*
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2012-01-04
1
-1
/
+1
*
HID: hiddev: potential info leak in hiddev_ioctl()
Dan Carpenter
2011-09-27
1
-0
/
+2
*
HID: hiddev: fix use after free in hiddev_release
Dan Carpenter
2011-05-26
1
-1
/
+4
*
HID: hiddev: fix potential use-after-free
Jiri Kosina
2011-05-24
1
-1
/
+2
*
-
.
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...
Jiri Kosina
2011-05-23
1
-20
/
+14
|
\
\
|
|
*
HID: hiddev: fix error path in hiddev_read when interrupted
Peter Waechtler
2011-04-29
1
-1
/
+3
|
|
/
|
/
|
|
*
HID: hiddev: fix race between hiddev_disconnect and hiddev_release
Jiri Kosina
2011-05-20
1
-2
/
+8
|
*
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
Daniel Mack
2011-05-18
1
-16
/
+2
|
*
HID: hiddev: fix brace indent
Dan Carpenter
2011-03-27
1
-1
/
+1
|
/
*
Merge branch 'master' into upstream
Jiri Kosina
2010-12-10
1
-1
/
+0
|
\
|
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
|
HID: Add and use hid_<level>: dev_<level> equivalents
Joe Perches
2010-12-10
1
-1
/
+1
*
|
HID: Consolidate device existence checks in hiddev_ioctl
Valentine Barshak
2010-12-07
1
-184
/
+103
*
|
HID: Fix race between disconnect and hiddev_ioctl
Valentine Barshak
2010-12-07
1
-37
/
+131
|
/
*
-
.
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
2010-10-23
1
-40
/
+0
|
\
\
|
*
|
HID: usbhid: remove unused hiddev_driver
Alan Stern
2010-09-24
1
-40
/
+0
|
|
/
*
|
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
|
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
2010-09-14
1
-1
/
+1
|
/
*
HID: hiddev: fix memory corruption due to invalid intfdata
Jiri Kosina
2010-08-13
1
-2
/
+3
*
HID: hiddev: protect against disconnect/NULL-dereference race
Chris Ball
2010-08-13
1
-2
/
+4
*
HID: hiddev: use usb_find_interface, get rid of BKL
Arnd Bergmann
2010-07-13
1
-42
/
+12
*
HID: update BKL comment in hiddev
Jiri Kosina
2010-03-30
1
-2
/
+17
*
USB: Push BKL on open down into the drivers
Oliver Neukum
2010-03-02
1
-2
/
+5
*
HID: remove BKL from hiddev_ioctl_usage()
Jiri Kosina
2009-11-05
1
-5
/
+0
*
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-19
1
-2
/
+2
*
HID: support larger reports than 64 bytes in hiddev
Jiri Kosina
2009-08-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-07-22
1
-1
/
+3
|
\
|
*
HID: hiddev, fix lock imbalance
Jiri Slaby
2009-06-22
1
-1
/
+3
*
|
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
2009-06-16
1
-1
/
+6
|
/
*
Merge branch 'autosuspend' into for-next
Jiri Kosina
2009-03-30
1
-2
/
+15
|
\
|
*
HID: autosuspend support for USB HID
Oliver Neukum
2009-03-25
1
-2
/
+15
*
|
HID: fix race between usb_register_dev() and hiddev_open()
Oliver Neukum
2009-03-30
1
-0
/
+5
*
|
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2009-03-27
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rationalize fasync return values
Jonathan Corbet
2009-03-16
1
-4
/
+1
*
|
HID: fix waitqueue usage in hiddev
Johannes Weiner
2009-03-10
1
-1
/
+1
*
|
HID: fix incorrect free in hiddev
Johannes Weiner
2009-03-10
1
-1
/
+1
|
/
[next]