HID: logitech-dj: add debug msg when exporting a HID++ report descriptors
When exporting all other types of report descriptors we print a debug message. Not doing so for HID++ descriptors makes unaware users think that no HID++ descriptor was exported. Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
12fb2b993e
commit
630dd6eaff
1 changed files with 2 additions and 0 deletions
|
@ -1368,6 +1368,8 @@ static int logi_dj_ll_parse(struct hid_device *hid)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (djdev->reports_supported & HIDPP) {
|
if (djdev->reports_supported & HIDPP) {
|
||||||
|
dbg_hid("%s: sending a HID++ descriptor, reports_supported: %llx\n",
|
||||||
|
__func__, djdev->reports_supported);
|
||||||
rdcat(rdesc, &rsize, hidpp_descriptor,
|
rdcat(rdesc, &rsize, hidpp_descriptor,
|
||||||
sizeof(hidpp_descriptor));
|
sizeof(hidpp_descriptor));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue