index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
uhid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-27
HID: uhid: fix leak for 64/32 UHID_CREATE
David Herrmann
1
-1
/
+1
2013-09-26
HID: uhid: allocate static minor
David Herrmann
1
-1
/
+2
2013-09-06
Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...
Jiri Kosina
1
-25
/
+1
2013-09-02
HID: uhid: add devname module alias
Marcel Holtmann
1
-0
/
+1
2013-07-31
HID: uhid: use generic hidinput_input_event()
David Herrmann
1
-25
/
+0
2013-02-18
HID: uhid: make creating devices work on 64/32 systems
Dmitry Torokhov
1
-3
/
+92
2012-07-20
HID: uhid: Fix sending events with invalid data
Vinicius Costa Gomes
1
-1
/
+1
2012-06-18
HID: uhid: silence gcc warning
Jiri Kosina
1
-1
/
+1
2012-06-18
HID: uhid: implement feature requests
David Herrmann
1
-1
/
+119
2012-06-18
HID: uhid: forward raw output reports to user-space
David Herrmann
1
-1
/
+33
2012-06-18
HID: uhid: forward output request to user-space
David Herrmann
1
-0
/
+18
2012-06-18
HID: uhid: forward open/close events to user-space
David Herrmann
1
-1
/
+6
2012-06-18
HID: uhid: add UHID_START and UHID_STOP events
David Herrmann
1
-1
/
+7
2012-06-18
HID: uhid: forward hid report-descriptor to hid core
David Herrmann
1
-1
/
+3
2012-06-18
HID: uhid: allow feeding input data into uhid devices
David Herrmann
1
-0
/
+14
2012-06-18
HID: uhid: add UHID_CREATE and UHID_DESTROY events
David Herrmann
1
-0
/
+144
2012-06-18
HID: uhid: implement write() on uhid devices
David Herrmann
1
-1
/
+30
2012-06-18
HID: uhid: implement read() on uhid devices
David Herrmann
1
-1
/
+45
2012-06-18
HID: uhid: allow poll()'ing on uhid devices
David Herrmann
1
-0
/
+7
2012-06-18
HID: uhid: add internal message buffer
David Herrmann
1
-0
/
+65
2012-06-18
HID: uhid: introduce user-space I/O driver support for HID
David Herrmann
1
-0
/
+88