diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-25 13:22:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-25 13:22:15 +0000 |
commit | dfb1f7acb0936de8cea028dc483c518f616c50ff (patch) | |
tree | 6266ebec41fca6c1ba6425fd3160dd0304aeac1d /sys/arch/hp300 | |
parent | 43b1c2ae2f3502f998b08f4cef118c547174d18f (diff) |
Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/dnkbd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/dnkbd.c b/sys/arch/hp300/dev/dnkbd.c index 1533f576f49..38003dd8819 100644 --- a/sys/arch/hp300/dev/dnkbd.c +++ b/sys/arch/hp300/dev/dnkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnkbd.c,v 1.5 2005/04/24 23:59:37 miod Exp $ */ +/* $OpenBSD: dnkbd.c,v 1.6 2005/04/25 13:22:14 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -549,6 +549,7 @@ dnevent_kbd(struct dnkbd_softc *sc, int dat) /* remember pressed key for autorepeat */ bcopy(cbuf, sc->sc_rep, sizeof(sc->sc_rep)); } + j++; } if (j != 0) { |