mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 3.2.7 + changelog
This commit is contained in:
parent
d86df4196f
commit
31a25e2e37
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=3.2.6
|
||||
PACKAGE_VERSION=3.2.7
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -203,7 +203,7 @@ module_acpi_driver(clevo_acpi_driver);
|
|||
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("Driver for Clevo ACPI interface");
|
||||
MODULE_VERSION("0.1.0");
|
||||
MODULE_VERSION("0.1.1");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_DEVICE_TABLE(acpi, clevo_acpi_device_ids);
|
||||
|
|
|
@ -166,7 +166,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.1.0");
|
||||
MODULE_VERSION("0.1.1");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_DEVICE_TABLE(wmi, clevo_wmi_device_ids);
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
MODULE_DESCRIPTION("Hardware interface for TUXEDO laptops");
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_VERSION("0.3.5");
|
||||
MODULE_VERSION("0.3.6");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_ALIAS_CLEVO_INTERFACES();
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("3.2.6");
|
||||
MODULE_VERSION("3.2.7");
|
||||
|
||||
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);
|
||||
|
||||
|
|
|
@ -142,6 +142,11 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.7-1
|
||||
- Fix for certain white kbd bl identification on boot (XA15)
|
||||
- General white-only kbd bl rework to use firmware set on Fn+brightness
|
||||
switch
|
||||
- Kernel 6.4 build compatibility fix
|
||||
* Tue Jun 13 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.6-1
|
||||
- Fallback ROM ID set quirk support
|
||||
* Mon May 19 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.5-1
|
||||
|
|
Loading…
Reference in a new issue