aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/uhid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes1-1/+1
2012-06-18HID: uhid: silence gcc warningJiri Kosina1-1/+1
2012-06-18HID: uhid: implement feature requestsDavid Herrmann1-1/+119
2012-06-18HID: uhid: forward raw output reports to user-spaceDavid Herrmann1-1/+33
2012-06-18HID: uhid: forward output request to user-spaceDavid Herrmann1-0/+18
2012-06-18HID: uhid: forward open/close events to user-spaceDavid Herrmann1-1/+6
2012-06-18HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann1-1/+7
2012-06-18HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann1-1/+3
2012-06-18HID: uhid: allow feeding input data into uhid devicesDavid Herrmann1-0/+14
2012-06-18HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann1-0/+144
2012-06-18HID: uhid: implement write() on uhid devicesDavid Herrmann1-1/+30
2012-06-18HID: uhid: implement read() on uhid devicesDavid Herrmann1-1/+45
2012-06-18HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann1-0/+7
2012-06-18HID: uhid: add internal message bufferDavid Herrmann1-0/+65
2012-06-18HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann1-0/+88