From: David Herrmann Date: Sun, 10 Jun 2012 13:16:18 +0000 (+0200) Subject: HID: uhid: add UHID_CREATE and UHID_DESTROY events X-Git-Tag: v3.6-rc1~119^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d365c6cfd337a2bccdc65eacce271a311ea1072c;p=pandora-kernel.git HID: uhid: add UHID_CREATE and UHID_DESTROY events UHID_CREATE and UHID_DESTROY are used to create and destroy a device on an open uhid char-device. Internally, we allocate and register an HID device with the HID core and immediately start the device. From now on events may be received or sent to the device. The UHID_CREATE event has a payload similar to the data used by Bluetooth-HIDP when creating a new connection. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed