From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 21 09:45:38 2005 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 9AC4316A4CE for ; Fri, 21 Jan 2005 09:45:38 +0000 (GMT) Received: from europa.telenet-ops.be (europa.telenet-ops.be [195.130.132.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA1F43D31 for ; Fri, 21 Jan 2005 09:45:38 +0000 (GMT) (envelope-from brampie@no-wackos.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id EA9D519813D for ; Fri, 21 Jan 2005 10:45:36 +0100 (MET) Received: from [192.168.1.137] (d51526F89.access.telenet.be [81.82.111.137]) by europa.telenet-ops.be (Postfix) with ESMTP id 3F39E198063 for ; Fri, 21 Jan 2005 10:45:36 +0100 (MET) Message-ID: <41F0CF6D.6010907@no-wackos.com> Date: Fri, 21 Jan 2005 10:46:21 +0100 From: Bram Van Steenlandt User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 21 Jan 2005 12:42:28 +0000 Subject: Two keyboards 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: Fri, 21 Jan 2005 09:45:38 -0000 Hi For a pos system I am working on I need support for two keyboards (actually one keyboard(ps/2) and one scanner(usb)). I've read a previous post and there it was supposed that one should write a driver to accomplish this. I am not a C programmer and know far to little from FreeBSD to accomplish this. So I ask you, Isn't there a much easier way (other operating systems seem to have no problem with this)? regards bram