nonaka
50010e742d
Fix WARNS=4 issues.
2009-04-28 10:57:24 +00:00
nonaka
674f8b31d6
do WSMOUSEIO_SETVERSION when WSMOUSEIO_SETVERSION is defined.
2009-03-03 18:43:15 +00:00
martin
5d1469bd77
Backout previous: the license sweep touched these files in error, so
...
restore the old license.
2008-05-10 15:31:03 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
martin
3028e483e4
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
nonaka
16469ee06f
Added zaurus.
2007-07-29 14:37:25 +00:00
uwe
5ea47b2f6b
That cast doesn't need to add const.
2006-05-22 20:17:03 +00:00
uwe
5efcb4b549
Use proper cast instead of gagging gcc4 with -Wno-pointer-sign.
2006-05-22 20:06:54 +00:00
mrg
ad76e73707
apply -Wno-pointer-sign to tp.c.
2006-05-22 07:36:52 +00:00
he
07950b9fb6
Add initialization of a local variable to appease -Wuninitialized.
...
Marked with XXXGCC for hpcarm (found while compiling for it).
It appears that the reason is that gcc for this target is not able
to determine unchanging complementary conditionals and sort out the
corresponding assignment / use.
2005-06-07 14:01:49 +00:00
jrf
190b2e4c51
Replaced strncpy with strlcpy. Thanks to Peter Postma who
...
pointed them our in PR #25762 . Approved by christos@NetBSD.org .
2004-09-07 13:20:39 +00:00
wiz
d5d52b4515
Fix some typos.
2004-02-24 15:12:18 +00:00
uwe
99b1f08d32
#include <string.h> for memset and memcpy.
...
Caught by gcc 3.3.
2003-07-08 23:33:50 +00:00
uwe
e8eb650251
"extra tokens at end of #endif directive".
...
Caught by gcc 3.3.
2003-07-08 23:26:55 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
takemura
bb756166c0
Used ioctl command WSMOUSEIO_GETID to identify touch panel device.
2003-01-03 04:41:49 +00:00
takemura
56d35e34e6
Saved screen size (minX, maxX, minY, maxY) as well as calibration samples.
...
This change breaks parameter file format compatibility.
2002-12-15 09:13:21 +00:00
wiz
9236a5071b
Some grammar and mdoc improvements.
2002-08-29 11:07:11 +00:00
takemura
b8ce6e8201
Added touch panel calibration utility.
2002-08-27 14:12:09 +00:00