From 9d9bf7aa7ba71aa588f9f8d6995f163d6c850a55 Mon Sep 17 00:00:00 2001 From: Emil Soleyman Date: Tue, 11 Dec 2018 01:18:20 +0000 Subject: [PATCH] Logitech MX Master 2S: Unifying Receiver and Bluetooth Connectivity (#11078) * Logitech MX Master 2S: Unifying Receiver and Bluetooth Connectivity Logitech MX Master 2S can connect through either the unifying receiver or bluetooth. Clarify that the previous listing was for unifying receiver and add listing for bluetooth. Note the MOUSE_DPI differences between the two listings. --- hwdb/70-mouse.hwdb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 037518a..8bf7a42 100644 --- a/hwdb/70-mouse.hwdb +++ b/hwdb/70-mouse.hwdb @@ -444,7 +444,7 @@ mouse:usb:v046dp4041:name:Logitech MX Master: MOUSE_WHEEL_CLICK_COUNT=24 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14 -# Logitech MX Master 2s +# Logitech MX Master 2S (via Logitech Unifying Receiver) # Horiz wheel has 14 stops, angle is rounded up mouse:usb:v046dp4069:name:Logitech MX Master 2s: MOUSE_DPI=1000@125 @@ -453,6 +453,15 @@ mouse:usb:v046dp4069:name:Logitech MX Master 2s: MOUSE_WHEEL_CLICK_COUNT=24 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14 +# Logitech MX Master 2S (via Bluetooth) +# Horiz wheel has 14 stops, angle is rounded up +mouse:bluetooth:v046dpb019:name:MX Master 2S Mouse: + MOUSE_DPI=2000@2000 + MOUSE_WHEEL_CLICK_ANGLE=15 + MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=26 + MOUSE_WHEEL_CLICK_COUNT=24 + MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14 + ## Other ## # Logitech M-BJ58 Optical Mouse -- 2.7.4