diff options
author | Michael Schmitz <schmitz@opal.biophys.uni-duesseldorf.de> | 2007-05-01 16:32:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:59:05 -0400 |
commit | c04cb856e20a8bf68762d60737b84328c1ab5900 (patch) | |
tree | c8046787b2fa708b0a5a0972444bac9df67fadff /include/linux/input.h | |
parent | 3130d905ba86d5f2636b2f45d5beefe82cb03df6 (diff) |
m68k: Atari keyboard and mouse support.
Atari keyboard and mouse support.
(reformating and Kconfig fixes by Roman Zippel)
Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index bde65c8a3519..327122548c4d 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -676,6 +676,7 @@ struct input_absinfo { | |||
676 | #define BUS_I2C 0x18 | 676 | #define BUS_I2C 0x18 |
677 | #define BUS_HOST 0x19 | 677 | #define BUS_HOST 0x19 |
678 | #define BUS_GSC 0x1A | 678 | #define BUS_GSC 0x1A |
679 | #define BUS_ATARI 0x1B | ||
679 | 680 | ||
680 | /* | 681 | /* |
681 | * Values describing the status of a force-feedback effect | 682 | * Values describing the status of a force-feedback effect |