dde_linux: HID multitouch support

Fixes #1209
This commit is contained in:
Christian Menard
2014-07-11 18:08:59 +04:00
committed by Norman Feske
parent 2da020b688
commit ad2cd4b328
7 changed files with 47 additions and 17 deletions

View File

@@ -43,8 +43,8 @@ SRC_C += $(addprefix usb/host/, ehci-hcd.c)
# USB hid
SRC_C += $(addprefix hid/usbhid/, hid-core.c hid-quirks.c)
SRC_C += $(addprefix hid/, hid-core.c hid-generic.c hid-input.c hid-cherry.c)
SRC_C += $(addprefix input/, evdev.c input.c)
SRC_C += $(addprefix hid/, hid-core.c hid-generic.c hid-input.c hid-cherry.c hid-multitouch.c)
SRC_C += $(addprefix input/, evdev.c input.c input-mt.c)
# USB storage
SRC_C += $(addprefix usb/storage/,scsiglue.c protocol.c transport.c usb.c \