diff options
author | xduugu <xduugu@gmx.com> | 2019-12-04 00:32:50 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-12-04 00:32:50 +0100 |
commit | 09e4b620e7a9d157b2d359f7ac5d5a430d916007 (patch) | |
tree | b7a98a534f9e63d09d60600612a3239c05690df3 | |
parent | networkctl: fix to show BSSID (diff) | |
download | systemd-09e4b620e7a9d157b2d359f7ac5d5a430d916007.tar.xz systemd-09e4b620e7a9d157b2d359f7ac5d5a430d916007.zip |
hwdb: Set trackball property for Logitech MX Ergo (#14231)
-rw-r--r-- | hwdb.d/70-mouse.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb index 4336b91fba..a2406a70ec 100644 --- a/hwdb.d/70-mouse.hwdb +++ b/hwdb.d/70-mouse.hwdb @@ -477,6 +477,10 @@ mouse:bluetooth:v046dpb019:name:MX Master 2S Mouse: MOUSE_WHEEL_CLICK_COUNT=24 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14 +# Logitech MX Ergo (via Bluetooth) +mouse:bluetooth:v046dpb01d:name:MX Ergo Mouse: + ID_INPUT_TRACKBALL=1 + ## Other ## # Logitech M-BJ58 Optical Mouse |