]> rtime.felk.cvut.cz Git - linux-imx.git/commit
HID: uhid: implement write() on uhid devices
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 10 Jun 2012 13:16:17 +0000 (15:16 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Jun 2012 11:42:00 +0000 (13:42 +0200)
commit6664ef72a47459f883d3409ca9b2fa200015704b
treee6ce2eb75adbe3e531374c83f62f74ededcb6bf7
parentd937ae5fae17e63aaa97f029be221a6516b25475
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>
drivers/hid/uhid.c