mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.2.5 + changelog
This commit is contained in:
parent
61928db993
commit
08502a6904
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=tuxedo-keyboard
|
PACKAGE_NAME=tuxedo-keyboard
|
||||||
PACKAGE_VERSION=3.2.3
|
PACKAGE_VERSION=3.2.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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Copyright (c) 2019-2022 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
|
* Copyright (c) 2019-2023 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
|
||||||
*
|
*
|
||||||
* This file is part of tuxedo-io.
|
* This file is part of tuxedo-io.
|
||||||
*
|
*
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
||||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||||
MODULE_VERSION("0.3.4");
|
MODULE_VERSION("0.3.5");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
MODULE_ALIAS_CLEVO_INTERFACES();
|
MODULE_ALIAS_CLEVO_INTERFACES();
|
||||||
|
|
|
@ -29,7 +29,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.2.3");
|
MODULE_VERSION("3.2.5");
|
||||||
|
|
||||||
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 May 19 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.5-1
|
||||||
|
- IBP Gen8 keyboard backlight support
|
||||||
|
- IBP Gen8 TDP support
|
||||||
|
- Color scaling for certain one-zone RGB keyboards
|
||||||
|
- Fix for certain white kbd bl devices (like Pulse) not setting brightness
|
||||||
|
to zero on init
|
||||||
* Thu Apr 20 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.3-1
|
* Thu Apr 20 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.3-1
|
||||||
- Fix missing state write on resume for some devices which woke up with "default blue" keyboard backlight
|
- Fix missing state write on resume for some devices which woke up with "default blue" keyboard backlight
|
||||||
- Add TDP device definitions for Stellaris Intel Gen5
|
- Add TDP device definitions for Stellaris Intel Gen5
|
||||||
|
|
Loading…
Reference in a new issue