Following this tutorial:

http://www.armadeus.com/wiki/index.php?title=Qt/Embedded#Installation

With a previous build of Qt/embedded I managed to get the USB mouse working
in conjunction with the touchscreen by exporting this line, before using
the USB mouse:

export QWS_MOUSE_PROTO="MouseMan:/dev/input/mouse1
       Tslib:/dev/input/touchscreen0"

With Qt built by OSELAS.BSP-Pengutronix-Mini2440-2011.06.0 I determined that
the USB mouse was now /dev/input/event3 and the
touchscreen /dev/input/event1, so I changed the line to:

export QWS_MOUSE_PROTO="MouseMan:/dev/input/event3 Tslib:/dev/input/event1"

The touchscreen continues to work, but I can not any response from the mouse.

Does MouseMan expect the mouse input to be /mouse (as per the tutorial) or
should /event3 still be a valid input parameter?

Thank you.
Dave


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to