intrepidcs / intrepid-socketcan-kernel-module

Kernel-mode SocketCAN module for Intrepid devices
17 stars 6 forks source link

Kernel module not updated to check for newer User Daemon (icsscand) version #17

Closed pottsdl closed 10 months ago

pottsdl commented 10 months ago

This issue was originally covered on the icsscand side Issue 11.

It appears that the Kernel module version checking wasn't updated after commit f67b4b3 to increase the maximum number of devices to 64. It still is checking against 3.0.x.

Filing a PR to address the check against 3.0.x, to now be 3.1.x (that might still be wrong) and to use the KO_MAJOR, KO_MINOR constants instead of hard coded values (which were missed last time).

kschwarz-intrepidcs commented 10 months ago

Thank for for the report, this has been resolved with 67c196ddfe4f7a8aea4f0b4a82a739fe82da620d