--- driver/release_notes.txt 2011-03-17 12:16:33.062500000 +0100 +++ /driver/release_notes.txt 2011-03-24 15:56:50.737679459 +0100 @@ -14,3 +14,6 @@ 2011-03-17 - 7.1 - content: - support of dynamic usb minors allocation (kernel config option) + +2011-03-24 - 7.1.1 - content: +- fix typo in src/pcan_dongle.c to be able to use the PCAN-Dongle --- driver/src/pcan_common.h 2011-03-17 12:16:33.062500000 +0100 +++ /driver/src/pcan_common.h 2011-03-24 15:54:27.617677132 +0100 @@ -185,7 +185,7 @@ #define CURRENT_RELEASE "Release_20110317_n" // $name$ #define PCAN_VERSION_MAJOR 7 #define PCAN_VERSION_MINOR 1 -#define PCAN_VERSION_SUBMINOR 0 +#define PCAN_VERSION_SUBMINOR 1 #define CURRENT_VERSIONSTRING __stringify(PCAN_VERSION_MAJOR)"."__stringify(PCAN_VERSION_MINOR)"."__stringify(PCAN_VERSION_SUBMINOR) --- driver/src/pcan_dongle.c 2011-03-17 12:16:33.062500000 +0100 +++ /driver/src/pcan_dongle.c 2011-03-24 13:33:56.541679133 +0100 @@ -385,7 +385,7 @@ else dev->port.dng.wIrq = wIrq; - dev->nMinor = pcan_drv.nMajor; + dev->nMajor = pcan_drv.nMajor; if (dev->wType == HW_DONGLE_SJA) { dev->nMinor = PCAN_DNG_SP_MINOR_BASE + sp_devices;