Subject: Re: wskbd isn't connected to wsdisplay
To: None <tech-kern@netbsd.org>
From: TAKEMURA Shin <takemura@netbsd.org>
List: tech-kern
Date: 03/02/2002 17:25:25
----- Original Message -----
From: "TAKEMURA Shin" <takemura_shin@hotmail.com>
To: <tech-kern@netbsd.org>
Sent: Sunday, February 24, 2002 2:53 PM
Subject: wskbd isn't connected to wsdisplay
> Hi there,
>
> I found a problem that wskbd wan't connected to any display
> if keyboard was attached before display and both aren't console.
> In this case, you can't input any key to terminal.
>
> The problem is that wsdisplay just initialize me_dispdv member
> of wsevsrc structure directly and doesn't care of children
> (keyboards) of wsmux in wsdisplay_common_attach.
>
> I've made a patch to fix the problem (attached).
I commited today.
Thank you.
Takemura