HID: uhid: forward hid report-descriptor to hid core
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 10 Jun 2012 13:16:20 +0000 (15:16 +0200)
committerColin Cross <ccross@android.com>
Thu, 16 Aug 2012 19:44:28 +0000 (12:44 -0700)
commit66454600e60af2b35fb51f88006911532862ba25
treea8dea1695d8701253c1fb2edcd50c1fd25835112
parente0ad83067d9899b8cf47fcfc0c68a5bacf6265ec
HID: uhid: forward hid report-descriptor to hid core

When the uhid_hid_parse callback is called we simply forward it to
hid_parse_report() with the data that we got in the UHID_CREATE event.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/uhid.c