Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HID: lg-g15 + ite: Add MODULE_AUTHOR

I noticed that the 2 HID drivers which I've written and maintain were
missing a MODULE_AUTHOR tag, add this so that people can easily figure
out who to email with questions.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Hans de Goede and committed by
Jiri Kosina
b413c59e cbe5b6b6

+2
+1
drivers/hid/hid-ite.c
··· 135 135 }; 136 136 module_hid_driver(ite_driver); 137 137 138 + MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); 138 139 MODULE_LICENSE("GPL");
+1
drivers/hid/hid-lg-g15.c
··· 952 952 }; 953 953 module_hid_driver(lg_g15_driver); 954 954 955 + MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); 955 956 MODULE_LICENSE("GPL");