mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.0.7 + changelog
- tuxedo-io to 0.2.4 - clevo-wmi to 0.0.3
This commit is contained in:
parent
0c929206bd
commit
aae9f01feb
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.0.6
|
||||
PACKAGE_VERSION=3.0.7
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -160,7 +160,7 @@ module_wmi_driver(clevo_wmi_driver);
|
|||
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("Driver for Clevo WMI interface");
|
||||
MODULE_VERSION("0.0.2");
|
||||
MODULE_VERSION("0.0.3");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_DEVICE_TABLE(wmi, clevo_wmi_device_ids);
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_VERSION("0.2.3");
|
||||
MODULE_VERSION("0.2.4");
|
||||
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.0.6");
|
||||
MODULE_VERSION("3.0.7");
|
||||
|
||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_0);
|
||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_1);
|
||||
|
|
|
@ -140,6 +140,11 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* 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 Stellaris (gen3) lightbar support
|
||||
- Fix kernel 5.13 build issue (from github BlackIkeEagle)
|
||||
- Add another Fusion lightbar ID (from github ArlindoFNeto)
|
||||
* Mon Jun 07 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.6-1
|
||||
- Add tuxedo-io performance profile set (cl)
|
||||
* Fri Apr 23 2021 C Sandberg <tux@tuxedocomputers.com> 3.0.5-1
|
||||
|
|
Loading…
Reference in a new issue