[SeaBIOS] Re: [SEABIOS] [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor

2020-09-03 Thread Matt DeVillier
On Thu, Sep 3, 2020 at 7:28 PM Kevin O'Connor wrote: > > On Tue, Sep 01, 2020 at 01:31:18AM -0500, Matt DeVillier wrote: > > From 9e408a5441330b120a477324c017c0525cb5b365 Mon Sep 17 00:00:00 2001 > > From: Matt DeVillier > > Date: Tue, 1 Sep 2020 01:21:23 -0500 > > Subject: [PATCH] usb-hid: Fix

[SeaBIOS] Re: [SEABIOS] [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor

2020-09-03 Thread Kevin O'Connor
On Tue, Sep 01, 2020 at 01:31:18AM -0500, Matt DeVillier wrote: > From 9e408a5441330b120a477324c017c0525cb5b365 Mon Sep 17 00:00:00 2001 > From: Matt DeVillier > Date: Tue, 1 Sep 2020 01:21:23 -0500 > Subject: [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor > > A fair

[SeaBIOS] Re: [SEABIOS] [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor

2020-09-03 Thread Kevin O'Connor
On Thu, Sep 03, 2020 at 10:32:24PM -0400, Kevin O'Connor wrote: > On Thu, Sep 03, 2020 at 09:03:50PM -0500, Matt DeVillier wrote: > > On Thu, Sep 3, 2020 at 7:28 PM Kevin O'Connor wrote: > > > If we're going to support multiple interfaces, I think it would be > > > preferable to expand the loop

[SeaBIOS] Re: [SEABIOS] [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor

2020-09-03 Thread Kevin O'Connor
On Thu, Sep 03, 2020 at 09:03:50PM -0500, Matt DeVillier wrote: > On Thu, Sep 3, 2020 at 7:28 PM Kevin O'Connor wrote: > > If we're going to support multiple interfaces, I think it would be > > preferable to expand the loop so that it also works for MASS_STORAGE > > and HUB devices. > > > > Also,

[SeaBIOS] Re: [SEABIOS] [PATCH] usb-hid: Fix keyboards using non-primary interface descriptor

2020-09-03 Thread Kevin O'Connor
On Thu, Sep 03, 2020 at 10:32:24PM -0400, Kevin O'Connor wrote: > On Thu, Sep 03, 2020 at 09:03:50PM -0500, Matt DeVillier wrote: > > On Thu, Sep 3, 2020 at 7:28 PM Kevin O'Connor wrote: > > > If we're going to support multiple interfaces, I think it would be > > > preferable to expand the loop