* Directory category for accessory drivers
@ 2020-11-03 21:41 Amy Parker
2020-11-06 14:39 ` Jonathan Neuschäfer
0 siblings, 1 reply; 2+ messages in thread
From: Amy Parker @ 2020-11-03 21:41 UTC (permalink / raw)
To: linux-kernel
I'm currently working on improving some accessory drivers to hopefully
submit to a future kernel tree. The drivers are assorted for headphones,
mice, keyboards, and other assorted accessories. Which driver category
or folder would this fall under, or would they require their own new folder
on the drivers/ folder level? If such is the case, what should said folder
be entitled?
Best regards,
Amy Parker
Please refer to me using singular they/them/theirs pronouns.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Directory category for accessory drivers
2020-11-03 21:41 Directory category for accessory drivers Amy Parker
@ 2020-11-06 14:39 ` Jonathan Neuschäfer
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-11-06 14:39 UTC (permalink / raw)
To: Amy Parker; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]
Hi,
On Tue, Nov 03, 2020 at 01:41:59PM -0800, Amy Parker wrote:
> I'm currently working on improving some accessory drivers to hopefully
> submit to a future kernel tree. The drivers are assorted for headphones,
> mice, keyboards, and other assorted accessories. Which driver category
> or folder would this fall under, or would they require their own new folder
> on the drivers/ folder level? If such is the case, what should said folder
> be entitled?
Drivers are more or less organized by functionality. Keyboard and mouse
drivers are generally in drivers/input, but also in drivers/hid, if the
device follows the HID protocol. Headphone drivers - I'm not sure, it
depends on what kind of input and output the headphone does.
As far as I'm aware there's not really a subsystem or directory for all
accessories, because they can have vastly different functionality.
I hope this helps,
Jonathan Neuschäfer
>
> Best regards,
> Amy Parker
> Please refer to me using singular they/them/theirs pronouns.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-06 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 21:41 Directory category for accessory drivers Amy Parker
2020-11-06 14:39 ` Jonathan Neuschäfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox