| commit | fd2076e07fcaa909b74593998d14814aec65acb4 | [log] [tgz] |
|---|---|---|
| author | David Herrmann <dh.herrmann@googlemail.com> | Sun Jun 10 15:16:23 2012 +0200 |
| committer | Iliyan Malchev <malchev@google.com> | Wed Sep 05 22:35:40 2012 -0700 |
| tree | 074436c9ba6bd727f8d63a56e75e1fe26f16d8ba | |
| parent | 8fba798ed01778c5f1e82153ae6ecc0172bc1ac2 [diff] |
HID: uhid: forward output request to user-space If the hid-driver wants to send standardized data to the device it uses a linux input_event. We forward this to the user-space transport-level driver so they can perform the requested action on the device. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>