diff --git a/CHANGES b/CHANGES index 2120a7b..bcb7903 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ Change history for the tp_smapi package: +0.42 2016-04-23 +--------------------- +- fixes for newer kernels +- kbuild support +- dkms support +- quirks update +- RPM support + 0.41 2011-07-29 --------------------- - new maintainer diff --git a/Makefile b/Makefile index f58377b..444ac4d 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif ##################################################################### # Generate a stand-alone kernel patch -TP_VER := 0.41 +TP_VER := 0.42 ORG := a NEW := b PATCH := tp_smapi-$(TP_VER)-for-$(KVER).patch diff --git a/README b/README index dd3de09..0979f9d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -tp_smapi version 0.41 +tp_smapi version 0.42 IBM ThinkPad hardware functions driver Author: Shem Multinymous diff --git a/dkms.conf b/dkms.conf index a3b67cb..f3c287a 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="tp_smapi" -PACKAGE_VERSION="0.41" +PACKAGE_VERSION="0.42" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build HDAPS=1" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" BUILT_MODULE_NAME[0]="thinkpad_ec" diff --git a/thinkpad_ec.c b/thinkpad_ec.c index 9689d72..13a707a 100644 --- a/thinkpad_ec.c +++ b/thinkpad_ec.c @@ -45,7 +45,7 @@ #include #endif -#define TP_VERSION "0.41" +#define TP_VERSION "0.42" MODULE_AUTHOR("Shem Multinymous"); MODULE_DESCRIPTION("ThinkPad embedded controller hardware access"); diff --git a/tp_smapi.c b/tp_smapi.c index e1526c9..0c0e04c 100644 --- a/tp_smapi.c +++ b/tp_smapi.c @@ -47,7 +47,7 @@ #include #include -#define TP_VERSION "0.41" +#define TP_VERSION "0.42" #define TP_DESC "ThinkPad SMAPI Support" #define TP_DIR "smapi" diff --git a/tp_smapi.spec b/tp_smapi.spec index bdaed8f..87e149d 100644 --- a/tp_smapi.spec +++ b/tp_smapi.spec @@ -1,5 +1,5 @@ %define module tp_smapi -%define version 0.41 +%define version 0.42 Name: %{module} Version: %{version}