From: mglocker Date: Sun, 18 Dec 2022 10:00:53 +0000 (+0000) Subject: Disable the keyboard on the Samsung Galaxy Book Go until we can fix the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc6498d505455e09c4fcde5a4b78922cdf5a7271;p=openbsd Disable the keyboard on the Samsung Galaxy Book Go until we can fix the resulting interrupt storm. It's causing bad system performance, and breaks the installer. --- diff --git a/sys/dev/acpi/qcgpio.c b/sys/dev/acpi/qcgpio.c index d32005b7877..dc62f960095 100644 --- a/sys/dev/acpi/qcgpio.c +++ b/sys/dev/acpi/qcgpio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qcgpio.c,v 1.7 2022/11/06 15:33:58 patrick Exp $ */ +/* $OpenBSD: qcgpio.c,v 1.8 2022/12/18 10:00:53 mglocker Exp $ */ /* * Copyright (c) 2022 Mark Kettenis * @@ -186,10 +186,13 @@ qcgpio_sc7180_pin_map(int pin, bus_size_t *off) case 30: *off = QCGPIO_SC7180_SOUTH; return 30; +#if 0 + /* XXX: Disable until we can fix the interrupt storm. */ case 32: case 0x140: *off = QCGPIO_SC7180_NORTH; return 32; +#endif case 33: case 0x180: *off = QCGPIO_SC7180_NORTH;