[parisc-linux-cvs] linux deller

Helge Deller parisc-linux@lists.parisc-linux.org
Thu, 4 Jul 2002 16:41:50 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	deller	02/07/04 16:41:50

Modified files:
	.              : Makefile 
	arch/parisc/kernel: Makefile keyboard.c 
	drivers/char   : Makefile hp_psaux.c hp_keyb.c 
	drivers/hil    : hil_kbd.c hil_ptr.c 

Log message:
2.4.18-pa48:
- some really ugly hacks to better support HIL keyboards until
we have converted all other keyb/mouse drivers to input layer.
- not all HIL keys are supported right now, but it's a lot better than before.

Our main goal is to get rid of that ugly arch/parisc/kernel/keyboard.c
and include/asm/keyboard.h files. Do get there we need to convert all
our remaining drivers (hp_psaux.c, hp_keyb.c and hilbkd.c) to the official
input infrastructure.