I wonder it is caused by "XListInputDevices" in xinput.c
The expectancy of "devices[loop].name" is;
PS2++ Logitech TrackMan
in my case, but it was;
"PS2++ Logitech TrackMan"
actually.
So that,
if ((!only_extended || (devices[loop].use >= IsXExtensionDevice)) &&
((!is_id && strcmp(devices[loop].name, name) == 0) ||
(is_id && devices[loop].id == id)))
returns always false.
Is it a bug of XLib?
Or should xinput treat those double quotations?
--
xinput no longer works to set-ptr-feedback after the latest Xserver upgrade in
Lucid
https://bugs.launchpad.net/bugs/496817
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs