[parisc-linux-cvs] linux-2.5 deller

Helge Deller parisc-linux@lists.parisc-linux.org
Thu, 29 May 2003 11:21:54 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	deller	03/05/29 11:21:54

Modified files:
	.              : Makefile 
	drivers/char   : keyboard.c 
	drivers/input/keyboard: hilkbd.c 
	drivers/input/misc: gsc_ps2.c 

Log message:
2.5.70-pa3:
- keyboard.c: fix keyboard keypad for HIL keyboards, enable VC_NUMLOCK by default
- hilkbd.c: make this driver compile on 2.5.70, no hacks any longer,
irqreturn_t fixes, use wait_event_interruptible_timeout() instead of stupid timeout,
some other smaller cleanups -> this driver works now pretty well!
- gsc_ps2.c: irqreturn_t fixes, use PCI_VENDOR_ID_HP as vendor identification