Skip to content

Commit b413c59

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent cbe5b6b commit b413c59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/hid/hid-ite.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ static struct hid_driver ite_driver = {
135135
};
136136
module_hid_driver(ite_driver);
137137

138+
MODULE_AUTHOR("Hans de Goede <[email protected]>");
138139
MODULE_LICENSE("GPL");

drivers/hid/hid-lg-g15.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,4 +952,5 @@ static struct hid_driver lg_g15_driver = {
952952
};
953953
module_hid_driver(lg_g15_driver);
954954

955+
MODULE_AUTHOR("Hans de Goede <[email protected]>");
955956
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)