platform/x86: Adjust Dell drivers to a personal email address
So that I can always be reached in the future if necessary, add a personal email address. Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Link: https://lore.kernel.org/r/20210401162206.26901-4-mario.limonciello@dell.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Родитель
c28d4f4646
Коммит
1ea602e417
|
@ -26,7 +26,7 @@
|
||||||
#define WMAX_METHOD_DEEP_SLEEP_CONTROL 0x0B
|
#define WMAX_METHOD_DEEP_SLEEP_CONTROL 0x0B
|
||||||
#define WMAX_METHOD_DEEP_SLEEP_STATUS 0x0C
|
#define WMAX_METHOD_DEEP_SLEEP_STATUS 0x0C
|
||||||
|
|
||||||
MODULE_AUTHOR("Mario Limonciello <mario_limonciello@dell.com>");
|
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
|
||||||
MODULE_DESCRIPTION("Alienware special feature control");
|
MODULE_DESCRIPTION("Alienware special feature control");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_ALIAS("wmi:" LEGACY_CONTROL_GUID);
|
MODULE_ALIAS("wmi:" LEGACY_CONTROL_GUID);
|
||||||
|
|
|
@ -647,6 +647,6 @@ module_exit(dell_smbios_exit);
|
||||||
MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
|
MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
|
||||||
MODULE_AUTHOR("Gabriele Mazzotta <gabriele.mzt@gmail.com>");
|
MODULE_AUTHOR("Gabriele Mazzotta <gabriele.mzt@gmail.com>");
|
||||||
MODULE_AUTHOR("Pali Rohár <pali@kernel.org>");
|
MODULE_AUTHOR("Pali Rohár <pali@kernel.org>");
|
||||||
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
|
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
|
||||||
MODULE_DESCRIPTION("Common functions for kernel modules using Dell SMBIOS");
|
MODULE_DESCRIPTION("Common functions for kernel modules using Dell SMBIOS");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -200,6 +200,6 @@ static struct wmi_driver dell_wmi_descriptor_driver = {
|
||||||
module_wmi_driver(dell_wmi_descriptor_driver);
|
module_wmi_driver(dell_wmi_descriptor_driver);
|
||||||
|
|
||||||
MODULE_DEVICE_TABLE(wmi, dell_wmi_descriptor_id_table);
|
MODULE_DEVICE_TABLE(wmi, dell_wmi_descriptor_id_table);
|
||||||
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
|
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
|
||||||
MODULE_DESCRIPTION("Dell WMI descriptor driver");
|
MODULE_DESCRIPTION("Dell WMI descriptor driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -628,7 +628,7 @@ static void __exit sysman_exit(void)
|
||||||
module_init(sysman_init);
|
module_init(sysman_init);
|
||||||
module_exit(sysman_exit);
|
module_exit(sysman_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
|
MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
|
||||||
MODULE_AUTHOR("Prasanth Ksr <prasanth.ksr@dell.com>");
|
MODULE_AUTHOR("Prasanth Ksr <prasanth.ksr@dell.com>");
|
||||||
MODULE_AUTHOR("Divya Bharathi <divya.bharathi@dell.com>");
|
MODULE_AUTHOR("Divya Bharathi <divya.bharathi@dell.com>");
|
||||||
MODULE_DESCRIPTION("Dell platform setting control interface");
|
MODULE_DESCRIPTION("Dell platform setting control interface");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче