On 28/01/2023 21:26, Danny Kaehn wrote: > USB HID core now shares its devicetree of_node with its child HID device. > Since there can only be one HID device on a USB interface, it is redundant > to specify a hid node under the USB device (and further, binding this way > isn't currently possible, as hid_driver does not support of_match_table). > Here and in other patches: Use subject prefixes matching the subsystem (which you can get for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching). Best regards, Krzysztof