From owner-cvs-src@FreeBSD.ORG Tue Nov 16 18:42:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1157C16A4CE; Tue, 16 Nov 2004 18:42:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B69E43D54; Tue, 16 Nov 2004 18:42:08 +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 iAGIfaUs038983; Tue, 16 Nov 2004 11:41:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 16 Nov 2004 11:41:56 -0700 (MST) Message-Id: <20041116.114156.42773121.imp@bsdimp.com> To: brooks@one-eyed-alien.net From: "M. Warner Losh" In-Reply-To: <20041116183549.GB11906@odin.ac.hmc.edu> References: <20041116180905.GA11906@odin.ac.hmc.edu> <20041116183549.GB11906@odin.ac.hmc.edu> 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: cvs-src@FreeBSD.org cc: phk@phk.freebsd.dk cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: maksim.yevmenkin@gmail.com Subject: Re: cvs commit: src/sys/dev/vkbd vkbd.c vkbd_var.h src/sys/modules/vkbd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 18:42:09 -0000 In message: <20041116183549.GB11906@odin.ac.hmc.edu> Brooks Davis writes: : I'm primairly intrested in solving the problem of machines with a AT : keyboard controller (which currently attached non-existant keyboards to : allow hot-pluging) and a USB keyboard. The second case I'm intrested : in is a LOM card. In one case I've seen one present the keyboard as a : USB keyboard which means you need to support two USB keyboards. I think emax's vkbd isn't the same as the 'many to one' keyboard mux driver that's been talked about to solve #1 of your two desires. It is designed to allow other sources of key events that come from outside the kernel. I don't think he's implementing the moral equivalent of moused. Warner