History log of /netbsd/sys/dev/wscons/tpcalib.c (Results 1 – 13 of 13)
Revision Date Author Comments
# abe36050 09-Jul-2019 ryoon <ryoon@NetBSD.org>

Do not overflow int64_t on HP Spectre x360 13-inch ae019TU

The machine has pen touch panel with (18344, 10544) -> (3840, 2160)
conversion.


# 3b207f24 06-Apr-2017 macallan <macallan@NetBSD.org>

don't forget to store bounds rectangle in raw mode


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 168cd830 16-Nov-2006 christos <christos@NetBSD.org>

__unused removal on arguments; approved by core.


# 4d595fd7 12-Oct-2006 christos <christos@NetBSD.org>

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386


# 56a1ab04 09-Oct-2006 peter <peter@NetBSD.org>

s/REGENTS/AUTHOR/


# 9eddf385 09-Oct-2006 peter <peter@NetBSD.org>

Remove (the default) #define XXXDEBUG and add the options to the relevant
files.xxx file.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 5442d49e 01-Jun-2005 uwe <uwe@NetBSD.org>

Constify. Drivers pass const default calibration data to
WSMOUSEIO_SCALIBCOORDS using __UNCONST, so make sure we don't try to
modify it.


# 7d69499b 31-May-2005 uwe <uwe@NetBSD.org>

Fix misleading indentation.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 4605dd74 12-Jun-2004 tsarna <tsarna@NetBSD.org>

Add calibration support to uep driver.
Untested, still need a userland utility to calibrate with.


# f53a32e6 28-May-2004 tsarna <tsarna@NetBSD.org>

Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.