On 2021/02/14 15:22, Marcus Glocker wrote: > Unfortunately I'm seeing more and more USB device breakages reported > the last few days related to the USB data toggle fix which we did > commit 2-3 weeks ago.
Do you think this could this be implicated in a keyboard with 'stuck' keys i.e. keep repeating? I've hit it a few times recently, but didn't look that far back. (Nothing amiss in logs when it happens). > +/* > + * Workaround for OpenBSD <=6.6-current (as of 201910) bug that loses > + * sync of DATA0/DATA1 sequence bit across uhid open/close. > + * Send pings until we get a response - early pings with incorrect > + * sequence bits will be ignored as duplicate packets by the device. > + */ > +static int > +terrible_ping_kludge(struct hid_openbsd *ctx) it will need to be put back in chromium too (and port revision will need to be bumped)