Re: What subsystem group handles hid devices?

"Ricardo B. Marliere" <[email protected]> Tue, 7 May 2024 14:16:51 -0300
Newsgroups gmane.linux.newbie
Message-ID <[email protected]>
On  7 May 12:10, Carson wrote:
> On Monday, May 6, 2024 10:18:15 AM EDT you wrote:
> > Hi Carson,
> > 
> > On  1 May 16:55, Carson wrote:
> > > Hi, I'm looking to write a device driver for a gamecube controller
> > > adapter.
> > > However there are 0 results when i search "hid" or "input" on the mailing
> > > list. Thanks
> > 
> > Use this one: https://lore.kernel.org/linux-input/
> > 
> > > http://vger.kernel.org/vger-lists.html
> > 
> > Also this: https://subspace.kernel.org/lists.linux.dev.html
> > 
> > Best regards,
> > -	Ricardo.
> 
> Thank you! That really helped, I found someone just completed this driver two 
> months ago! However it seems the maintainer has dropped off the face of the 
> earth. What should I do? I'd like to help out the contributor who wrote this 
> driver because I would use it daily. 

First of all, you should "reply to all" recipients when using public
mailing lists so that your message is seen by everyone involved. Only I
received this one.

As for the driver, make sure you're contacting the right person by
checking against the MAINTAINERS file or using the get_maintainer.pl
script (also in the kerner source directory). For contributing, check
here:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#
https://kernelnewbies.org/

Good luck!
-	Ricardo.