usbhid.quirks in uboot only uses one quirk
Posted: Tue Sep 08, 2020 6:57 pm
I have two different controllers, each requiring a usbhid.quirk. I've added both in a single line to u-boot.txt as prescribed but only the second one is used. I've tried switching them and get the same result where one controller works fully and the other only partially.
The two controllers in question are:
F000:0003
F000:00F1
Is it possible to have two different quirks going at the same time? Also, what is the third hex parameter in usbhid.quirks=[vendor id]:[device id]:[what is this parameter?] Thanks.
The two controllers in question are:
F000:0003
F000:00F1
Is it possible to have two different quirks going at the same time? Also, what is the third hex parameter in usbhid.quirks=[vendor id]:[device id]:[what is this parameter?] Thanks.