mirror of
https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git
synced 2026-09-20 07:58:39 +02:00
v2.1.1
Fix support for kernels <5.12 Tested on 5.4.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
v2.1.1
|
||||||
|
Fix support for kernels <5.12
|
||||||
|
Tested on 5.4.0
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
Implement proper functionality for echoing transmits
|
Implement proper functionality for echoing transmits
|
||||||
Transmit errors are now reported properly
|
Transmit errors are now reported properly
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
#define KO_DESC "Netdevice driver for Intrepid CAN/Ethernet devices"
|
#define KO_DESC "Netdevice driver for Intrepid CAN/Ethernet devices"
|
||||||
#define KO_MAJOR 2
|
#define KO_MAJOR 2
|
||||||
#define KO_MINOR 1
|
#define KO_MINOR 1
|
||||||
#define KO_PATCH 0
|
#define KO_PATCH 1
|
||||||
#define KO_VERSION str(KO_MAJOR) "." str(KO_MINOR) "." str(KO_PATCH)
|
#define KO_VERSION str(KO_MAJOR) "." str(KO_MINOR) "." str(KO_PATCH)
|
||||||
#define KO_VERSION_INT (KO_MAJOR << 16) | (KO_MINOR << 8) | KO_PATCH
|
#define KO_VERSION_INT (KO_MAJOR << 16) | (KO_MINOR << 8) | KO_PATCH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user