[PATCH] usb: kbd: Also accept keyboards with Interrupt OUT endpoint

2021-02-20 Thread Stefan Brüns
The OUT endpoint can just be ignored as it is not used, just as the corresponding Set_Report request for IN-only interfaces. E.g. the Linux gadget hid keyboard also provides an interrupt endpoint. Also cleanup confusing debug messages like "found set protocol", which is printed when a keyboard dev

Re: [PATCH] usb: kbd: Also accept keyboards with Interrupt OUT endpoint

2021-02-20 Thread Marek Vasut
On 2/20/21 5:26 PM, Stefan Brüns wrote: The OUT endpoint can just be ignored as it is not used, just as the corresponding Set_Report request for IN-only interfaces. E.g. the Linux gadget hid keyboard also provides an interrupt endpoint. Also cleanup confusing debug messages like "found set proto