I have a 5" touchscreen on a Cerbo GX (which is multitouch capable). Its non-multitouch operation seems to upset hid_generic/ TSlib - making it totally unusable.
But, once the existing linux hid_multitouch kernel module available - it works just fine.
I don't expect many would manage to cross compile a matching arm kernel module, and thus including it by default in future releases would be nice.
Seems like I need to get `HID_MULTITOUCH` into the modules listed at https://github.com/victronenergy/linux/blob/venus-5.10.109/Kconfig.venus#L195
which I believe will result in update to https://github.com/victronenergy/linux/blob/venus-5.10.109/arch/arm/configs/sunxi_victron_defconfig
Traditionally, I'd PR against this GitHub repo, but I don't believe the devs work like this.
Does anyone know how I'd engage to see such a change made?