Alex Bernier, le Fri 12 Mar 2010 12:00:17 +0100, a écrit : > Can anyone see where the issue come from ? (I use BRLTTY 4.2dev rev 5064, > Xorg 1.7.5).
There is a bug in the Debian Xorg 2:1.7.5-1 (currently in testing and unstable) that makes it not read from uinput devices, which has been fixed only recently and hasn't been uploaded yet. It only exists in Debian testing and unstable, not in released versions. You can apply the following patch yourself to the xorg-server Debian package and recompile: --- a/debian/patches/12-Add-libudev-input-hotplug-backend.diff +++ b/debian/patches/12-Add-libudev-input-hotplug-backend.diff @@ -382,7 +382,7 @@ Index: xorg-server/config/udev.c + parent = udev_device_get_parent(udev_device); + if (parent) + name = udev_device_get_property_value(parent, "NAME"); -+ else ++ if (!name) + name = "(unnamed)"; + + if (!driver || !path || !syspath) Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
