From 93cde7c2e695ba0fdc120fa85b616babb74f31a0 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 21 Aug 2021 14:46:25 +0000 Subject: [PATCH] octeon has no wskbd, so ucc cannot link. the files.usb parts should have handled this, but they don't. disable until this is revisited. --- sys/arch/octeon/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index e66788dcdc7..279fd6dd883 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.59 2021/08/20 05:23:19 anton Exp $ +# $OpenBSD: GENERIC,v 1.60 2021/08/21 14:46:25 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -156,8 +156,8 @@ uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART ucom* at uslhcom? uhid* at uhidev? # USB generic HID support fido* at uhidev? # FIDO/U2F security key support -ucc* at uhidev? # Consumer Control keyboards -wskbd* at ucc? mux 1 +#ucc* at uhidev? # Consumer Control keyboards +#wskbd* at ucc? mux 1 ujoy* at uhidev? # USB joystick/gamecontroller support uhidpp* at uhidev? # Logitech HID++ Devices upd* at uhidev? # USB Power Devices sensors -- 2.20.1