From owner-cvs-src@FreeBSD.ORG Sun Jul 13 05:41:56 2003 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 EF09037B401; Sun, 13 Jul 2003 05:41:55 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B790443FA3; Sun, 13 Jul 2003 05:41:54 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h6DCfpJm072407; Sun, 13 Jul 2003 06:41:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 13 Jul 2003 06:41:47 -0600 (MDT) Message-Id: <20030713.064147.32734365.imp@bsdimp.com> To: simokawa@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200307131008.h6DA8Xd6036189@repoman.freebsd.org> References: <200307131008.h6DA8Xd6036189@repoman.freebsd.org> X-Mailer: Mew version 2.2 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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd atkbd.c 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: Sun, 13 Jul 2003 12:41:56 -0000 In message: <200307131008.h6DA8Xd6036189@repoman.freebsd.org> Hidetoshi Shimokawa writes: : This should fix USB keyboard only case without 'kbdcontrol -k /dev/kbd1'. I've often wished for a kbdd that's similar to moused. with moused if I plug in a usb keyboard, my ps/2 also works at the same time as my usb one. In the usb case, I could plug in a keypad to my laptop and use it and my built in keyboard at the same time w/o the awkward kbdcontrol between them. I know this commit doesn't do anything about it, but I thought I'd mention it herein case there's someone who wants to bite off this task. Warner