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

2025-03-15 Thread Rahul Rameshbabu
On Fri, 14 Mar, 2025 15:41:02 +0100 "Miguel Ojeda" wrote: > On Thu, Mar 13, 2025 at 5:58 PM Benjamin Tissoires 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 >> Documentatio

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

2025-03-14 Thread Miguel Ojeda
On Thu, Mar 13, 2025 at 5:58 PM Benjamin Tissoires 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 dri

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

2025-03-13 Thread Benjamin Tissoires
On Mar 13 2025, Rahul Rameshbabu wrote: > This code will eventually contain the logic needed to drive the backlight > of displays that implement the USB Monitor Control Class specification. > Examples include the Apple Studio Display and Apple Pro Display XDR > monitors. USB Monitor Control Class e

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

2025-03-13 Thread Rahul Rameshbabu
This code will eventually contain the logic needed to drive the backlight of displays that implement the USB Monitor Control Class specification. Examples include the Apple Studio Display and Apple Pro Display XDR monitors. USB Monitor Control Class encompasses more than just backlight control, so