intrepidcs / intrepid-socketcan-kernel-module

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

[#17] Update version check to use #defines #18

Closed pottsdl closed 10 months ago

pottsdl commented 10 months ago

Update the Kernel module version check from 3.0.2 to 3.1.0 (to match newer icsscand supporting up to 64 devices), and modified ioctl version check to use the common KO_MAJOR and KO_MINOR constants.

Addresses issue #17.

kschwarz-intrepidcs commented 10 months ago

Closed with 67c196ddfe4f7a8aea4f0b4a82a739fe82da620d, we don't necessarily keep the module and daemon in version sync so for now the daemon version alone was bumped.