lkml.org 
[lkml]   [2004]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 13/44] Remove the obsolete busmouse.c helper driver
Date
From
You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@1.1474.188.14, 2004-01-27 21:01:27+01:00, aris@cathedrallabs.org
input: Remove the obsolete "busmouse.c" helper driver.


arch/arm26/Kconfig | 5 -----
drivers/char/Kconfig | 24 ------------------------
drivers/char/Makefile | 1 -
include/linux/miscdevice.h | 1 -
4 files changed, 31 deletions(-)

===================================================================

diff -Nru a/arch/arm26/Kconfig b/arch/arm26/Kconfig
--- a/arch/arm26/Kconfig Tue Mar 16 13:19:32 2004
+++ b/arch/arm26/Kconfig Tue Mar 16 13:19:32 2004
@@ -216,11 +216,6 @@

source "drivers/char/Kconfig"

-config KBDMOUSE
- bool
- depends on ARCH_ACORN && BUSMOUSE=y
- default y
-
source "drivers/media/Kconfig"

source "fs/Kconfig"
diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig
--- a/drivers/char/Kconfig Tue Mar 16 13:19:32 2004
+++ b/drivers/char/Kconfig Tue Mar 16 13:19:32 2004
@@ -588,30 +588,6 @@
bool "Support for console on line printer"
depends on PC9800_OLDLP

-
-menu "Mice"
-
-config BUSMOUSE
- tristate "Bus Mouse Support"
- ---help---
- Say Y here if your machine has a bus mouse as opposed to a serial
- mouse. Most people have a regular serial MouseSystem or
- Microsoft mouse (made by Logitech) that plugs into a COM port
- (rectangular with 9 or 25 pins). These people say N here.
-
- If you have a laptop, you either have to check the documentation or
- experiment a bit to find out whether the trackball is a serial mouse
- or not; it's best to say Y here for you.
-
- This is the generic bus mouse driver code. If you have a bus mouse,
- you will have to say Y here and also to the specific driver for your
- mouse below.
-
- To compile this driver as a module, choose M here: the
- module will be called busmouse.
-
-endmenu
-
config QIC02_TAPE
tristate "QIC-02 tape support"
help
diff -Nru a/drivers/char/Makefile b/drivers/char/Makefile
--- a/drivers/char/Makefile Tue Mar 16 13:19:32 2004
+++ b/drivers/char/Makefile Tue Mar 16 13:19:32 2004
@@ -49,7 +49,6 @@
obj-$(CONFIG_TIPAR) += tipar.o
obj-$(CONFIG_PC9800_OLDLP) += lp_old98.o

-obj-$(CONFIG_BUSMOUSE) += busmouse.o
obj-$(CONFIG_DTLK) += dtlk.o
obj-$(CONFIG_R3964) += n_r3964.o
obj-$(CONFIG_APPLICOM) += applicom.o
diff -Nru a/include/linux/miscdevice.h b/include/linux/miscdevice.h
--- a/include/linux/miscdevice.h Tue Mar 16 13:19:32 2004
+++ b/include/linux/miscdevice.h Tue Mar 16 13:19:32 2004
@@ -3,7 +3,6 @@
#include <linux/module.h>
#include <linux/major.h>

-#define BUSMOUSE_MINOR 0
#define PSMOUSE_MINOR 1
#define MS_BUSMOUSE_MINOR 2
#define ATIXL_BUSMOUSE_MINOR 3
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.057 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site