diff options
author | John Klug <john.klug@multitech.com> | 2018-08-15 18:06:02 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-08-15 18:06:02 -0500 |
commit | 3847d09480ba4804369e7883925baae73b4d0037 (patch) | |
tree | 70b297612f519bb33c24326d06f05fcfd16c61a1 /io-module/mts_io.h | |
parent | f577933549e8f4d2d2c9b4b046732c481288c26f (diff) | |
download | mts-io-3847d09480ba4804369e7883925baae73b4d0037.tar.gz mts-io-3847d09480ba4804369e7883925baae73b4d0037.tar.bz2 mts-io-3847d09480ba4804369e7883925baae73b4d0037.zip |
Fix LNA3/LEU3 Radio Reset times fixing Verizon on Telit 20.00.12 FW2.2.1
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 47cc422..8691f13 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -5,7 +5,7 @@ #include <linux/gpio.h> -#define DRIVER_VERSION "v2.2.0" +#define DRIVER_VERSION "v2.2.1" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" @@ -131,8 +131,9 @@ enum { enum { RADIO_UNKNOWN, - RADIO_LEU1, - RADIO_LNA3, + RADIO_LEU1, // LE910-EUG + RADIO_LEU3, // LE910-EU1 + RADIO_LNA3, // LE910-NA1 }; enum ap { |