patch-2.4.0-test7 linux/include/linux/input.h

Next file: linux/include/linux/isdn.h
Previous file: linux/include/linux/in6.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/include/linux/input.h linux/include/linux/input.h
@@ -2,7 +2,7 @@
 #define _INPUT_H
 
 /*
- * $Id: input.h,v 1.14 2000/06/03 20:18:52 vojtech Exp $
+ * $Id: input.h,v 1.18 2000/07/25 21:36:56 vojtech Exp $
  *
  *  Copyright (c) 1999-2000 Vojtech Pavlik
  *
@@ -210,7 +210,7 @@
 #define KEY_F22			121		
 #define KEY_F23			122		
 #define KEY_F24			123		
-#define KEY_JPN			124		
+#define KEY_KPCOMMA		124
 #define KEY_LEFTMETA		125		
 #define KEY_RIGHTMETA		126		
 #define KEY_COMPOSE		127		
@@ -266,8 +266,29 @@
 #define KEY_EDIT		176
 #define KEY_SCROLLUP		177
 #define KEY_SCROLLDOWN		178
+#define KEY_KPLEFTPAREN		179
+#define KEY_KPRIGHTPAREN	180
 
-#define KEY_UNKNOWN		180
+#define KEY_INTL1		181
+#define KEY_INTL2		182
+#define KEY_INTL3		183
+#define KEY_INTL4		184
+#define KEY_INTL5		185
+#define KEY_INTL6		186
+#define KEY_INTL7		187
+#define KEY_INTL8		188
+#define KEY_INTL9		189
+#define KEY_LANG1		190
+#define KEY_LANG2		191
+#define KEY_LANG3		192
+#define KEY_LANG4		193
+#define KEY_LANG5		194
+#define KEY_LANG6		195
+#define KEY_LANG7		196
+#define KEY_LANG8		197
+#define KEY_LANG9		198
+
+#define KEY_UNKNOWN		200
 
 #define BTN_MISC		0x100
 #define BTN_0			0x100
@@ -424,6 +445,8 @@
 #define BUS_GAMEPORT		0x14
 #define BUS_PARPORT		0x15
 #define BUS_AMIGA		0x16
+#define BUS_ADB			0x17
+#define BUS_I2C			0x18
 
 #ifdef __KERNEL__
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)