Skip to content

Commit b46ca9e

Browse files
committed
Update version to 3.1.1 + changelog
1 parent 35b9539 commit b46ca9e

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed
Binary file not shown.

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=tuxedo-keyboard
2-
PACKAGE_VERSION=3.1.0
2+
PACKAGE_VERSION=3.1.1
33

44
DEST_MODULE_LOCATION[0]="/kernel/lib/"
55
BUILT_MODULE_NAME[0]="tuxedo_keyboard"

src/tuxedo_io/tuxedo_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
3636
MODULE_AUTHOR("TUXEDO Computers GmbH <[email protected]>");
37-
MODULE_VERSION("0.3.0");
37+
MODULE_VERSION("0.3.1");
3838
MODULE_LICENSE("GPL");
3939

4040
MODULE_ALIAS_CLEVO_INTERFACES();

src/tuxedo_keyboard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
MODULE_AUTHOR("TUXEDO Computers GmbH <[email protected]>");
2727
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
2828
MODULE_LICENSE("GPL");
29-
MODULE_VERSION("3.1.0");
29+
MODULE_VERSION("3.1.1");
3030

3131
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
3232

src_pkg/rpm_pkg.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ exit 0
142142

143143

144144
%changelog
145+
* Mon Oct 17 2022 C Sandberg <[email protected]> 3.1.1-1
146+
- Reenable fans-off for some devices that got it turned of as a temporary workaround
147+
- Fix default fan curve not being reenabled when tccd is stopped
145148
* Mon Oct 10 2022 C Sandberg <[email protected]> 3.1.0-1
146149
- Add power profiles and tdp functionality (uw)
147150
* Thu Oct 06 2022 C Sandberg <[email protected]> 3.0.11-1

0 commit comments

Comments
 (0)