mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.0.9 + changelog
This commit is contained in:
parent
0c07dfcba4
commit
e1c8e5bf3b
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=tuxedo-keyboard
|
PACKAGE_NAME=tuxedo-keyboard
|
||||||
PACKAGE_VERSION=3.0.8
|
PACKAGE_VERSION=3.0.9
|
||||||
|
|
||||||
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.8");
|
MODULE_VERSION("3.0.9");
|
||||||
|
|
||||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||||
|
|
||||||
|
|
|
@ -142,6 +142,12 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.9-1
|
||||||
|
- Add IBS15v6 & IBS17v6 new module name to perf. prof workaround
|
||||||
|
- Interface modularization (uw)
|
||||||
|
- Fix Pulse14/15 gen 1 keyboard backlight ctrl dissapearing
|
||||||
|
* Fri Jul 9 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.8-1
|
||||||
|
- Add IBS14v6 to perf. prof workaround
|
||||||
* Thu Jun 24 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.7-1
|
* Thu Jun 24 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.7-1
|
||||||
- Add new Polaris devices gen 2 & gen 3 keyb bl support
|
- Add new Polaris devices gen 2 & gen 3 keyb bl support
|
||||||
- Add Stellaris (gen3) lightbar support
|
- Add Stellaris (gen3) lightbar support
|
||||||
|
|
Loading…
Reference in a new issue