commit | 6664ef72a47459f883d3409ca9b2fa200015704b | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Sun Jun 10 15:16:17 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jun 18 13:42:00 2012 +0200 |
tree | e6ce2eb75adbe3e531374c83f62f74ededcb6bf7 | |
parent | d937ae5fae17e63aaa97f029be221a6516b25475 [diff] |
HID: uhid: implement write() on uhid devices Similar to read() you can only write() a single event with one call to an uhid device. To write multiple events use writev() which is supported by uhid. We currently always return -EOPNOTSUPP but other events will be added in later patches. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>