Update version to 3.1.0 + changelog

This commit is contained in:
Christoffer Sandberg 2022-10-10 07:39:47 +00:00
parent b6091ac302
commit e8dc238ae1
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D
5 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PACKAGE_NAME=tuxedo-keyboard
PACKAGE_VERSION=3.0.11
PACKAGE_VERSION=3.1.0
DEST_MODULE_LOCATION[0]="/kernel/lib/"
BUILT_MODULE_NAME[0]="tuxedo_keyboard"

View file

@ -34,7 +34,7 @@
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
MODULE_VERSION("0.2.6");
MODULE_VERSION("0.3.0");
MODULE_LICENSE("GPL");
MODULE_ALIAS_CLEVO_INTERFACES();

View file

@ -26,7 +26,7 @@
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION("3.0.11");
MODULE_VERSION("3.1.0");
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);

View file

@ -142,6 +142,8 @@ exit 0
%changelog
* Mon Oct 10 2022 C Sandberg <tux@tuxedocomputers.com> 3.1.0-1
- Add power profiles and tdp functionality (uw)
* Thu Oct 06 2022 C Sandberg <tux@tuxedocomputers.com> 3.0.11-1
- Introduce alternative fan control (uw)
- Fan control parameters from driver "has fan off" and "min fan speed"
@ -213,4 +215,4 @@ exit 0
* Tue Mar 17 2020 C Sandberg <tux@tuxedocomputers.com> 2.0.1-0
- New packaging
* Wed Dec 18 2019 Richard Sailer <tux@tuxedocomputers.com> 2.0.0-1
- Initial DKMS package for back-lit keyboard 2nd generation
- Initial DKMS package for back-lit keyboard 2nd generation