diff --git a/deb/module-name/usr/share/doc/module-name/changelog.gz b/deb/module-name/usr/share/doc/module-name/changelog.gz index 071a957..a74fca5 100644 Binary files a/deb/module-name/usr/share/doc/module-name/changelog.gz and b/deb/module-name/usr/share/doc/module-name/changelog.gz differ diff --git a/dkms.conf b/dkms.conf index 525d9db..ee10dbf 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME=tuxedo-keyboard -PACKAGE_VERSION=3.0.3 +PACKAGE_VERSION=3.0.4 DEST_MODULE_LOCATION[0]="/kernel/lib/" BUILT_MODULE_NAME[0]="tuxedo_keyboard" diff --git a/src/tuxedo_keyboard.c b/src/tuxedo_keyboard.c index fcd5f8d..e05b167 100644 --- a/src/tuxedo_keyboard.c +++ b/src/tuxedo_keyboard.c @@ -26,7 +26,7 @@ MODULE_AUTHOR("TUXEDO Computers GmbH "); MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver"); MODULE_LICENSE("GPL"); -MODULE_VERSION("3.0.3"); +MODULE_VERSION("3.0.4"); MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_0); MODULE_ALIAS("wmi:" UNIWILL_WMI_EVENT_GUID_1); diff --git a/src_pkg/rpm_pkg.spec b/src_pkg/rpm_pkg.spec index 37839db..db1abe4 100644 --- a/src_pkg/rpm_pkg.spec +++ b/src_pkg/rpm_pkg.spec @@ -140,6 +140,12 @@ exit 0 %changelog +* Fri Mar 19 2021 C Sandberg 3.0.4-1 +- Fixed various possible race conditions on driver init +- Added IBS14v5 to perf. profile workaround +- Added new Aura board name to perf. profile workaround +- Fixed non-initialized firmware fan curve for silent mode (UW) +- Changed default perf. profile to balanced (UW) * Fri Mar 5 2021 C Sandberg 3.0.3-1 - Added XP14 to perf. profile workaround * Fri Jan 29 2021 C Sandberg 3.0.2-1