diff options
author | Daniel Mack <github@zonque.org> | 2015-07-31 10:51:32 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-31 10:51:32 +0200 |
commit | 6189e043d41b5d5eaec11d6a5ab06b5f35c0ddf7 (patch) | |
tree | a490e0d1acc845196ccaa927b1fee5cd1149db54 | |
parent | 540536ffd1cdf527816bc7f881670039d3e67435 (diff) | |
parent | 3407fcd575b31416ae1658572590d0b4973f5ace (diff) |
Merge pull request #799 from andreaskem/hwdb-pull
hwdb: DPI info for Logitech G402 mouse
-rw-r--r-- | hwdb/70-mouse.hwdb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 76dcfd1b87..e2855095cd 100644 --- a/hwdb/70-mouse.hwdb +++ b/hwdb/70-mouse.hwdb @@ -36,10 +36,11 @@ # where /dev/input/eventXX is the mouse in question. If in # doubt, simply use /dev/input/event* to reload all input rules. # -# If your changes are generally applicable, open a bug report on -# http://bugs.freedesktop.org/enter_bug.cgi?product=systemd -# and include your new rules, a description of the device, and the -# output of +# If your changes are generally applicable, preferably send them as a pull +# request to +# https://github.com/systemd/ +# or create a bug report on the issue tracker located there and include your +# new rules, a description of the device, and the output of # udevadm info /dev/input/eventXX # (or /dev/input/event*). # @@ -238,6 +239,10 @@ mouse:usb:v046dpc245:name:Logitech Gaming Mouse G400: mouse:usb:v046dpc24c:name:Logitech G400s Optical Gaming Mouse: MOUSE_DPI=400@1000 *800@1000 2000@1000 4000@1000 +# Logitech G402 Hyperion Fury +mouse:usb:v046dpc07e:name:Logitech Gaming Mouse G402: + MOUSE_DPI=400@1000 *800@1000 1600@1000 3200@1000 + # Logitech B605 Wireless Mouse (also M505) mouse:usb:v046dp101d:name:Logitech B605: mouse:usb:v046dp101d:name:Logitech M505: |