Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176027 - app-misc/logitech-applet - Add udev rule for increasing sensor resolution when a Logitech USB mouse is plugged in
Summary: app-misc/logitech-applet - Add udev rule for increasing sensor resolution whe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 21:25 UTC by Julien Allanos (RETIRED)
Modified: 2010-06-06 17:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/udev/rules.d/99-logitech_applet.rules (99-logitech_applet.rules,251 bytes, text/plain)
2007-04-25 21:26 UTC, Julien Allanos (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Allanos (RETIRED) gentoo-dev 2007-04-25 21:25:28 UTC
That would be nice imho. Attached is a quick (libgphoto2 inspired) udev rule to call "logitech_applet -s 800" when a USB mouse is plugged in. This rule might be improved of course.

I wonder if higher resolutions are supported by newer mice. In that case, I believe a "-s max" option would be great. Thoughts? Thanks.
Comment 1 Julien Allanos (RETIRED) gentoo-dev 2007-04-25 21:26:04 UTC
Created attachment 117274 [details]
/etc/udev/rules.d/99-logitech_applet.rules
Comment 2 Julien Allanos (RETIRED) gentoo-dev 2007-05-08 22:18:59 UTC
Note that the following change is needed in order to avoid udev warnings at boot with exported /usr/.

@@ -31,6 +31,7 @@
 }

 src_install() {
+       into /
        dosbin logitech_applet
        dodoc AUTHORS ChangeLog README doc/article.txt
 }
Comment 3 Matthias Schwarzott gentoo-dev 2007-08-18 16:51:38 UTC
Please do choose a name not being 99-*.rules, but do use 40-* or similar.
Comment 4 Łukasz Damentko (RETIRED) gentoo-dev 2008-05-27 13:24:01 UTC
r3pek was retired (#80351), reassigning remaining bugs.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-06-06 17:05:06 UTC
Installed to docs.

  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +files/40-logitech_applet.rules, logitech-applet-0.4_pre1-r3.ebuild:
+  Install example udev rules file wrt #176027 by Julien Allanos.