[systemd-commits] hwdb/70-mouse.hwdb
Peter Hutterer
whot at kemper.freedesktop.org
Thu Jan 8 14:01:11 PST 2015
hwdb/70-mouse.hwdb | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 3a8d368a6184ca8b7422330b53513983088671f2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date: Fri Jan 9 07:53:55 2015 +1000
hwdb: note that we care about the maximum frequency in MOUSE_DPI
Devices with dynamic frequency scaling adjust the frequency as needed. For
those we only care about the maximum frequency, not the various in betweens.
https://bugs.freedesktop.org/show_bug.cgi?id=87435#c8
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb
index 043aa45..4a251c5 100644
--- a/hwdb/70-mouse.hwdb
+++ b/hwdb/70-mouse.hwdb
@@ -32,7 +32,9 @@
# MOUSE_DPI=<dpi>[@<frequency>]
#
# Where <dpi> is the resolution in dots per inch, and <frequency> the
-# optional sampling frequency in Hz.
+# sampling frequency in Hz (optional). If a device supports dynamic
+# frequency scaling, the maximum frequency should be used. For devices
+# supporting multiple fixed frequencies, see below.
#
# The value of MOUSE_DPI is:
# - a single integer for single-resolution mice, e.g.
@@ -48,7 +50,7 @@
# ascending order, whichever appropriate.
#
# The frequency must be given to either none or all resolutions. If the
-# device supports multiple frequencies, the order of items is
+# device supports multiple fixed frequencies, the order of items is
# MOUSE_DPI=r1 at f1 r2 at f1 r3 at f1 r1 at f2 r2 at f2 r3 at f2
#
# If the default manufacturer-set resolution is unclear, a resolution of
More information about the systemd-commits
mailing list