Signed-off-by: Bastien Nocera <hadess@xxxxxxxxxx> --- drivers/hid/hid-logitech-hidpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index ef497a82fe4e..fa0c8d1a89e3 100644 --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c @@ -30,6 +30,7 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Benjamin Tissoires <benjamin.tissoires@xxxxxxxxx>"); MODULE_AUTHOR("Nestor Lopez Casado <nlopezcasad@xxxxxxxxxxxx>"); +MODULE_AUTHOR("Bastien Nocera <hadess@xxxxxxxxxx>"); static bool disable_tap_to_click; module_param(disable_tap_to_click, bool, 0644); -- 2.39.1