From 2efffa7ad7e261dce96cd606571e073735f19c4a Mon Sep 17 00:00:00 2001 From: augustss Date: Sat, 13 Oct 2001 19:56:09 +0000 Subject: Fix a (very old) pasto. --- sys/dev/wscons/wsmouse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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)); } -- cgit