Open dominikzogg opened 2 months ago
In evdi_platform_dev.h (line 35) and evdi_platform_dev.c (line 88) there is a error in the IF statements
Change in both files
#if KERNEL_VERSION(6, 10, 0) >= LINUX_VERSION_CODE
to
#if KERNEL_VERSION(6, 10, 0) <= LINUX_VERSION_CODE
Then it builds fine.
I can confirm this works for archlinux
@wvdakker when changing the third occurence (see this commit) it works: https://github.com/DisplayLink/evdi/commit/76505e9d1ea8670d101a10896fd67b8203be897c
@mkananov FYI
@wvdakker when changing the third occurence (see this commit) it works: 76505e9
Ah it is already merged into main.... great.
@wvdakker i mentioned it cause it seems it was one in the wrong direction
@wvdakker i mentioned it cause it seems it was one in the wrong direction
Ah, didnt see you referring... on my phone .....