On Fri, Jan 06, 2006 at 01:25 PM, Benjamin Herrenschmidt wrote:

> Can the driver be informed when synaptics takes control of it btw ?

Not currently.

On x86 absolute mode is set on psmouse-base module initialization.
There's no config option here, if you build the kernel with psmouse and
you have a synaptics touchpad you can use it only in absolute mode
(mousedev takes care of a proper absolute to relative conversion).

X driver opens event interface and check for ABS_X, ABS_Y, ABS_PRESSURE
and BTN_TOOL_FINGER bits with an ioctl. If success it hooks the device
with another ioctl to evdev.


luca

-- 
Beware of programmers who carry screwdrivers.
                        -- Leonard Brandwein

http://shammash.homelinux.org/ - http://www.artha.org/shammash/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to