Closed chelmuth closed 1 year ago
Currently, I use the following patch.
+++ b/src/drivers/input/imx53_tablet/target.mk
@@ -1,5 +1,5 @@
TARGET = imx53_tablet_input_drv
-REQUIRES = arm_v7
+REQUIRES = arm_v7 BUGFIX
SRC_CC = main.cc
LIBS = base
INC_DIR += $(PRG_DIR)
@chelmuth I've prepared a commit that replaces the old platform API usage to the modern one. But I could not test it on real hardware. I hope that is sufficient.
That's great, thanks. Merged to staging.
No urgent matter but annoying when testing
make drivers
on arm_v7a with repos/world enabled.