Message ID | 20230206221256.129198-3-hadess@hadess.net (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Jiri Kosina |
Headers | show |
Series | [v2,1/3] HID: logitech-hidpp: Add more debug statements | expand |
On Feb 06 2023, Bastien Nocera wrote: > Signed-off-by: Bastien Nocera <hadess@hadess.net> > --- > > Same as v1 > > 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 9e94026de437..03b77ca03081 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>"); Just FTR, I have asked Bastien to set himself as an author given all of the work he has been doing on this and to have one more person to be the go-to person from folks having an issue. And Bastien, would you mind adding yourself to the MAINTAINERS file too? This way you'll get Cc-ed when people submit patches. Cheers, Benjamin > > static bool disable_tap_to_click; > module_param(disable_tap_to_click, bool, 0644); > -- > 2.39.1 >
On Thu, 2023-02-09 at 15:53 +0100, Benjamin Tissoires wrote: > On Feb 06 2023, Bastien Nocera wrote: > > Signed-off-by: Bastien Nocera <hadess@hadess.net> > > --- > > > > Same as v1 > > > > 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 9e94026de437..03b77ca03081 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>"); > > Just FTR, I have asked Bastien to set himself as an author given all > of > the work he has been doing on this and to have one more person to be > the > go-to person from folks having an issue. > > And Bastien, would you mind adding yourself to the MAINTAINERS file > too? > This way you'll get Cc-ed when people submit patches. Done in v3 specifically for the hidpp file.
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 9e94026de437..03b77ca03081 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);
Signed-off-by: Bastien Nocera <hadess@hadess.net> --- Same as v1 drivers/hid/hid-logitech-hidpp.c | 1 + 1 file changed, 1 insertion(+)