File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11Change history for the tp_smapi package:
22
3+ 0.45 2025-06-24
4+ ---------------------
5+ - Support for 6.15 kernels
6+ - Fix building with clang
7+
380.44 2023-07-31
49---------------------
510- Support for 6.4 kernels
Original file line number Diff line number Diff line change 1- tp_smapi version 0.44
1+ tp_smapi version 0.45
22IBM ThinkPad hardware functions driver
33
44Author: Shem Multinymous <
[email protected] >
Original file line number Diff line number Diff line change 11PACKAGE_NAME="tp_smapi"
2- PACKAGE_VERSION="0.44 "
2+ PACKAGE_VERSION="0.45 "
33MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build HDAPS=1"
44CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
55BUILT_MODULE_NAME[0]="thinkpad_ec"
Original file line number Diff line number Diff line change 4545 #include <linux/semaphore.h>
4646#endif
4747
48- #define TP_VERSION "0.44 "
48+ #define TP_VERSION "0.45 "
4949
5050MODULE_AUTHOR ("Shem Multinymous" );
5151MODULE_DESCRIPTION ("ThinkPad embedded controller hardware access" );
Original file line number Diff line number Diff line change 4747#include <asm/uaccess.h>
4848#include <asm/io.h>
4949
50- #define TP_VERSION "0.44 "
50+ #define TP_VERSION "0.45 "
5151#define TP_DESC "ThinkPad SMAPI Support"
5252#define TP_DIR "smapi"
5353
Original file line number Diff line number Diff line change 11%define module tp_smapi
22
33Name: %{module }
4- Version: 0.44
4+ Version: 0.45
55Release: 1%{?dist }
66Summary: IBM ThinkPad hardware functions driver - DKMS version
77License: GPLv2
You can’t perform that action at this time.
0 commit comments