diff options
| author | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-25 03:05:23 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-25 03:05:23 +0200 |
| commit | 90ced6f7baf3c19792d2e6d81ec81eb431eb0a24 (patch) | |
| tree | c12b66170451883579851fc3157f20beceb6e182 | |
| parent | 3af6b3d7b5c7b9131d8d55376b835d7fdf25057f (diff) | |
Remove duplicately defined keys in input.h that got there as a part
of a PVR support patch.
| -rw-r--r-- | include/linux/input.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index ca8d8fa55a77..7d413abc26b3 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -461,17 +461,15 @@ struct input_devinfo { #define KEY_FIRST 0x194 #define KEY_LAST 0x195 #define KEY_AB 0x196 -#define KEY_PLAY 0x197 +#define KEY_NEXT 0x197 #define KEY_RESTART 0x198 #define KEY_SLOW 0x199 #define KEY_SHUFFLE 0x19a -#define KEY_FASTFORWARD 0x19b +#define KEY_BREAK 0x1ab #define KEY_PREVIOUS 0x19c -#define KEY_NEXT 0x19d -#define KEY_DIGITS 0x19e -#define KEY_TEEN 0x19f -#define KEY_TWEN 0x1a0 -#define KEY_BREAK 0x1a1 +#define KEY_DIGITS 0x19d +#define KEY_TEEN 0x19e +#define KEY_TWEN 0x1af #define KEY_MAX 0x1ff |
