Message ID | 20250125125439.1428460-12-tomasz.pakula.oficjalny@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | HID: Upgrade the generic pidff driver and add hid-universal-pidff | expand |
On 1/25/25 3:54 PM, Tomasz Pakuła wrote: > Add the MAINTAINERS entries for the driver > > Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0fa7c5728f1e..c416ba133ea5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10209,6 +10209,13 @@ F: drivers/hid/hid-sensor-* > F: drivers/iio/*/hid-* > F: include/linux/hid-sensor-* > > +HID UNIVERSAL PIDFF DRIVER > +M: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> > +L: linux-input@vger.kernel.org > +S: Maintained > +B: https://github.com/Lawstorant/linux/issues This one should be indented with a tab like the others, no? > +F: drivers/hid/hid-universal-pidff.c > + > HID VRC-2 CAR CONTROLLER DRIVER > M: Marcus Folkesson <marcus.folkesson@gmail.com> > L: linux-input@vger.kernel.org MBR, Sergey
diff --git a/MAINTAINERS b/MAINTAINERS index 0fa7c5728f1e..c416ba133ea5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10209,6 +10209,13 @@ F: drivers/hid/hid-sensor-* F: drivers/iio/*/hid-* F: include/linux/hid-sensor-* +HID UNIVERSAL PIDFF DRIVER +M: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> +L: linux-input@vger.kernel.org +S: Maintained +B: https://github.com/Lawstorant/linux/issues +F: drivers/hid/hid-universal-pidff.c + HID VRC-2 CAR CONTROLLER DRIVER M: Marcus Folkesson <marcus.folkesson@gmail.com> L: linux-input@vger.kernel.org
Add the MAINTAINERS entries for the driver Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)