mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.0.1
- tuxedo_io to 0.2.1 - changelogs
This commit is contained in:
parent
cb4bf91341
commit
4f763e9e74
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.0.0
|
||||
PACKAGE_VERSION=3.0.1
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_VERSION("0.2.0");
|
||||
MODULE_VERSION("0.2.1");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_ALIAS_CLEVO_INTERFACES();
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("3.0.0");
|
||||
MODULE_VERSION("3.0.1");
|
||||
|
||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_0);
|
||||
MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_1);
|
||||
|
|
|
@ -140,6 +140,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 21 2020 C Sandberg <tux@tuxedocomputers.com> 3.0.1-1
|
||||
- Added device support (Trinity)
|
||||
- Fixed uw fan ramp up issues to some extent (workaround)
|
||||
* Wed Dec 9 2020 C Sandberg <tux@tuxedocomputers.com> 3.0.0-1
|
||||
- Changed structure of clevo interfaces
|
||||
- Added separate clevo-wmi module with existing functionality
|
||||
|
|
Loading…
Reference in a new issue