]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
LinCAN driver version updated to 0.3.4.
authorppisa <ppisa>
Sun, 1 Mar 2009 11:39:01 +0000 (11:39 +0000)
committerppisa <ppisa>
Sun, 1 Mar 2009 11:39:01 +0000 (11:39 +0000)
lincan/README
lincan/include/constants.h

index 0c89a19b5d2ad7a2e422a763c0fb2b1904f5b189..b6944ae25a5f60dbb5271e1157dc40db8755c2a9 100644 (file)
@@ -1,5 +1,5 @@
 
-               Linux CAN Driver (LinCAN) version 0.3.3
+               Linux CAN Driver (LinCAN) version 0.3.4
                Pavel Pisa <pisa@cmp.felk.cvut.cz>
                        OCERA team member <http://www.ocera.org>
                        Real-time Systems Laboratory <http://rtlab.felk.cvut.cz/>
@@ -82,7 +82,9 @@ lincan-0.3.3  Some more fixes of SJA1000 buss-of recovery,
                tested up to 2.6.17 (rc4). Minimal chip info in /proc/can.
                Support for NSI CAN PCI contributed by Eric Pennamen.
 
-               
+lincan-0.3.4   Some more fixes of SJA1000 buss-of recovery,
+(March 2009)   Many enhancements and fixes. Tested up to 2.6.28 Linux kernel.
+
 The actual version of driver have been latest tested it with
   - PC104 Advantech PCM3680 dual channel board on 2.4 RT-Linux enabled kernel
   - PiKRON ISA card on 2.4.and 2.6 Linux kernels
index 6c9b80a7bc62abd1a76d6eeb87b363d847ba91ba..82383c265967650914e1e6a204a7aab35cfbd07c 100644 (file)
@@ -44,7 +44,7 @@
 /* Version of the driver */
 #define CAN_DRV_VER_MAJOR 0
 #define CAN_DRV_VER_MINOR 3
-#define CAN_DRV_VER_PATCH 3
+#define CAN_DRV_VER_PATCH 4
 #define CAN_DRV_VER ((CAN_DRV_VER_MAJOR<<16) | (CAN_DRV_VER_MINOR<<8) | CAN_DRV_VER_PATCH)
 
 /* Default driver major number, see /usr/src/linux/Documentation/devices.txt */