Skip to content

Commit 1b136ae

Browse files
hadessbentiss
authored andcommitted
HID: logitech-hidpp: Add myself to authors
As discussed with HID maintainer Benjamin Tissoires, add myself to the authors list and MAINTAINERS file. Signed-off-by: Bastien Nocera <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 586e8fe commit 1b136ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9210,6 +9210,13 @@ L: [email protected]
92109210
S: Maintained
92119211
F: drivers/hid/hid-logitech-*
92129212

9213+
HID++ LOGITECH DRIVERS
9214+
R: Filipe Laíns <[email protected]>
9215+
R: Bastien Nocera <[email protected]>
9216+
9217+
S: Maintained
9218+
F: drivers/hid/hid-logitech-hidpp.c
9219+
92139220
HID PLAYSTATION DRIVER
92149221
M: Roderick Colenbrander <[email protected]>
92159222

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
MODULE_LICENSE("GPL");
3131
MODULE_AUTHOR("Benjamin Tissoires <[email protected]>");
3232
MODULE_AUTHOR("Nestor Lopez Casado <[email protected]>");
33+
MODULE_AUTHOR("Bastien Nocera <[email protected]>");
3334

3435
static bool disable_tap_to_click;
3536
module_param(disable_tap_to_click, bool, 0644);

0 commit comments

Comments
 (0)