I know, but I've missed to change that because I'm currently working on two DUT's: one running 6.6.x kernel the other one on 6.12.xErm, it is "#include <linux/unaligned.h> in rpi-6.12.ythink I've found it:had to change that to '#include <linux/unaligned.h>' in my version of the driver (WIP)Code:
drivers/input/touchscreen/hynitron_cstxxx.c:28:10: fatal error: asm/unaligned.h: No such file or directory 28 | #include <asm/unaligned.h> | ^~~~~~~~~~~~~~~~~
https://github.com/raspberrypi/linux/bl ... txxx.c#L25
https://github.com/raspberrypi/linux/co ... 2698f3b576
I'd have a close look at what is going on with your tree.
-->
Code:
//#include <asm/unaligned.h>/* for linux 6.12.x that needs to be changed to */#include <linux/unaligned.h>
In-tree driver is targeting cst340 while my display is based on cst328.
As I currently see an issue with a ghosting mouse curser artifact I wanted to check if that's related to kernel but it isn't. Also not 100% sure if it's related to SPI displays only.
Happens when using mouse only as well on both kernel versions.
Statistics: Posted by aBUGSworstnightmare — Wed Dec 11, 2024 1:56 pm