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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user