From: David Herrmann Date: Mon, 15 Jul 2013 17:10:15 +0000 (+0200) Subject: HID: uhid: use generic hidinput_input_event() X-Git-Tag: v3.12-rc1~125^2~1^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb829e1dd710029a075b5f86d4053e7715beb06;p=pandora-kernel.git HID: uhid: use generic hidinput_input_event() HID core provides the same functionality and can convert the input event to a raw output report. We can thus drop UHID_OUTPUT_EV and rely on the mandatory UHID_OUTPUT. User-space wasn't able to do anything with UHID_OUTPUT_EV, anyway. They don't have access to the report fields. Signed-off-by: David Herrmann Acked-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed