mirror of
https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git
synced 2026-09-22 00:48:41 +02:00
Compare commits
2
Commits
tx-receipts
...
v2.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7924117c2a | ||
|
|
c515de3a25 |
@@ -1,3 +1,9 @@
|
|||||||
|
v2.1.0
|
||||||
|
Implement proper functionality for echoing transmits
|
||||||
|
Transmit errors are now reported properly
|
||||||
|
Transmit byte count is now reported properly
|
||||||
|
Use with icsscand >= v2.1.0 for full echo support
|
||||||
|
|
||||||
v2.0.5
|
v2.0.5
|
||||||
Add support for kernels 5.9+
|
Add support for kernels 5.9+
|
||||||
Tested on 5.11.0-rc5
|
Tested on 5.11.0-rc5
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Version 2.0.5
|
Version 2.1.0
|
||||||
|
|
||||||
This is the kernel object portion of the Intrepid Control Systems SocketCAN support. For SocketCAN to work with Intrepid devices you will need to have this kernel object loaded on your system. Once the module is built and loaded run [icsscand](https://github.com/intrepidcs/icsscand) to turn on SocketCAN support.
|
This is the kernel object portion of the Intrepid Control Systems SocketCAN support. For SocketCAN to work with Intrepid devices you will need to have this kernel object loaded on your system. Once the module is built and loaded run [icsscand](https://github.com/intrepidcs/icsscand) to turn on SocketCAN support.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* intrepid.c - Netdevice driver for Intrepid CAN/Ethernet devices
|
* intrepid.c - Netdevice driver for Intrepid CAN/Ethernet devices
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2019 Intrepid Control Systems, Inc.
|
* Copyright (c) 2016-2022 Intrepid Control Systems, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
Reference in New Issue
Block a user