Subject: Re: wsconsctl not working on NetBSD-current?
To: None <current-users@netbsd.org>
From: None <itojun@iijlab.net>
List: current-users
Date: 08/03/1999 08:38:47
> I used wsconsctl for swapping caps lock to control, but it now
> does not work (device busy). I did not investigate this further
> but is it just me or common issue?
initializing sc->sc_mux to NULL in attach routine of wskbd.c fixed
the problem. I'll be supplying patch later.
(if sc->sc_mux is non-zero the driver will always return EBUSY,
and it prevented wsconsctl from opreating)
I dunno how wsconsctl and wsmux should interact yet.
itojun