From: <jsi...@us...> - 2007-07-16 15:51:44
|
Revision: 2381 http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2381&view=rev Author: jsimmons Date: 2007-07-16 08:51:42 -0700 (Mon, 16 Jul 2007) Log Message: ----------- match closer to mainline Modified Paths: -------------- branches/ruby-2.6.21/ruby-2.6/include/linux/kbd_kern.h Modified: branches/ruby-2.6.21/ruby-2.6/include/linux/kbd_kern.h =================================================================== --- branches/ruby-2.6.21/ruby-2.6/include/linux/kbd_kern.h 2007-07-16 15:51:16 UTC (rev 2380) +++ branches/ruby-2.6.21/ruby-2.6/include/linux/kbd_kern.h 2007-07-16 15:51:42 UTC (rev 2381) @@ -7,27 +7,6 @@ #include <linux/keyboard.h> #include <linux/input.h> -/* - * Exported functions/variables - */ - -#define KBD_DEFMODE ((1 << VC_REPEAT) | (1 << VC_META)) - -/* - * Some laptops take the 789uiojklm,. keys as number pad when NumLock is on. - * This seems a good reason to start with NumLock off. On HIL keyboards - * of PARISC machines however there is no NumLock key and everyone expects the keypad - * to be used for numbers. - */ - -#if defined(CONFIG_PARISC) && (defined(CONFIG_KEYBOARD_HIL) || defined(CONFIG_KEYBOARD_HIL_OLD)) -#define KBD_DEFLEDS (1 << VC_NUMLOCK) -#else -#define KBD_DEFLEDS 0 -#endif - -#define KBD_DEFLOCK 0 - extern struct tasklet_struct keyboard_tasklet; extern int shift_state; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |