diff options
author | Peter Jones <pmjones@gmail.com> | 2018-06-06 00:15:58 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-06-06 00:15:58 +0200 |
commit | 3f9a490cb1b33645b5770089278478d9ac008d7f (patch) | |
tree | 50ec42395fd068f2f4690bf270ef8ec8fdd7b3ff /hwdb/70-mouse.hwdb | |
parent | util: tighten on_tty() check a bit, also check stderr (diff) | |
download | systemd-3f9a490cb1b33645b5770089278478d9ac008d7f.tar.xz systemd-3f9a490cb1b33645b5770089278478d9ac008d7f.zip |
Fix DPI for Logitech M185, M510, and M705. (#9182)
The DPI for three logitech models, the M185, M510, and M705, appear to
have always been different here than what logitech's given specs say.
With my M510, this results in jumpy behavior when transitioning from
fast motion to slow motion, making clicking specific buttons or
highlighting specific text *very* frustrating.
This patch changes those 3 mice to the published resolution, which
resolves the problem with my M510. I have chosen to fix those 3 simply
because they were already grouped together, and all incorrect as
compared to logitech's web site, and as such I have not tried other mice
or investigated if there are other non-matching values in the database
as well.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | hwdb/70-mouse.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 33d01f158a..13609d6078 100644 --- a/hwdb/70-mouse.hwdb +++ b/hwdb/70-mouse.hwdb @@ -377,7 +377,7 @@ mouse:usb:v046dp1025:name:Logitech M510: # Logitech M705 (marathon mouse) mouse:usb:v046dp101b:name:Logitech M705: mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:101b: - MOUSE_DPI=800@166 + MOUSE_DPI=1000@125 # Logitech MX Revolution mouse:usb:v046dpc51a:name:Logitech USB Receiver: |