Update readme.md

This commit is contained in:
anderssandstrom
2021-03-24 12:09:20 +01:00
committed by GitHub
parent fca81993e9
commit d7a02309bb

View File

@@ -18,7 +18,8 @@ Note: make sure that correct kernel headers are installed for the current kernel
Goto kvasser dir and untar the file: socketcan_kvaser_drivers_1.6.113_patch_asm_3.10.tar.gz
The "socketcan_kvaser_drivers_1.6.113_patch_asm_3.10.tar.gz" contains a pathed version of the kvaser socketcan 1.6.113 drivers were functionality not availbale in kernel 3.10 have been removed. For the driver for the Leaf Light v2 this includes basically removing CAN FD support and also a function called "can_change_state()" which is not avilabe in the 3.10 kernel.
The "socketcan_kvaser_drivers_1.6.113_patch_asm_3.10.tar.gz" contains a patched version of the kvaser socketcan driver version 1.6.113.
Functionality not availbale in kernel 3.10 have been removed. For the driver for the Leaf Light v2 this includes basically removing CAN FD support and also a function called "can_change_state()" which is not avilabe in the 3.10 kernel.
Kvaser support provided the sources for "can_change_state()" so that have been added to kvaser_usb_leaf.c source.
NOTE: This source will only work for Kvaser Leaf Light v2 usb. It will not work for Kvaser Hydra.