History log of /xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4ddc96cf 31-Mar-2025 hans <hans@NetBSD.org>

xf86-input-keyboard: add DEC LK401 keyboard map and WSKBD_TYPE_LK401

# d49df8ba 07-Nov-2023 tsutsui <tsutsui@NetBSD.org>

xf86-input-keyboard: add suppport to get keymap via WSKBDIO_GETMAP ioctl(2).

No particular comment on tech-x11@:
https://mail-index.netbsd.org/tech-x11/2023/10/31/msg002415.html
https://mail-index.netbsd.org/tech-x11/2023/11/04/msg002416.html

Tested on NWS-3260 and NWS-3470 with Xorg 1.10 server in netbsd-9.
Worth to pullup to netbsd-10 and netbsd-9.

# 0eaa3919 12-Nov-2015 phx <phx@NetBSD.org>

Scancode translation table for wskbd on Amiga keyboards.

# ab81fb3b 20-Mar-2014 wiz <wiz@NetBSD.org>

Remove obsolete chunk.
No diffs to upstream remaining :)

# aa8e367b 20-Mar-2014 mrg <mrg@NetBSD.org>

merge xf86-input-keyboard 1.8.0.

# 023e83d8 18-Mar-2013 jmcneill <jmcneill@NetBSD.org>

If WSKBDIO_GTYPE succeeds and returns type=0, it is a mux with no keyboard
attached. In this case, assume USB.

# 8ab4536d 14-Feb-2013 macallan <macallan@NetBSD.org>

when using /dev/wskbd* we need to close the device when VT switching out of
X, and open it again when switching back

# 52dc1b6a 21-Jul-2012 tsutsui <tsutsui@NetBSD.org>

Don't return FALSE in OpenKeyboard() even if wskbd type is unknown
so that we can still setup keyboard map manually by xmodmap(1) etc.
on poor Tier II machines.

# 836253ff 16-Jul-2012 abs <abs@NetBSD.org>

Add WSKBD_TYPE_LK201

# f0cb39c0 24-Jul-2011 mrg <mrg@NetBSD.org>

vtSwitchSupported no longer exists; don't try to set it

# 7baae195 24-Jul-2011 mrg <mrg@NetBSD.org>

merge xf86-input-keyboard-1.6.0

# 255532b3 18-Apr-2011 macallan <macallan@NetBSD.org>

be less braindead about the Device option - only default to /dev/wskbd if
Protocol is set to wskbd. Now Protocol "standard" should work again.

# 632d17a8 22-Nov-2010 mrg <mrg@NetBSD.org>

merge xf86-input-keyboard 1.5.0.

# 50679589 07-Nov-2010 tsutsui <tsutsui@NetBSD.org>

Recognize WSKBD_TYPE_MAPLE for dreamcast.

# d3d894cb 29-Oct-2010 tsutsui <tsutsui@NetBSD.org>

Fix an incorrect warning fix in previous.

# 37d4bb4a 24-Oct-2010 tsutsui <tsutsui@NetBSD.org>

Make this compile with WARNS=2.

# 842a77a7 22-May-2010 mrg <mrg@NetBSD.org>

merge xf86-input-keyboard 1.4.0

# 7ffe8806 18-Aug-2009 martin <martin@NetBSD.org>

for consistency use printWsType() to print Sun5 keyboard type

# eb61724e 12-Jun-2009 mrg <mrg@NetBSD.org>

avoid a bunch of int/ptr warnings.

# 2acebfac 07-Feb-2009 christos <christos@NetBSD.org>

Set the version for the keyboard too. From Patrick Welche

# 7a5a6f8e 15-Aug-2008 rtr <rtr@NetBSD.org>

move WSCONS case inside switch statement

# f16b93fd 02-Aug-2008 mrg <mrg@NetBSD.org>

include dev/wscons/wsconsio.h on netbsd.
fix some #ifdef vs. {} placement lossage.

# ee3138f1 02-Aug-2008 mrg <mrg@NetBSD.org>

initial import of xf86-input-keyboard-1.3.1