<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Some mouse DPI data"
href="https://bugs.freedesktop.org/show_bug.cgi?id=87037#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Some mouse DPI data"
href="https://bugs.freedesktop.org/show_bug.cgi?id=87037">bug 87037</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>(In reply to Zbigniew Jedrzejewski-Szmek from <a href="show_bug.cgi?id=87037#c6">comment #6</a>)
<span class="quote">> (In reply to Peter Hutterer from <a href="show_bug.cgi?id=87037#c5">comment #5</a>)
> > > mouse:*:*:name:ImExPS/2 Logitech Wheel Mouse:
> > > MOUSE_DPI=400@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.</span >
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....</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>