Hi Alexander, On Fri, 04 Mar 2011 15:38:46 +0000, Alexander Clouter <a...@digriz.org.uk> wrote: > It would be nice to include the patch necessary to support the wacom_w8001 > input driver in the kernel for use with inputattach. > > I put together the attached patch from bits found on the Redhat bugzilla > site[1].
Thanks for the patch, I've pushed it upstream (see http://linuxconsole.svn.sourceforge.net/). I'll be preparing a new upstream release (at long last) and an updated Debian package will follow. > ---- > # cp -a /usr/bin/inputattach /lib/udev > # cat <<'EOF' >> /etc/udev/rules.d/99-local.rules > SUBSYSTEM=="tty", KERNEL=="ttyS[0-9]*", ATTRS{id}=="FUJ02e5", > ACTION=="add", RUN+="inputattach --daemon --baud 19200 --w8001 /dev/%k" EOF > ---- Thanks, I'll add that to the documentation. > The above udev line works well for me, but as /usr is a seperate > mountpoint for my system, it is not available when udev initially loads > at boot. > > So, a two fold request: > * include patch > * if possible place copy of inputattach in / somewhere, I felt > /lib/udev was the most apprioate place, but do not really mind Actually the "right thing" to do seems to be to wait for /usr/bin/inputattach to become available; see the /lib/udev/alsa-utils agent for an example. I'll be adding a similar mechanism for inputattach. Regards, Stephen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org