mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.1.4 + changelog
This commit is contained in:
parent
ff34b5c6e4
commit
c3e03cbd7c
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.1.3
|
||||
PACKAGE_VERSION=3.1.4
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -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.3");
|
||||
MODULE_VERSION("3.1.4");
|
||||
|
||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||
|
||||
|
|
|
@ -371,7 +371,7 @@ module_wmi_driver(uniwill_wmi_driver);
|
|||
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("Driver for Uniwill WMI interface");
|
||||
MODULE_VERSION("0.0.1");
|
||||
MODULE_VERSION("0.0.2");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/*
|
||||
|
|
|
@ -142,6 +142,10 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2023 C Sandberg <tux@tuxedocomputers.com> 3.1.4-1
|
||||
- Fix upcoming 6.2 kernel build issue (from github Buddy-Matt)
|
||||
- Re-write last set charging priority on barrel plug connect
|
||||
- UW interface performance tweaks (should help with lagging keyboard issues on certain devices)
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue