diff --git a/CHANGES b/CHANGES index e36ac60..6784cf5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Change history for the tp_smapi package: +0.45 2025-06-24 +--------------------- +- Support for 6.15 kernels +- Fix building with clang + 0.44 2023-07-31 --------------------- - Support for 6.4 kernels diff --git a/README b/README index e9a63f1..84851b7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -tp_smapi version 0.44 +tp_smapi version 0.45 IBM ThinkPad hardware functions driver Author: Shem Multinymous diff --git a/dkms.conf b/dkms.conf index c49937f..0d05782 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="tp_smapi" -PACKAGE_VERSION="0.44" +PACKAGE_VERSION="0.45" 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 f6e8806..202b9b4 100644 --- a/thinkpad_ec.c +++ b/thinkpad_ec.c @@ -45,7 +45,7 @@ #include #endif -#define TP_VERSION "0.44" +#define TP_VERSION "0.45" MODULE_AUTHOR("Shem Multinymous"); MODULE_DESCRIPTION("ThinkPad embedded controller hardware access"); diff --git a/tp_smapi.c b/tp_smapi.c index 5be638b..39ac601 100644 --- a/tp_smapi.c +++ b/tp_smapi.c @@ -47,7 +47,7 @@ #include #include -#define TP_VERSION "0.44" +#define TP_VERSION "0.45" #define TP_DESC "ThinkPad SMAPI Support" #define TP_DIR "smapi" diff --git a/tp_smapi.spec b/tp_smapi.spec index 3dcd024..46cceb1 100644 --- a/tp_smapi.spec +++ b/tp_smapi.spec @@ -1,7 +1,7 @@ %define module tp_smapi Name: %{module} -Version: 0.44 +Version: 0.45 Release: 1%{?dist} Summary: IBM ThinkPad hardware functions driver - DKMS version License: GPLv2