Michrochip AR1100 usb touchscreen issues
Unsolved
Mobile and Embedded
-
Hi,
I'm trying to use AR1100 usb touch screen with my qt5 qml application which is recognized and calibrated using windows utility. Problem is that when start qt5 application I can see touch events consumed by application but looks like cursor and touch events and not properly control application by means I press on some button but it's not recognized. When using standard mouse it works fine.
When run app I'm getting those messages (input debug):
qt.qpa.input: libinput: event0 - pwm-beeper: not tagged as supported input device qt.qpa.input: libinput: event0 - not using input device '/dev/input/event0' qt.qpa.input: libinput: event1 - Microchip Technology Inc. AR1100 HID-MOUSE: is tagged by udev as: Mouse qt.qpa.input: libinput: event1 - Microchip Technology Inc. AR1100 HID-MOUSE: device is a pointer qt.qpa.input: Using xkbcommon for key mapping qt.qpa.input: Adding mouse at "/dev/input/event1" qt.qpa.input: create mouse handler for "/dev/input/event1" "" This plugin does not support createPlatformOpenGLContext! qt.qpa.input: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_UP ��→ DEBOUNCE_EVENT_OTHERBUTTON ��→ DEBOUNCE_STAT E_IS_UP qt.qpa.input: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_UP ��→ DEBOUNCE_EVENT_PRESS ��→ DEBOUNCE_STATE_DOWN _WAITING qt.qpa.input: libinput: event1 - debounce state: DEBOUNCE_STATE_DOWN_WAITING ��→ DEBOUNCE_EVENT_RELEASE ��→ DEBOUNCE_S TATE_RELEASE_PENDING qt.qpa.input: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASE_PENDING ��→ DEBOUNCE_EVENT_PRESS ��→ DEBOUNCE_ STATE_DOWN_WAITING qt.qpa.input: libinput: event1 - debounce state: DEBOUNCE_STATE_DOWN_WAITING ��→ DEBOUNCE_EVENT_TIMEOUT ��→ DEBOUNCE_S TATE_IS_DOWN
Any idea what else should be checked or so? Do I need to calibrate with tslib or so? Thanks.