Comment 6 for bug 351059

Revision history for this message
Arnaud Jeansen (ajeans) wrote : Re: Mouse wheel of Logitech LX710 doesn't work on powerpc

The input.x11_driver value is set by a fdi file, based on reported capabilities.

On the laptop, the capabilites for the mouse are :
info.capabilities = {'input', 'input.keys', 'input.mouse', 'button', 'access_control'} (string list)

Whereas on the PS3, the capabilities are :
info.capabilities = {'input', 'input.keypad', 'input.keys', 'input.mouse', 'input.touchpad', 'button', 'access_control'} (string list)

There is an extra "input.keypad" and another extra "input.touchpad". The second by responsible for the assignment to the synaptics driver.

Now what sets info.capabilities ??