HID: logitech-dj: Fix forwarding of very long HID++ reports
authorHans de Goede <hdegoede@redhat.com>
Fri, 14 Jun 2019 08:20:27 +0000 (10:20 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 26 Jun 2019 12:03:07 +0000 (14:03 +0200)
commit3a9a2c86ce6e06dda23fb1e7f7745acaf6d5d0eb
tree7eb168acd2ed0dd0374c23ce9d7e186f9a2af556
parent315ffcc9a1e054bb460f9203058b52dc26b1173d
HID: logitech-dj: Fix forwarding of very long HID++ reports

The HID++ spec also defines very long HID++ reports, with a reportid of
0x12. The MX5000 and MX5500 keyboards use 0x12 output reports for sending
messages to display on their buildin LCD.

Userspace (libmx5000) supports this, in order for this to work when talking
to the HID devices instantiated for the keyboard by hid-logitech-dj,
we need to properly forward these reports to the device.

This commit fixes logi_dj_ll_raw_request not forwarding these reports.

Fixes: f2113c3020ef ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-dj.c