Skip to content

Commit 7de843d

Browse files
nmiellJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth mode
The Logitech MX Ergo trackball supports HID++ 4.5 over Bluetooth. Add its product ID to the table so we can get battery monitoring support. (The hid-logitech-hidpp driver already recognizes it when connected via a Unifying Receiver.) [jkosina@suse.cz: fix whitespace damage] Signed-off-by: Nicholas Miell <nmiell@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 7c38e76 commit 7de843d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4053,6 +4053,8 @@ static const struct hid_device_id hidpp_devices[] = {
40534053
{ /* MX Master mouse over Bluetooth */
40544054
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb012),
40554055
.driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
4056+
{ /* MX Ergo trackball over Bluetooth */
4057+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb01d) },
40564058
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb01e),
40574059
.driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
40584060
{ /* MX Master 3 mouse over Bluetooth */

0 commit comments

Comments
 (0)