mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Text and description updates
This commit is contained in:
parent
b5e3c8709f
commit
40d964fa1c
|
@ -8,5 +8,5 @@ Replaces: tuxedo-keyboard-dkms (<= 2.0.0), tuxedo-wmi-dkms (<= 1.5.1)
|
|||
Maintainer: TUXEDO Computers GmbH <tux@tuxedocomputers.com>
|
||||
Homepage: https://www.tuxedocomputers.com
|
||||
Architecture: all
|
||||
Description: Driver for back lit keyboards on TUXEDO notebooks.
|
||||
Description: Keyboard & Backlight driver for TUXEDO notebooks.
|
||||
Meant for DKMS framework.
|
||||
|
|
|
@ -33,8 +33,7 @@
|
|||
#define CLEVO_EMAIL_GUID "ABBC0F6C-8EA1-11D1-00A0-C90629100000"
|
||||
#define CLEVO_GET_GUID "ABBC0F6D-8EA1-11D1-00A0-C90629100000"
|
||||
|
||||
MODULE_AUTHOR
|
||||
("Christian Loritz / TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_AUTHOR("TUXEDO Computers GmbH <tux@tuxedocomputers.com>");
|
||||
MODULE_DESCRIPTION("TUXEDO Computers Keyboard & Backlight Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("2.0.2");
|
||||
|
@ -114,6 +113,7 @@ static const struct key_entry clevo_wmi_keymap[] = {
|
|||
//{ KE_KEY, WMI_KEYEVENT_CODE_TOUCHPAD_OFF, { KEY_TOUCHPAD_OFF } },
|
||||
//{ KE_KEY, WMI_KEYEVENT_CODE_TOUCHPAD_ON, { KEY_TOUCHPAD_ON } },
|
||||
//{ KE_KEY, WMI_KEYEVENT_CODE_TOUCHPAD_TOGGLE, { KEY_TOUCHPAD_TOGGLE } },
|
||||
|
||||
{ KE_END, 0 }
|
||||
};
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
|
||||
Summary: Kernel module for back-lit keyboard
|
||||
Summary: Kernel module for TUXEDO keyboards
|
||||
Name: %{module}
|
||||
Version: x.x.x
|
||||
Release: x
|
||||
|
@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}
|
|||
Packager: Tomte <tux@tuxedocomputers.com>
|
||||
|
||||
%description
|
||||
Driver for back-lit keyboards on TUXEDO notebooks meant for DKMS framework.
|
||||
Keyboard & Backlight driver for TUXEDO notebooks meant for DKMS framework.
|
||||
|
||||
%prep
|
||||
%setup -n %{module}-%{version} -q
|
||||
|
|
Loading…
Reference in a new issue