Home | History | Annotate | Download | only in wscons
History log of /src/sys/dev/wscons/mra.c
RevisionDateAuthorComments
 1.7  10-Mar-2018  khorben Fix spello in a comment
 1.6  14-Mar-2014  khorben branches: 1.6.28;
Fixed wrong cast and invalid array access in the calibration framework, as
documented in PR kern/45872. The AA() macro accessed sample coordinates as
long integers, whereas they are really stored as signed integers.

Fixes calibration on my Wetab device.
 1.5  14-Sep-2013  martin Comment out a variable only used in #if 0 code
 1.4  09-Oct-2006  peter branches: 1.4.64; 1.4.88; 1.4.94; 1.4.98; 1.4.104;
s/REGENTS/AUTHOR/
 1.3  11-Dec-2005  christos branches: 1.3.20; 1.3.22;
merge ktrace-lwp.
 1.2  01-Jun-2005  uwe branches: 1.2.2;
Constify. Drivers pass const default calibration data to
WSMOUSEIO_SCALIBCOORDS using __UNCONST, so make sure we don't try to
modify it.
 1.1  28-May-2004  tsarna branches: 1.1.2;
Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.
 1.1.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.2.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.2.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.2.2  03-Aug-2004  skrll Sync with HEAD
 1.1.2.1  28-May-2004  skrll file mra.c was added on branch ktrace-lwp on 2004-08-03 10:52:10 +0000
 1.2.2.1  30-Dec-2006  yamt sync with head.
 1.3.22.1  22-Oct-2006  yamt sync with head
 1.3.20.1  18-Nov-2006  ad Sync with head.
 1.4.104.1  18-May-2014  rmind sync with head
 1.4.98.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.94.1  11-Apr-2014  msaitoh Pull up following revision(s) (requested by khorben in ticket #1037):
sys/dev/wscons/mra.c 1.6

Fixed wrong cast and invalid array access in the calibration framework,
as documented in PR kern/45872. The AA() macro accessed sample
coordinates as long integers, whereas they are really stored as signed
integers.
 1.4.88.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.64.1  16-Apr-2014  msaitoh Pull up following revision(s) (requested by khorben in ticket #1900):
sys/dev/wscons/mra.c rev. 1.6

Fixed wrong cast and invalid array access in the calibration framework,
as documented in PR kern/45872. The AA() macro accessed sample
coordinates as long integers, whereas they are really stored as signed
integers.
 1.6.28.1  15-Mar-2018  pgoyette Synch with HEAD

RSS XML Feed