diff options
Diffstat (limited to 'hwdb/70-mouse.hwdb')
-rw-r--r-- | hwdb/70-mouse.hwdb | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index bc4b597bbf..7373be4778 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/systemd +# or create a bug report on https://github.com/systemd/systemd/issues and +# include your new rules, a description of the device, and the output of # udevadm info /dev/input/eventXX # (or /dev/input/event*). # @@ -138,6 +139,11 @@ mouse:usb:v0461p4d16:name:USB Optical Mouse: # HP ########################################## +# HP USB 1000dpi Laser Mouse +mouse:usb:v0458p0133:name:Mouse Laser Mouse: + MOUSE_DPI=1000@125 + MOUSE_WHEEL_CLICK_ANGLE=15 + # HP X1000 mouse:usb:v093ap2510:name:PixArt USB Optical Mouse: MOUSE_DPI=1000@125 @@ -233,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: @@ -272,11 +282,20 @@ mouse:usb:v046dp4027:name:Logitech T620: mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4027: MOUSE_DPI=1200@250 +# Logitech LX8 Cordless Laser Mouse +mouse:usb:v046dpc51b:name:Logitech USB Receiver: + MOUSE_DPI=1300@125 + MOUSE_WHEEL_CLICK_ANGLE=15 + # Logitech ZoneTouch Mouse T400 mouse:usb:v046dp4026:name:Logitech T400: mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4026: MOUSE_DPI=1300@166 +# Logitech G500 Mouse +mouse:usb:v046dpc068:name:Logitech G500: + MOUSE_DPI=*1600@500 2600@500 3600@500 + # Logitech Ultrathin Touch Mouse mouse:bluetooth:v046dpb00d:name:Ultrathin Touch Mouse: MOUSE_DPI=1000@1000 |