aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/uhid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linusJiri Kosina1-25/+1
2013-09-02HID: uhid: add devname module aliasMarcel Holtmann1-0/+1
2013-07-31HID: uhid: use generic hidinput_input_event()David Herrmann1-25/+0
2013-02-18HID: uhid: make creating devices work on 64/32 systemsDmitry Torokhov1-3/+92
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