Re: [PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys

2023-10-29 Thread Neal Gompa
On Sun, Oct 29, 2023 at 3:09 AM Hector Martin wrote: > > This mini series fixes one bug, but in the process makes YubiKeys work, > which then regresses people who have one *and* a USB keyboard, since we > only support a single keyboard device. > > Therefore patch #1 makes U-Boot ignore YubiKeys,

[PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys

2023-10-29 Thread Hector Martin
This mini series fixes one bug, but in the process makes YubiKeys work, which then regresses people who have one *and* a USB keyboard, since we only support a single keyboard device. Therefore patch #1 makes U-Boot ignore YubiKeys, so #2 does not regress things. Signed-off-by: Hector Martin ---