Kernel Newbies archive mirror
 help / color / mirror / Atom feed
From: Kirill Yatsenko <kirill31051997f@gmail.com>
To: kernelnewbies@kernelnewbies.org
Subject: Generic USB LED HID driver
Date: Fri, 19 Jan 2024 11:21:51 +0100	[thread overview]
Message-ID: <CA+rTsQ5KnowUONBX9fDDZKmceMBdK9G32SPXhBnHs_mDab2rqw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 639 bytes --]

Hello,

I'm trying to find the Linux kernel driver in the tree that implements the
HID LED usage table.
The only driver that I've found is the hid-led.c. However, it seems to
support only specific devices.

The device with which I'm trying to interface is the custom-made board with
atxmega and some LEDS connected to it.
Currently, the communication is done through the vendor-specific HID
protocol.
The custom USB HID kernel module is implemented to communicate with the
device.

The idea is to move away from the custom protocol to the generic
implementation so that the custom kernel
module can dropped.

Best regards,
Kirill Yatsenko

[-- Attachment #1.2: Type: text/html, Size: 825 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

             reply	other threads:[~2024-01-19 10:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19 10:21 Kirill Yatsenko [this message]
2024-01-19 11:17 ` Generic USB LED HID driver Greg KH
2024-01-19 11:45   ` Kirill Yatsenko
2024-01-19 12:07     ` Greg KH
2024-01-19 12:40       ` Kirill Yatsenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+rTsQ5KnowUONBX9fDDZKmceMBdK9G32SPXhBnHs_mDab2rqw@mail.gmail.com \
    --to=kirill31051997f@gmail.com \
    --cc=kernelnewbies@kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).