Discussion:
udev and synaptics
Radoslaw Zielinski
2006-07-17 16:48:52 UTC
Permalink
X11-input-synaptics requires /dev/input/event*. udev-079-6 creates only
event0 (at least on my machine), which is not enough (X doesn't start
with synaptics enabled). udev-094-0.2 from ac-test works OK. diff -ur
for the /etc/udev directories shows this:

-KERNEL=="event*", ENV{ID_BUS}=="?*", ENV{ID_CLASS}=="?*", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-event-$env{ID_CLASS}"
+KERNEL=="event*", ENV{ID_BUS}=="?*", ENV{ID_SERIAL}=="?*", ENV{ID_CLASS}=="?*", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-event-$env{ID_CLASS}"
--
Rados?aw Zieli?ski <radek at pld-linux.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /mailman/pipermail/pld-users-en/attachments/20060717/09044fbb/attachment.sig
Loading...