[parisc-linux-cvs] CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES changes

Helge Deller deller at gmx.de
Mon Sep 27 13:19:09 MDT 2004


On Monday 27 September 2004 21:16, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux-2.6
> Changes by:	deller	04/09/27 13:16:08
> 
> Modified files:
> 	drivers/input/keyboard: Kconfig hpps2atkbd.h 
> 
> Log message:
> - fixed two typos in Kconfig description of CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES,
> - enable RDI keycodes if CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES is set.
-------------- next part --------------
Index: Kconfig
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/input/keyboard/Kconfig,v
retrieving revision 1.20
diff -u -p -r1.20 Kconfig
--- Kconfig	16 Sep 2004 14:11:49 -0000	1.20
+++ Kconfig	27 Sep 2004 19:14:12 -0000
@@ -46,7 +46,7 @@ config KEYBOARD_ATKBD_RDI_KEYCODES
 	default n
 	help
 	  If you have an RDI PrecisionBook, say Y here if you want to use its
-	  its built-in keyboard (as opposed to an an external keyboard).
+	  built-in keyboard (as opposed to an external keyboard).
 
 	  The PrecisionBook has five keys that conflict with those used by most
 	  AT and PS/2 keyboards. These are as follows:
Index: hpps2atkbd.h
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/input/keyboard/hpps2atkbd.h,v
retrieving revision 1.9
diff -u -p -r1.9 hpps2atkbd.h
--- hpps2atkbd.h	16 Sep 2004 14:11:49 -0000	1.9
+++ hpps2atkbd.h	27 Sep 2004 19:14:12 -0000
@@ -15,7 +15,7 @@
 
 
 /* Is the keyboard an RDI PrecisionBook? */
-#ifdef CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES
+#ifndef CONFIG_KEYBOARD_ATKBD_RDI_KEYCODES
 # define CONFLICT(x,y) x
 #else
 # define CONFLICT(x,y) y


More information about the parisc-linux-cvs mailing list