[PATCH v2 1/1] usb_kbd: remove match string

Marek Vasut marek.vasut at mailbox.org
Fri Jan 2 20:32:27 CET 2026


On 1/2/26 3:47 PM, Heinrich Schuchardt wrote:
> U-Boot has added a compatible match string "usb-keyboard" to bind the
> USB keyboard driver. But this compatible string is neither used in U-Boot
> nor defined in Linux.
> 
> USB keyboards are identified via a USB interface descriptor or via USB
> vendor and product IDs both in U-Boot and in Linux.
It is always the USB descriptor which indicates it is a HID / keyboard 
device, the VID/PID is used for quirks only.


More information about the U-Boot mailing list