Re: [PATCH RFC 2/3] rust: hid: USB Monitor Control Class driver

From: Miguel Ojeda
Date: Fri Mar 14 2025 - 10:41:26 EST


On Thu, Mar 13, 2025 at 5:58 PM Benjamin Tissoires <bentiss@xxxxxxxxxx> wrote:
>
> skeletons are good for documentation, but not really for code review as
> they can not compile.
>
> You should make this patch part of a documentation in
> Documentation/hid/, and squash it with the next one (having a minimal
> full driver instead of skeleton+fill in the voids).

It could be part of the documentation of the `module_hid_driver!` for
instance, like we have done for other of those macros.

(In general, we try to use `Documentation/` for things that do not fit
as documentation for any of the code "items".)

Cheers,
Miguel