mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.1.3
- tuxedo-io to 0.3.2 - changelog
This commit is contained in:
parent
9e9dbbeaba
commit
cd907695b5
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.1.2
|
||||
PACKAGE_VERSION=3.1.3
|
||||
|
||||
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.1");
|
||||
MODULE_VERSION("0.3.2");
|
||||
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.2");
|
||||
MODULE_VERSION("3.1.3");
|
||||
|
||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||
|
||||
|
|
|
@ -142,6 +142,10 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 C Sandberg <tux@tuxedocomputers.com> 3.1.3-1
|
||||
- Fix IBP14Gen6 second fan not spinning (alternative fan ctl approach)
|
||||
- Fix some error-lookalike messages in kernel log (aka prevent uw feature
|
||||
id when interface not available)
|
||||
* Mon Dec 19 2022 C Sandberg <tux@tuxedocomputers.com> 3.1.2-1
|
||||
- Enables dynamic boost (max offset) for certain devices needing sw ctl
|
||||
- Adds charging profile interface for devices supporting charging profiles
|
||||
|
|
Loading…
Reference in a new issue