Update version to 3.2.0 + changelog

This commit is contained in:
Christoffer Sandberg 2023-03-22 08:34:11 +00:00
parent e329f3ecfe
commit 4749901db2
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D
4 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
PACKAGE_NAME=tuxedo-keyboard
PACKAGE_VERSION=3.1.4
PACKAGE_VERSION=3.2.0
DEST_MODULE_LOCATION[0]="/kernel/lib/"
BUILT_MODULE_NAME[0]="tuxedo_keyboard"

View file

@ -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.1.4");
MODULE_VERSION("3.2.0");
static DEFINE_MUTEX(tuxedo_keyboard_init_driver_lock);

View file

@ -142,6 +142,10 @@ exit 0
%changelog
* Wed Mar 22 2023 C Sandberg <tux@tuxedocomputers.com> 3.2.0-1
- KBD BL: Interface rewrite, now generally exported through /sys/class/leds :kbd_backlight
- KBD BL: New interface impl. for white backlight keyboards (also :kbd_backlight)
- Note: Old interface is hereby deprecated (and removed)
* Fri Feb 17 2023 C Sandberg <tux@tuxedocomputers.com> 3.1.4-1
- Fix upcoming 6.2 kernel build issue (from github Buddy-Matt)
- Re-write last set charging priority on barrel plug connect