From: Richard Z. <Ric...@st...> - 2001-07-10 08:27:29
|
On Mon, Jul 09, 2001 at 08:12:03AM -0700, James Simmons wrote: > > > > > Do you know who know the atari and hp300 input hardware (keyboard, > > > > mice, joysticks) well so we can port the drivers to the input layer for > > > > ruby. I really like to wrap up support for this platform. > > > > > > The m68k kernel hackers of course :-) > > > > I can help about the atari input devices ... If you need help about > > anything, just ask me. > > Great!! We pretty much toke code from the m68k tree and placed it into > CVS:-( It needs to be converted over. How well do you understand the > input api? isn't the input thing supposed to go into 2.5 ? I am responsible for drivers/char/q40_keyb.c, will be probably pretty easy switch for me. There is just a simple irq handler that produces AT scancodes and acknowledges the irq. What makes the current driver so big is the conversion AT->PC of scancodes which I hope will be done by the input thing? Bye Richard |