index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
uhid.c
Age
Commit message (
Expand
)
Author
Files
Lines
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