aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/uhid.c
AgeCommit message (Expand)Author
2012-07-20HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes
2012-06-18HID: uhid: silence gcc warningJiri Kosina
2012-06-18HID: uhid: implement feature requestsDavid Herrmann
2012-06-18HID: uhid: forward raw output reports to user-spaceDavid Herrmann
2012-06-18HID: uhid: forward output request to user-spaceDavid Herrmann
2012-06-18HID: uhid: forward open/close events to user-spaceDavid Herrmann
2012-06-18HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann
2012-06-18HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann
2012-06-18HID: uhid: allow feeding input data into uhid devicesDavid Herrmann
2012-06-18HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann
2012-06-18HID: uhid: implement write() on uhid devicesDavid Herrmann
2012-06-18HID: uhid: implement read() on uhid devicesDavid Herrmann
2012-06-18HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann
2012-06-18HID: uhid: add internal message bufferDavid Herrmann
2012-06-18HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann