patch-2.1.79 linux/drivers/char/psaux.c
Next file: linux/drivers/char/softdog.c
Previous file: linux/drivers/char/pcwd.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Jan 12 15:13:24 1998
- Orig file:
v2.1.78/linux/drivers/char/psaux.c
- Orig date:
Sat Oct 25 02:44:15 1997
diff -u --recursive --new-file v2.1.78/linux/drivers/char/psaux.c linux/drivers/char/psaux.c
@@ -30,6 +30,9 @@
* 3-Jul-96, 22-Aug-96 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
*
* Cleanup by Martin Mares, 01-Jun-97 (now uses the new PC kbd include)
+ *
+ * Renamed misc. name to "psaux",more in keeping with Documentation/devices.txt
+ * 13-Jan-1998, Richard Gooch <rgooch@atnf.csiro.au>
*/
/* Uncomment the following line if your mouse needs initialization. */
@@ -589,7 +592,7 @@
* forget about the Aux port and use the *_qp functions.
*/
static struct miscdevice psaux_mouse = {
- PSMOUSE_MINOR, "ps2aux", &psaux_fops
+ PSMOUSE_MINOR, "psaux", &psaux_fops
};
__initfunc(int psaux_init(void))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov