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