parent
7c2338125f
commit
6e9319c3f4
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue