We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57383f3 + 8b7e584 commit 3daac75Copy full SHA for 3daac75
drivers/hid/hid-logitech-hidpp.c
@@ -895,7 +895,7 @@ static int hidpp_root_get_protocol_version(struct hidpp_device *hidpp)
895
ret = hidpp_send_rap_command_sync(hidpp,
896
REPORT_ID_HIDPP_SHORT,
897
HIDPP_PAGE_ROOT_IDX,
898
- CMD_ROOT_GET_PROTOCOL_VERSION,
+ CMD_ROOT_GET_PROTOCOL_VERSION | LINUX_KERNEL_SW_ID,
899
ping_data, sizeof(ping_data), &response);
900
901
if (ret == HIDPP_ERROR_INVALID_SUBID) {
0 commit comments