[systemd-commits] 2 commits - hwdb/70-mouse.hwdb rules/70-mouse.rules
Peter Hutterer
whot at kemper.freedesktop.org
Tue Dec 23 14:08:45 PST 2014
hwdb/70-mouse.hwdb | 8 ++++++++
rules/70-mouse.rules | 3 +++
2 files changed, 11 insertions(+)
New commits:
commit 60329a9d9fc58b1a4c8a6244592f731839c2e8d7
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date: Tue Dec 23 10:14:19 2014 +1000
hwdb: add rule and first entry for PS/2 mice
https://bugs.freedesktop.org/show_bug.cgi?id=87037
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb
index a3685f3..d631551 100644
--- a/hwdb/70-mouse.hwdb
+++ b/hwdb/70-mouse.hwdb
@@ -188,6 +188,10 @@ mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4026:
mouse:bluetooth:v046dpb00d:name:Ultrathin Touch Mouse:
MOUSE_DPI=1000 at 1000
+# ImExPS/2 Logitech Wheel Mouse
+mouse:ps2:*:name:ImExPS/2 Logitech Wheel Mouse:
+ MOUSE_DPI=400 at 250
+
##########################################
# Microsoft
##########################################
diff --git a/rules/70-mouse.rules b/rules/70-mouse.rules
index 0e359e8..3ea743a 100644
--- a/rules/70-mouse.rules
+++ b/rules/70-mouse.rules
@@ -11,5 +11,8 @@ KERNELS=="input*", ENV{ID_BUS}=="usb", \
KERNELS=="input*", ENV{ID_BUS}=="bluetooth", \
IMPORT{builtin}="hwdb 'mouse:$env{ID_BUS}:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \
GOTO="mouse_end"
+DRIVERS=="psmouse", SUBSYSTEMS=="serio", \
+ IMPORT{builtin}="hwdb 'mouse:ps2::name:$attr{device/name}:'", \
+ GOTO="mouse_end"
LABEL="mouse_end"
commit 2c561af2955ae86353f5e811771029198cc41e7a
Author: Frank Theile <frank.theile at web.de>
Date: Wed Dec 24 07:53:40 2014 +1000
hwdb: Microsoft Wireless Laser Mouse 8000 DPI data
https://bugs.freedesktop.org/show_bug.cgi?id=87587
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb
index d40e864..a3685f3 100644
--- a/hwdb/70-mouse.hwdb
+++ b/hwdb/70-mouse.hwdb
@@ -203,6 +203,10 @@ mouse:usb:v045ep07a5:name:Microsoft Microsoft® 2.4GHz Transceiver v9.0:
mouse:usb:v045ep07b1:name:Microsoft Microsoft® Nano Transceiver v1.0:
MOUSE_DPI=1400 at 142
+# Microsoft Wireless Laser Mouse 8000
+mouse:bluetooth:v045ep0702:name:Microsoft Wireless Laser Mouse 8000:
+ MOUSE_DPI=1000 at 1000
+
##########################################
# Oklick
##########################################
More information about the systemd-commits
mailing list