On 3/17/24 12:07 PM, Janne Grunau via B4 Relay wrote:
From: Janne Grunau <[email protected]>
Apple USB keyboards (Magic Keyboard from 2021 (product id 0x029c)) carry
the HID keyboard boot protocol on the second interface descriptor.
Probe via vendor and product IDs since the class/subclass/protocol match
uses the first interface descriptor.
Probe the two first interface descriptors for the HID keyboard boot
protocol.
USB configuration descriptor for reference:
Reviewed-by: Marek Vasut <[email protected]>
Thank you for the detailed commit message, that is real helpful !