diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-01-09 07:53:55 +1000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-17 08:40:41 -0500 |
commit | fe1d7746fe9f94d995cd75b1335d22dc2f428e78 (patch) | |
tree | 8486d88463fda3288e8b9aeb84d07278cb44db16 | |
parent | 971c473db7b12d41b919e58d9816064121ee21b0 (diff) |
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
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | hwdb/70-mouse.hwdb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 043aa4554e..4a251c53f5 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@f1 r2@f1 r3@f1 r1@f2 r2@f2 r3@f2 # # If the default manufacturer-set resolution is unclear, a resolution of |