summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-hidpp.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-02-09 16:49:16 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-15 11:43:48 +0100
commit1b136aeb3c4a122fcca014db09c4db9766403c86 (patch)
treebdacc042b86a59cbed696d51632ce55a4424ff61 /drivers/hid/hid-logitech-hidpp.c
parent586e8fede7953b1695b5ccc6112eff9b052e79ac (diff)
downloadlinux-1b136aeb3c4a122fcca014db09c4db9766403c86.tar.gz
linux-1b136aeb3c4a122fcca014db09c4db9766403c86.tar.bz2
linux-1b136aeb3c4a122fcca014db09c4db9766403c86.zip
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 <hadess@hadess.net> Link: https://lore.kernel.org/r/20230209154916.462158-2-hadess@hadess.net Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/hid-logitech-hidpp.c')
-rw-r--r--drivers/hid/hid-logitech-hidpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c
index 845920465d83..173c3b4988c4 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@gmail.com>");
MODULE_AUTHOR("Nestor Lopez Casado <nlopezcasad@logitech.com>");
+MODULE_AUTHOR("Bastien Nocera <hadess@hadess.net>");
static bool disable_tap_to_click;
module_param(disable_tap_to_click, bool, 0644);