release 0.44

This commit is contained in:
Evgeni Golov 2023-07-31 19:44:25 +02:00
parent 35be4ab60d
commit 6e80bb1752
7 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,13 @@
Change history for the tp_smapi package:
0.44 2023-07-31
---------------------
- Support for 6.4 kernels
0.43 2018-02-24
---------------------
- Support for 4.15 kernels
0.42 2016-04-23
---------------------
- fixes for newer kernels

View File

@ -89,7 +89,7 @@ endif
#####################################################################
# Generate a stand-alone kernel patch
TP_VER := 0.43
TP_VER := 0.44
ORG := a
NEW := b
PATCH := tp_smapi-$(TP_VER)-for-$(KVER).patch

2
README
View File

@ -1,4 +1,4 @@
tp_smapi version 0.43
tp_smapi version 0.44
IBM ThinkPad hardware functions driver
Author: Shem Multinymous <multinymous@gmail.com>

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="tp_smapi"
PACKAGE_VERSION="0.43"
PACKAGE_VERSION="0.44"
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"

View File

@ -45,7 +45,7 @@
#include <linux/semaphore.h>
#endif
#define TP_VERSION "0.43"
#define TP_VERSION "0.44"
MODULE_AUTHOR("Shem Multinymous");
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");

View File

@ -47,7 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#define TP_VERSION "0.43"
#define TP_VERSION "0.44"
#define TP_DESC "ThinkPad SMAPI Support"
#define TP_DIR "smapi"

View File

@ -1,5 +1,5 @@
%define module tp_smapi
%define version 0.43
%define version 0.44
Name: %{module}
Version: %{version}