patch-1.3.91 linux/drivers/char/misc.c
Next file: linux/drivers/char/pcxx.c
Previous file: linux/drivers/char/istallion.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Apr 17 09:22:07 1996
- Orig file:
v1.3.90/linux/drivers/char/misc.c
- Orig date:
Mon Apr 15 12:20:17 1996
diff -u --recursive --new-file v1.3.90/linux/drivers/char/misc.c linux/drivers/char/misc.c
@@ -176,8 +176,8 @@
X(misc_register),
X(misc_deregister),
#ifndef MODULE
- X(set_selection), /* used by the kmisc module, can only */
- X(clear_selection), /* be exported if misc.c is in linked in */
+ X(set_selection), /* used by the kmouse module, can only */
+ X(paste_selection), /* be exported if misc.c is in linked in */
#endif
#include <linux/symtab_end.h>
};
@@ -196,7 +196,7 @@
#ifdef CONFIG_BUSMOUSE
bus_mouse_init();
#endif
-#if defined CONFIG_PSMOUSE || defined CONFIG_82C710_MOUSE
+#if defined CONFIG_PSMOUSE
psaux_init();
#endif
#ifdef CONFIG_MS_BUSMOUSE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this