Conversation
|
It would be nice if it also still supports 6.11 ( |
|
I have updated the code with a check for the linux kernel, and I tested this in a VM with kernel version Oh and thank you @kenhys for the feedback, I didn't know you could check for the version like that |
|
Hey! I just updated to 6.12 and had to pull this driver from my system. I was wondering if this PR would land soon (given the primary maintainers resignation blog post)? I was considering adding this as a backport to my linux distro in the meanwhile (NixOS) |
JoseExposito
left a comment
There was a problem hiding this comment.
I was fixing the same issue, but I realized you fixed it already. Thanks!
This patch allows the digimend kernel drivers to build on Linux kernel 6.12.
The reason it failed before is because of a header rename from
<asm/unaligned.h>to<linux/unaligned.h>. And the struct of the hid_driver changed requiring a const pointer for thereport_fixup