diff options
| author | augustss <augustss@NetBSD.org> | 2001-10-13 19:56:09 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2001-10-13 19:56:09 +0000 |
| commit | 2efffa7ad7e261dce96cd606571e073735f19c4a (patch) | |
| tree | 26f25472a63a26c3ee10c9feee81134ddb8c47c7 /sys/dev | |
| parent | dc6d9bae0d33bda0074eaec50cc18acbdd401dbb (diff) | |
Fix a (very old) pasto.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wscons/wsmouse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsmouse.c b/sys/dev/wscons/wsmouse.c index 60576f811a6..e83b2122d4a 100644 --- a/sys/dev/wscons/wsmouse.c +++ b/sys/dev/wscons/wsmouse.c @@ -1,4 +1,4 @@ -/* $NetBSD: wsmouse.c,v 1.15 2001/10/13 15:56:16 augustss Exp $ */ +/* $NetBSD: wsmouse.c,v 1.16 2001/10/13 19:56:09 augustss Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.15 2001/10/13 15:56:16 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.16 2001/10/13 19:56:09 augustss Exp $"); /* * Copyright (c) 1992, 1993 @@ -613,7 +613,7 @@ wsmouse_add_mux(int unit, struct wsmux_softc *muxsc) if (sc->sc_mux || sc->sc_events.io) return (EBUSY); - return (wsmux_attach_sc(muxsc, WSMUX_KBD, &sc->sc_dv, &sc->sc_events, + return (wsmux_attach_sc(muxsc, WSMUX_MOUSE, &sc->sc_dv, &sc->sc_events, &sc->sc_mux, &wsmouse_muxops)); } |
