[systemd-bugs] [Bug 87037] Some mouse DPI data

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 8 16:39:17 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=87037

--- Comment #9 from Peter Hutterer <peter.hutterer at who-t.net> ---
(In reply to Zbigniew Jedrzejewski-Szmek from comment #6)
> (In reply to Peter Hutterer from comment #5)
> > > mouse:*:*:name:ImExPS/2 Logitech Wheel Mouse:
> > >  MOUSE_DPI=400 at 250
> > 
> > yeah, do we know that all of these have the same DPI? I'm pretty sure there
> > are more devices that register with that name. I guess we can push it and
> > figure it out :)
> Yeah, especially that if anything, they might have *lower* resolutions, so
> 400 is a better default for them than 1000.

hmm, we need to add something to the udev rules for this too otherwise we won't
trigger the hwdb. any suggestions?  My idea was something like:

KERNELS=="input*", DRIVERS=="psmouse", \
        IMPORT{builtin}="hwdb 'mouse:ps2::name:$attr{name}:'", \
        GOTO="mouse_end"

But that one doesn't work, for reasons I don't understand. It should match my
touchpad (when added to the top of the file), but it doesn't. And attr{name} is
empty anyway....

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20141209/882dd65a/attachment.html>


More information about the systemd-bugs mailing list