HID: i2c: use generic hidinput_input_event()
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 15 Jul 2013 17:10:14 +0000 (19:10 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 31 Jul 2013 08:31:47 +0000 (10:31 +0200)
commitac126f46cbab355d045772c1ecce899b683b2745
tree7e57d2d9214f3df7bb90ff8655214307c0cd27f9
parentbfde79cb3541170f8413bc8be34406f86c49392a
HID: i2c: use generic hidinput_input_event()

HID core provides the same functionality, so drop the custom handler.
Besides, the current handler doesn't schedule any outgoing report so it
did not work, anyway.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid.c