History log of /openbsd-src/sys/dev/hil/hilkbdmap.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 7c772976 23-Jan-2023 nicm <nicm@openbsd.org>

Add Backtab key, based on a change from Crystal Kolipe kolipe.c at
exoticsilicon dot com.

ok miod


# e6a8b72f 16-Nov-2021 landry <landry@openbsd.org>

hilkbd(4): Fix swedish keyboard layout botch on non-PS/2 style keyboards
introduced in 1.7 and preventing `o' and `p' keys from working as
intended. Reported by Anders Gustafsson.

From miod@


# 590dfd1c 07-May-2005 miod <miod@openbsd.org>

PS/2 style and older style HIL keyboards have different layouts in their
international flavours, so provide two sets of mappings.


# f6d24e9c 28-Feb-2005 miod <miod@openbsd.org>

Fix confusion between KS_paragraph and KS_section; inspired from a PS/2
keyboard sv map error spotted by Jan Johansson.


# fa47dd03 18-Jan-2005 miod <miod@openbsd.org>

WSDISPLAY_COMPAT_RAWKBD support for hilkbd.


# d29ce95f 06-Apr-2004 miod <miod@openbsd.org>

Hil keyboard layout for german keyboards, at least suitable for the PS/2-like
layout.

Based upon an old diff from paul@, tests and feedback otto@ paul@


# 3d84c282 26-Feb-2003 miod <miod@openbsd.org>

Better support for the ps/2-style HIL keyboards (those with a real numeric
pad and a few extra keys).


# 5a124e64 11-Feb-2003 miod <miod@openbsd.org>

I found a french HIL keyboard in a closet, so add a simple french layout.
Nobody will want to use such a keyboard anyways, as there is no ~ (tilde)
key on it.


# 1d96aa5b 11-Feb-2003 miod <miod@openbsd.org>

Machine independent HP-HIL loop support code.

Derived from the hp300 HIL code, and some information found in XFree86
HP-UX specific parts.

However, this code does not provide an HP-UX compatible /d

Machine independent HP-HIL loop support code.

Derived from the hp300 HIL code, and some information found in XFree86
HP-UX specific parts.

However, this code does not provide an HP-UX compatible /dev/hil* interface,
but will rather attach real BSD drivers to the hil driver glue.

Currently, only a driver for the HP-HIL keyboards is provided. More to come
as resources permit.

The international layout tables for hilkbd are derived from the ite tables
found in the hp300 code, but only the US layout could be tested.

Sample dmesg output on a heavily charged hil loop:
hil0 at gsc0 offset 21000 irq 1
hilkbd0 at hil0 code 1: 109-key keyboard, layout 1b
wskbd0 at hilkbd0: console keyboard
hilkbd1 at hil0 code 2: 109-key keyboard, layout 1f
wskbd1 at hilkbd1
"ID module" at hil0 id 34 code 3 not configured
"ID module" at hil0 id 34 code 4 not configured
"Tablet" at hil0 id 94 code 5 not configured
"Mouse" at hil0 id 68 code 6 not configured

Some feedback from and ok mickey@

show more ...