diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-08-22 06:26:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-08-22 06:26:29 +0000 |
commit | cd836f9ac44273841ca4ff2d2d3f1fd174fa4fc9 (patch) | |
tree | 6429badf1466cb27ff8c4677c4c83a4a10dac2f2 /sys/arch/landisk | |
parent | ec2fd8915b25a6b193340ed00b395bd2307dfba2 (diff) |
ucc also fails to work here, because there is no wskbd_rawinput
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 01a5ef1d209..f562c23ecbb 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 2021/08/20 05:23:18 anton Exp $ +# $OpenBSD: GENERIC,v 1.59 2021/08/22 06:26:28 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -137,8 +137,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 |