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-X,
which is subscribed to xinput in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to