diff options
author | John Klug <john.klug@multitech.com> | 2020-10-02 12:08:51 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-02 12:08:51 -0500 |
commit | 23d586704d9906f67632c002db1ab932c0a18bdb (patch) | |
tree | 5c69e9163c2640bd4584d1c53d4013d37fce0008 | |
parent | de65a43133142ac85bcd7946a0ed1fe373cec1f8 (diff) | |
download | mtac-23d586704d9906f67632c002db1ab932c0a18bdb.tar.gz mtac-23d586704d9906f67632c002db1ab932c0a18bdb.tar.bz2 mtac-23d586704d9906f67632c002db1ab932c0a18bdb.zip |
Fix Author
-rw-r--r-- | mtac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #define DRIVER_VERSION "v4.0.5" -#define DRIVER_AUTHOR "John Klug <john.klug@multitech.com>" +#define DRIVER_AUTHOR "Multi-Tech" #define DRIVER_DESC "MTS driver to supervise MTAC slots" #define DRIVER_NAME "mtac-slots" #define DEBUG 0 |