diff options
author | Emil Soleyman <esoleyman@users.noreply.github.com> | 2018-12-11 01:18:20 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-12-11 11:18:20 +1000 |
commit | 9d9bf7aa7ba71aa588f9f8d6995f163d6c850a55 (patch) | |
tree | 1582d3aab8c41a3d4227f7bedba494c67fe5f3f3 /hwdb | |
parent | Merge pull request #11109 from poettering/cgroup-cpu-acct-fixes (diff) | |
download | systemd-9d9bf7aa7ba71aa588f9f8d6995f163d6c850a55.tar.gz systemd-9d9bf7aa7ba71aa588f9f8d6995f163d6c850a55.tar.bz2 systemd-9d9bf7aa7ba71aa588f9f8d6995f163d6c850a55.zip |
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.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/70-mouse.hwdb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 037518a70..8bf7a4225 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 |