From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 2 03:54:39 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6676716A4CE; Thu, 2 Dec 2004 03:54:39 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0B543D60; Thu, 2 Dec 2004 03:54:39 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iB23qHaE078235; Wed, 1 Dec 2004 20:52:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 01 Dec 2004 20:53:22 -0700 (MST) Message-Id: <20041201.205322.102612548.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <41AE3F80.1000506@freebsd.org> References: <41AE3F80.1000506@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: current@freebsd.org Subject: Re: My project wish-list for the next 12 months X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 03:54:39 -0000 In message: <41AE3F80.1000506@freebsd.org> Scott Long writes: : 1. Keyboard multiplexer. We are running into problems with making : ps/2 and USB/bluetooth keyboards work together and work with KVMs. : Having a virtual keyboard device that multiplexes the various real : keyboard devices and handles hotplug can solve this mess pretty : effectively. I know that there has been a lot of talk about this on : mailing lists recently but I don't know how much progress is being made : so I'm listing it here. There aready are multiplexers in the kernel. The problem is that we need a many to one mux that is the OR of all the ones installed. We can current set WHICH keyboard is connected to the mux, but can't say 'ALL OF THEM' at all. I believe that Brooks Davis has said he's working on this. Warner