From: Franz S. <Fra...@la...> - 2002-07-06 14:46:50
|
On Dienstag, 2. Juli 2002 14:52, Vojtech Pavlik wrote: > On Tue, Jul 02, 2002 at 01:03:06PM +0200, Franz Sirl wrote: > > With ruby you shouldn't compile keybdev.c at all, it's only in ruby CVS > > for maintenance reasons. keybdev.c provides bridge code between input > > layer and old-style keyboard.c. In ruby this is no longer necessary as > > the new-style keyboard.c registers itself directly to the input layer. > > > > Maybe you should just wait some more days, Vojtech should be merging this > > to Linus any day now. > > That's right, I'm working on the merge right now. And now part#1 is in 2.5.25!! Yaayyy! Thanks Vojtech! While preparing the PPC part I noticed one thing though, how do you intend to handle the platforms (2 PPC embedded boards and MIPS AFAICS) that redefined kbd_read_input/kbd_read_status/kbd_write_output/kbd_write_command so far (using ioremap/readb/writeb and sometimes special access sequences)? Do you want #ifdefs in i8042.[ch]? Or separated includes and/or drivers like i8042-ppc.[ch]? One more thing, CONFIG_SERIO_I8042 currently depends on CONFIG_ISA, does this really make sense? Franz. |