[SeaBIOS] Re: [PATCH 8/9] acpi: skip kbd init if not present

2020-04-08 Thread Gerd Hoffmann
On Mon, Apr 06, 2020 at 07:26:07PM -0400, Kevin O'Connor wrote: > On Fri, Apr 03, 2020 at 10:31:20AM +0200, Gerd Hoffmann wrote: > > Don't initialize the ps/2 keyboard in case the device is not > > listed in the ACPi DSDT table. > > > > Signed-off-by: Gerd Hoffmann > > --- > > src/hw/ps2port.c

[SeaBIOS] Re: [PATCH 8/9] acpi: skip kbd init if not present

2020-04-06 Thread Kevin O'Connor
On Fri, Apr 03, 2020 at 10:31:20AM +0200, Gerd Hoffmann wrote: > Don't initialize the ps/2 keyboard in case the device is not > listed in the ACPi DSDT table. > > Signed-off-by: Gerd Hoffmann > --- > src/hw/ps2port.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/hw/ps2port.c