Skip to content

Commit 3daac75

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.2/logitech' into for-linus
- always send SwID in GetProtocolVersion for Logitech HID++ (Andreas Bergmeier)
2 parents 57383f3 + 8b7e584 commit 3daac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ static int hidpp_root_get_protocol_version(struct hidpp_device *hidpp)
895895
ret = hidpp_send_rap_command_sync(hidpp,
896896
REPORT_ID_HIDPP_SHORT,
897897
HIDPP_PAGE_ROOT_IDX,
898-
CMD_ROOT_GET_PROTOCOL_VERSION,
898+
CMD_ROOT_GET_PROTOCOL_VERSION | LINUX_KERNEL_SW_ID,
899899
ping_data, sizeof(ping_data), &response);
900900

901901
if (ret == HIDPP_ERROR_INVALID_SUBID) {

0 commit comments

Comments
 (0)