mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.1.1 + changelog
This commit is contained in:
parent
35b9539728
commit
b46ca9ef44
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.1.0
|
||||
PACKAGE_VERSION=3.1.1
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_VERSION("0.3.0");
|
||||
MODULE_VERSION("0.3.1");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_ALIAS_CLEVO_INTERFACES();
|
||||
|
|
|
@ -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.1.0");
|
||||
MODULE_VERSION("3.1.1");
|
||||
|
||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||
|
||||
|
|
|
@ -142,6 +142,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2022 C Sandberg <tux@tuxedocomputers.com> 3.1.1-1
|
||||
- Reenable fans-off for some devices that got it turned of as a temporary workaround
|
||||
- Fix default fan curve not being reenabled when tccd is stopped
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue