summaryrefslogtreecommitdiffstats
path: root/drivers/hid/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* HID: uhid: make creating devices work on 64/32 systemsDmitry Torokhov2013-02-181-3/+92
* HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes2012-07-201-1/+1
* HID: uhid: silence gcc warningJiri Kosina2012-06-181-1/+1
* HID: uhid: implement feature requestsDavid Herrmann2012-06-181-1/+119
* HID: uhid: forward raw output reports to user-spaceDavid Herrmann2012-06-181-1/+33
* HID: uhid: forward output request to user-spaceDavid Herrmann2012-06-181-0/+18
* HID: uhid: forward open/close events to user-spaceDavid Herrmann2012-06-181-1/+6
* HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann2012-06-181-1/+7
* HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann2012-06-181-1/+3
* HID: uhid: allow feeding input data into uhid devicesDavid Herrmann2012-06-181-0/+14
* HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann2012-06-181-0/+144
* HID: uhid: implement write() on uhid devicesDavid Herrmann2012-06-181-1/+30
* HID: uhid: implement read() on uhid devicesDavid Herrmann2012-06-181-1/+45
* HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann2012-06-181-0/+7
* HID: uhid: add internal message bufferDavid Herrmann2012-06-181-0/+65
* HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann2012-06-181-0/+88