]> git.baikalelectronics.ru Git - kernel.git/commit
HID: logitech-dj: remove hidinput_input_event
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Wed, 5 Feb 2014 21:33:17 +0000 (16:33 -0500)
committerJiri Kosina <jkosina@suse.cz>
Mon, 17 Feb 2014 13:05:55 +0000 (14:05 +0100)
commitb8626246139c24f076fe88909f57cf60d502d59e
tree5a294dcfcdfd84d1d8c8b39f57efe978519fdf26
parent82288a0d0ab5dd44a270cdbf95680b48180f3c17
HID: logitech-dj: remove hidinput_input_event

hid-logitech-dj uses its own ->hidinput_input_event() instead of
the generic binding in hid-input.
Moving the handling of LEDs towards logi_dj_output_hidraw_report()
allows two things:
- remove hidinput_input_event in struct hid_device
- hidraw user space programs can also set the LEDs

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-dj.c