From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 23 05:55:15 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 2EB7C16A4CE for ; Sun, 23 Jan 2005 05:55:15 +0000 (GMT) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3680A43D1F for ; Sun, 23 Jan 2005 05:55:14 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])j0N5tAu1088824; Sun, 23 Jan 2005 00:55:10 -0500 Message-ID: <41F33C3D.5050209@elischer.org> Date: Sat, 22 Jan 2005 21:55:09 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: David Scheidt References: <41F0CF6D.6010907@no-wackos.com> <41F1A7DF.8030803@elischer.org> <41F1BAC0.30705@attglobal.net> In-Reply-To: <41F1BAC0.30705@attglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: 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: Sun, 23 Jan 2005 05:55:15 -0000 David Scheidt wrote: > Julian Elischer wrote: > >> >> >> Bram Van Steenlandt wrote: >> >>> Hi >>> >>> For a pos system I am working on I need support for two keyboards >>> (actually one keyboard(ps/2) and one scanner(usb)). >> >> >> >> you can already do this.. >> what makes you call the scanner a keyboard? > > > Proabably, because it acts like one? I don't know about the USB ones, > but PS/2 scanners generated keysym data, just like a real keyboard. The > idea of the hardware people is "They've already got a keyboard, they > take input from it, so let's make the scanner a keyboard!" It makes it > easy to use a barcode reader with an application that doesn't know > anything about barcodes, barcode scanners or the like. the barcode scanners we use just produce a 9600 baud serial stream. > > > David