mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.0.10 + changelog
This commit is contained in:
parent
dd774d8b0d
commit
48666348c6
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=tuxedo-keyboard
|
PACKAGE_NAME=tuxedo-keyboard
|
||||||
PACKAGE_VERSION=3.0.9
|
PACKAGE_VERSION=3.0.10
|
||||||
|
|
||||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||||
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
|
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION("3.0.9");
|
MODULE_VERSION("3.0.10");
|
||||||
|
|
||||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||||
|
|
||||||
|
|
|
@ -142,6 +142,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2022 C Sandberg <tux@tuxedocomputers.com> 3.0.10-1
|
||||||
|
- Add Stellaris Intel gen 4 lightbar support
|
||||||
|
- Default lightbar to off
|
||||||
* Mon Oct 10 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.9-1
|
* Mon Oct 10 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.9-1
|
||||||
- Add IBS15v6 & IBS17v6 new module name to perf. prof workaround
|
- Add IBS15v6 & IBS17v6 new module name to perf. prof workaround
|
||||||
- Interface modularization (uw)
|
- Interface modularization (uw)
|
||||||
|
|
Loading…
Reference in a new issue