mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update version to 2.0.4
This commit is contained in:
parent
acc156357f
commit
609c5f19db
|
@ -3,8 +3,8 @@ Version: x.x.x
|
|||
Section: admin
|
||||
Priority: optional
|
||||
Depends: dkms (>= 1.95)
|
||||
Conflicts: tuxedo-keyboard-dkms (<= 2.0.0), tuxedo-wmi-dkms (<= 1.5.1), tuxedo-xp-xc-touchpad-key-fix, tuxedo-touchpad-fix (<= 1.0.8)
|
||||
Replaces: tuxedo-keyboard-dkms (<= 2.0.0), tuxedo-wmi-dkms (<= 1.5.1), tuxedo-xp-xc-touchpad-key-fix, tuxedo-touchpad-fix (<= 1.0.8)
|
||||
Conflicts: tuxedo-keyboard-dkms (<= 2.0.0), tuxedo-wmi-dkms (<= 1.5.1), tuxedo-xp-xc-touchpad-key-fix, tuxedo-touchpad-fix (<= 1.0.8), tuxedo-xp-xc-airplane-mode-fix (<= 0.6)
|
||||
Replaces: tuxedo-keyboard-dkms (<= 2.0.0), tuxedo-wmi-dkms (<= 1.5.1), tuxedo-xp-xc-touchpad-key-fix, tuxedo-touchpad-fix (<= 1.0.8), tuxedo-xp-xc-airplane-mode-fix (<= 0.6)
|
||||
Maintainer: TUXEDO Computers GmbH <tux@tuxedocomputers.com>
|
||||
Homepage: https://www.tuxedocomputers.com
|
||||
Architecture: all
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=2.0.3
|
||||
PACKAGE_VERSION=2.0.4
|
||||
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("TUXEDO Computers keyboard & keyboard backlight Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("2.0.3");
|
||||
MODULE_VERSION("2.0.4");
|
||||
|
||||
MODULE_ALIAS("wmi:" CLEVO_EVENT_GUID);
|
||||
MODULE_ALIAS("wmi:" CLEVO_GET_GUID);
|
||||
|
|
|
@ -103,6 +103,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 26 2020 C Sandberg <tux@tuxedocomputers.com> 2.0.4-1
|
||||
- Added rfkill key event
|
||||
- Fix volume button events, ignore
|
||||
* Tue May 19 2020 C Sandberg <tux@tuxedocomputers.com> 2.0.3-1
|
||||
- General key event mapping support
|
||||
- Events added for backlight and touchpad
|
||||
|
|
Loading…
Reference in a new issue