usb: multi-touch and absolute-pointer devices

Now, we support multi-touch devices generating multi-touch events and
absolute-pointer devices simultaneously with multitouch="yes". Still,
multitouch="no" generates emulated absolute-pointer events for
multi-touch devices.
This commit is contained in:
Christian Helmuth
2016-08-03 09:10:03 +02:00
parent b2eb42feb1
commit d4879f04a6
4 changed files with 307 additions and 299 deletions

View File

@@ -3,8 +3,8 @@ LIB_INC_DIR = $(LIB_DIR)/include
LIBS += usb_include libc-setjmp config
SRC_CC += main.cc lx_emul.cc storage.cc \
input_component.cc nic.cc raw.cc
SRC_C += dummies.c scsi.c evdev.c raw_driver.c
input_component.cc evdev.cc nic.cc raw.cc
SRC_C += dummies.c scsi.c raw_driver.c
LX_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/usb
DRIVERS_DIR := $(LX_CONTRIB_DIR)/drivers