From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] keyboard maps In-Reply-To: <47d94c3968c679805304c49f77dabac5@plan9.escet.urjc.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 17 Nov 2003 11:34:41 -0700 Topicbox-Message-UUID: 8d9ef522-eacc-11e9-9e20-41e7f4b1d025 On Mon, 17 Nov 2003, Fco.J.Ballesteros wrote: > I've changed the processing of kbd maps in our local driver > to do all the kbdmap thing at user level (the code is in fact > inside the usb user-level kbd driver, that now also knows how > to work with a regular keyboard (i.e. a non-usb one)). this work you are doing with user-level USB is really interesting. It will be neat if this turns into "usb outside the kernel" given the amazing error-prone lockup nature of the usb chipsets we've seen. Supposing we can push all this USB crud into user procs, do you think we'll be able to suck up USB 2.0 at reasonable rates? thanks ron