index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hidraw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus
Jiri Kosina
2014-04-01
1
-8
/
+19
|
\
|
*
HID: sony: do not rely on hid_output_raw_report
Benjamin Tissoires
2014-03-14
1
-1
/
+2
|
*
HID: hidraw: replace hid_output_raw_report() calls by appropriates ones
Benjamin Tissoires
2014-02-24
1
-5
/
+14
|
*
HID: introduce helper to access hid_output_raw_report()
Benjamin Tissoires
2014-02-17
1
-1
/
+1
|
*
HID: remove hid_get_raw_report in struct hid_device
Benjamin Tissoires
2014-02-17
1
-3
/
+4
*
|
HID: hidraw: fix warning destroying hidraw device files after parent
Fernando Luis Vázquez Cao
2014-02-26
1
-2
/
+2
|
/
*
HID: hidraw: make comment more accurate and nicer
Jiri Kosina
2014-01-06
1
-10
/
+17
*
HID: hidraw: close underlying device at removal of last reader
Manoj Chourasia
2013-10-02
1
-7
/
+14
*
Merge branch 'master' into for-3.12/upstream
Jiri Kosina
2013-09-04
1
-1
/
+1
|
\
|
*
HID: hidraw: fix improper mutex release
Yonghua Zheng
2013-07-31
1
-1
/
+1
*
|
HID: hidraw: Add spinlock in struct hidraw to protect list
Yonghua Zheng
2013-08-26
1
-5
/
+15
*
|
HID: hidraw: correctly deallocate memory on device disconnect
Manoj Chourasia
2013-08-09
1
-35
/
+25
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-3
/
+3
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-3
/
+3
*
|
HID: hidraw: print message when succesfully initialized
Jiri Kosina
2013-02-19
1
-0
/
+1
|
/
*
HID: hidraw: fix signaling SIGIO when hidraw reports an event
Andrew Duggan
2012-11-28
1
-0
/
+8
*
HID: hidraw: fix nonblock read return EAGAIN after device removed
Founder Fang
2012-11-26
1
-4
/
+4
*
HID: hidraw: put old deallocation mechanism in place
Jiri Kosina
2012-11-01
1
-26
/
+43
*
Merge branch 'upstream' into for-linus
Jiri Kosina
2012-10-01
1
-4
/
+11
|
\
|
*
HID: hidraw: improve error handling in hidraw_init()
Alexey Khoroshilov
2012-08-15
1
-4
/
+11
*
|
HID: hidraw: don't deallocate memory when it is in use
Ratan Nalumasu
2012-10-01
1
-43
/
+26
|
/
*
HID: hidraw: fix list->buffer memleak
Matthieu CASTET
2012-07-20
1
-1
/
+11
*
HID: hidraw: add proper error handling to raw event reporting
Jiri Kosina
2012-04-27
1
-6
/
+13
*
Merge branch 'upstream' into for-linus
Jiri Kosina
2011-10-25
1
-1
/
+2
|
\
|
*
HID: hidraw: free list for all error in hidraw_open
Amit Nagal
2011-09-07
1
-1
/
+2
*
|
HID: hidraw: open count should not increase if error
Amit Nagal
2011-09-27
1
-1
/
+3
*
|
HID: hidraw: protect hidraw_disconnect() better
James Hogan
2011-09-20
1
-2
/
+2
|
/
*
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
Daniel Mack
2011-05-18
1
-12
/
+2
*
HID: hidraw: fix comments
Jiri Kosina
2011-03-27
1
-8
/
+8
*
-
-
-
.
Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...
Jiri Kosina
2011-03-17
1
-9
/
+103
|
\
\
\
|
|
|
*
HID: hidraw: fix hidraw_disconnect()
Stefan Achatz
2011-02-01
1
-2
/
+2
|
|
_
|
/
|
/
|
|
|
|
*
HID: hidraw: Replace Confusing += Operator with =
Alan Ott
2011-01-31
1
-1
/
+1
|
|
/
|
/
|
|
*
HID: Add Support for Setting and Getting Feature Reports from hidraw
Alan Ott
2011-02-11
1
-6
/
+100
|
/
*
HID: hidraw: add compatibility ioctl() for 32-bit applications.
Alan Ott
2011-01-04
1
-0
/
+3
*
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
-5
/
+7
*
|
HID: add hid_hw_open/close/power() handlers
Dmitry Torokhov
2010-12-08
1
-12
/
+9
|
/
*
-
.
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
2010-10-23
1
-4
/
+10
|
\
\
|
|
*
HID: hidraw: fix window in hidraw_release
Jiri Slaby
2010-10-20
1
-4
/
+10
|
|
/
*
|
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: hidraw, fix a NULL pointer dereference in hidraw_write
Antonio Ospite
2010-10-06
1
-0
/
+6
*
|
HID: hidraw, fix a NULL pointer dereference in hidraw_ioctl
Antonio Ospite
2010-10-06
1
-0
/
+5
|
/
*
HID: remove unused variable from hidraw_read
Stefan Achatz
2010-05-25
1
-2
/
+0
*
-
-
-
.
Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp...
Jiri Kosina
2010-05-19
1
-22
/
+26
|
\
\
\
|
|
*
|
HID: remove excessive _EMERG messages from hidraw
Jiri Kosina
2010-03-25
1
-6
/
+1
|
|
*
|
HID: remove BKL from hidraw
Jiri Kosina
2010-03-25
1
-16
/
+25
|
|
|
/
*
|
|
Merge branch 'upstream' into for-linus
Jiri Kosina
2010-05-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
HID: hidraw: fix indentation
Antonio Ospite
2010-05-11
1
-1
/
+1
|
|
/
[next]