From: David Herrmann Date: Sun, 10 Jun 2012 13:16:17 +0000 (+0200) Subject: HID: uhid: implement write() on uhid devices X-Git-Tag: v3.6-rc1~119^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6664ef72a47459f883d3409ca9b2fa200015704b;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed