diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-11-02 23:53:49 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-02 23:53:49 -0800 |
| commit | e8d3c294355a3b454539d2ba3cb74d41a12cbd1a (patch) | |
| tree | 7a716204e86a16d756ffefc929c7ffb0bbacd04a /include | |
| parent | 0bbb88f0d3751317c61e0c7979e285606b836736 (diff) | |
[PATCH] M68k input drivers cleanup
M68k input drivers cleanup:
- Remove remnants from the old input layer:
o Config.help entries for the Amiga and Atari mouse drivers
o Apollo keyboard code (including beep support)
o Dummy keyboard initialization, keyboard repeat, and keyboard LEDs code
for MVME147, Sun-3, Sun-3x,
o Makefile entries for Atari keyboard, mouse and joystick drivers, and
the HP300 Human Interface Loop driver
o kbd-reset kernel command line parameters
o defconfig entry for the Amiga mouse driver
o Mac ADB mouse driver glue
o Amiga and Mac ADB mouse driver minors
- Always include new input layer configuration data
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/miscdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index cbf710c5572d..396d4178b14c 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -7,12 +7,12 @@ #define PSMOUSE_MINOR 1 #define MS_BUSMOUSE_MINOR 2 #define ATIXL_BUSMOUSE_MINOR 3 -#define AMIGAMOUSE_MINOR 4 +/*#define AMIGAMOUSE_MINOR 4 FIXME OBSOLETE */ #define ATARIMOUSE_MINOR 5 #define SUN_MOUSE_MINOR 6 #define APOLLO_MOUSE_MINOR 7 #define PC110PAD_MINOR 9 -#define ADB_MOUSE_MINOR 10 +/*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */ #define WATCHDOG_MINOR 130 /* Watchdog timer */ #define TEMP_MINOR 131 /* Temperature Sensor */ #define RTC_MINOR 135 |
