mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.0.5 + changelog
This commit is contained in:
parent
5ff4174be9
commit
8a965edb33
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=tuxedo-keyboard
|
PACKAGE_NAME=tuxedo-keyboard
|
||||||
PACKAGE_VERSION=3.0.4
|
PACKAGE_VERSION=3.0.5
|
||||||
|
|
||||||
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.4");
|
MODULE_VERSION("3.0.5");
|
||||||
|
|
||||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_0);
|
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_0);
|
||||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_1);
|
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_1);
|
||||||
|
|
|
@ -140,6 +140,11 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 23 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.5-1
|
||||||
|
- Add NS50MU to perf. profile workaround
|
||||||
|
- Add EDUBOOK1502 to perf. profile workaround
|
||||||
|
- Add XP gen 11 & 12 to perf. profile workaround
|
||||||
|
- Clean-up cl driver state init (should fix some init color issues)
|
||||||
* Fri Mar 19 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.4-1
|
* Fri Mar 19 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.4-1
|
||||||
- Fixed various possible race conditions on driver init
|
- Fixed various possible race conditions on driver init
|
||||||
- Added IBS14v5 to perf. profile workaround
|
- Added IBS14v5 to perf. profile workaround
|
||||||
|
|
Loading…
Reference in a new issue