]> Pileus Git - ~andy/linux/commit
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)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Jun 2012 11:42:01 +0000 (13:42 +0200)
commit037c061bca06cbfe9998476fb593090300fbbe87
treebefb564bbfbc3871f00e188706129b2af1f3c2d0
parent5e87a36ae375297b71cc21ac7e32846832bcfb34
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