← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 496817] Re: xinput no longer works to set-ptr-feedback after the latest Xserver upgrade in Lucid

 

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.



References