History log of /openbsd-src/sys/dev/hil/hilms.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 84b8bfaf 05-Jun-2016 bru <bru@openbsd.org>

Use the new input functions of wsmouse in mouse and touchscreen drivers.

ok stsp@ kettenis@


# 2fc38322 10-Apr-2007 miod <miod@openbsd.org>

Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might
Mouse. Currently limited to USB mice.

Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@


# 6690642c 16-Dec-2006 miod <miod@openbsd.org>

Button boxes have their Y axis inverted, compared to mice, so compensate
before feeding wscons.


# af8e99bb 28-Mar-2003 miod <miod@openbsd.org>

Fix various gremlins in the hilms code my simple test program did not catch,
but XFree did.


# 60a8f706 26-Feb-2003 miod <miod@openbsd.org>

New hil child devices attachment framework, that allow them to be detached
at runtime.

Handle reconfiguration notices from the loop, and do the necessary
detach/attach work so that our vision of the

New hil child devices attachment framework, that allow them to be detached
at runtime.

Handle reconfiguration notices from the loop, and do the necessary
detach/attach work so that our vision of the loop is in sync with reality.

Adapt all hil child devices to the above changes.

"This is not as plug'n'play as usb, but you get the same feeling anyways..."

show more ...


# 5fc62e00 12-Feb-2003 miod <miod@openbsd.org>

A simple driver for HIL mice and tablets. Most of the work being already
done by the loop, this is mostly an HIL packet decoding routine.