We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba1e2c commit 36d9887Copy full SHA for 36d9887
3 files changed
README
@@ -1,4 +1,4 @@
1
-tp_smapi version 0.40
+tp_smapi version 0.41
2
IBM ThinkPad hardware functions driver
3
4
Author: Shem Multinymous <multinymous@gmail.com>
thinkpad_ec.c
@@ -45,7 +45,7 @@
45
#include <linux/semaphore.h>
46
#endif
47
48
-#define TP_VERSION "0.40"
+#define TP_VERSION "0.41"
49
50
MODULE_AUTHOR("Shem Multinymous");
51
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");
tp_smapi.c
@@ -47,7 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#define TP_DESC "ThinkPad SMAPI Support"
52
#define TP_DIR "smapi"
53
0 commit comments