[PATCH 0/2] Bluetooth: hidp: cleanup HID init and re-enable hidinput_input_event callback
From: Benjamin Tissoires <hidden>
Date: 2013-07-11 13:41:45
Also in:
linux-bluetooth, lkml
From: Benjamin Tissoires <hidden>
Date: 2013-07-11 13:41:45
Also in:
linux-bluetooth, lkml
Hi guys, These two patches enhance a little bit the HIDp driver: - the first one re-implement in a safer way the callback hidinput_input_event, allowing keyboards leds to be set over bluetooth - the second one disable the send_report commands called during init, which are not part of the spec and may fail with some devices (the Wiimote is in this case, but David guarded it against this problem). Cheers, Benjamin Benjamin Tissoires (2): Bluetooth: hidp: implement hidinput_input_event callback Bluetooth: hidp: remove wrong send_report at init net/bluetooth/hidp/core.c | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) -- 1.8.3.1