HID: uhid: forward open/close events to user-space
[firefly-linux-kernel-4.4.55.git] / drivers / hid / uhid.c
2012-08-16 David HerrmannHID: uhid: forward open/close events to user-space
2012-08-16 David HerrmannHID: uhid: add UHID_START and UHID_STOP events
2012-08-16 David HerrmannHID: uhid: forward hid report-descriptor to hid core
2012-08-16 David HerrmannHID: uhid: allow feeding input data into uhid devices
2012-08-16 David HerrmannHID: uhid: add UHID_CREATE and UHID_DESTROY events
2012-08-16 David HerrmannHID: uhid: implement write() on uhid devices
2012-08-16 David HerrmannHID: uhid: implement read() on uhid devices
2012-08-16 David HerrmannHID: uhid: allow poll()'ing on uhid devices
2012-08-16 David HerrmannHID: uhid: add internal message buffer
2012-08-16 David HerrmannHID: uhid: introduce user-space I/O driver support...