[systemd-commits] hwdb/70-mouse.hwdb

Peter Hutterer whot at kemper.freedesktop.org
Tue Dec 9 15:39:20 PST 2014


 hwdb/70-mouse.hwdb |   69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

New commits:
commit eb59c75e9a864063f3916c1914a563e1c89cf3ac
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Dec 8 09:17:26 2014 +1000

    hwdb: add more mouse DPI entries
    
    Plus a note for Logitech devices using the unified receiver: these devices
    include their wireless PID in the name, the usb PID/VID is the same for all.
    In kernel 3.19 the actual model number will be the name, but the patches are
    still a bit in flux at this point. In the future each device will need two
    entries for pre+3.19 and 3.19.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=87037
    https://bugs.freedesktop.org/show_bug.cgi?id=87072
    https://bugs.freedesktop.org/show_bug.cgi?id=87162

diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb
index 3d19f17..f6f4957 100644
--- a/hwdb/70-mouse.hwdb
+++ b/hwdb/70-mouse.hwdb
@@ -78,9 +78,18 @@
 # (or /dev/input/event*).
 
 ##########################################
+# Dell
+##########################################
+
+# Dell USB Laser Mouse
+mouse:usb:v046dpc063:name:DELL DELL USB Laser Mouse:
+ MOUSE_DPI=1000 at 125
+
+##########################################
 # Lenovo
 ##########################################
 
+# Lenovo Optical USB Mouse
 mouse:usb:v17efp6019:name:Lenovo Optical USB Mouse:
  MOUSE_DPI=1000 at 125
 
@@ -88,5 +97,65 @@ mouse:usb:v17efp6019:name:Lenovo Optical USB Mouse:
 # Logitech
 ##########################################
 
+# Note: devices using the Logitech Unifying receiver will need two entries,
+# one for pre 3.19 with the wireless PID in the name, one for 3.19 with the
+# model name. The usb vid/pid is the same for all those devices.
+# Until 3.19 is available, this list just has the Wireless PID entry.
+
+# Logitech B605 Wireless Mouse (also M505)
+mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:101d:
+ MOUSE_DPI=900 at 166
+
+# Logitech Cordless Click! Plus
+mouse:usb:v046dpc50e:name:Logitech USB Receiver:
+ MOUSE_DPI=800 at 125
+
+# Logitech G500s Laser Gaming Mouse
 mouse:usb:v046dpc24e:name:Logitech G500s Laser Gaming Mouse:
  MOUSE_DPI=400 at 500 *800 at 500 2000 at 500
+
+# Logitech G700 Laser Mouse (Wired)
+mouse:usb:v046dpc06b:name:Logitech G700 Laser Mouse:
+# Logitech G700 Laser Mouse (Wireless)
+mouse:usb:v046dpc531:name:Logitech USB Receiver:
+ MOUSE_DPI=*1000 at 500 3800 at 500 500 at 1000 1500 at 1000 2000 at 1000
+
+# Logitech Wireless Mouse M185
+mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4008:
+ MOUSE_DPI=800 at 166
+
+# Logitech M705 (marathon mouse)
+mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:101b:
+ MOUSE_DPI=800 at 166
+
+# Logitech ZoneTouch Mouse T400
+mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4026:
+ MOUSE_DPI=1300 at 166
+
+# Logitech T620 (or, the soap)
+mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4027:
+ MOUSE_DPI=1200 at 250
+
+# Logitech Ultrathin Touch Mouse
+mouse:bluetooth:v046dpb00d:name:Ultrathin Touch Mouse:
+ MOUSE_DPI=1000 at 1000
+
+# Logitech USB Optical Mouse
+mouse:usb:v046dpc05a:name:Logitech USB Optical Mouse:
+ MOUSE_DPI=1000 at 125
+
+##########################################
+# Microsoft
+##########################################
+
+# Microsoft Arc Touch Mouse USB
+mouse:usb:v045ep07b1:name:Microsoft Microsoft® Nano Transceiver v1.0:
+ MOUSE_DPI=1400 at 142
+
+##########################################
+# Oklick
+##########################################
+
+# Oklick 406S Bluetooth Laster Mouse
+mouse:bluetooth:v056ep0061:name:Laser  BTmouse:
+ MOUSE_DPI=*800 at 333 1600 at 333



More information about the systemd-commits mailing list