summaryrefslogtreecommitdiff
path: root/usr.sbin/ztsscale
AgeCommit message (Collapse)Author
2007-06-17do not try to reopen the wsmouse device whenRobert Nagy
the calibration was not accurate enough and keep the device open all the time since there is no need to close and reopen it if we need to retry.
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29adapt ztsscale and the installer to use wscons ioctls for calibration;Robert Nagy
ok deraadt@
2007-02-23remove some lintTheo de Raadt
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-04-28- restore machdep.ztsrawmode when exiting on a signalUwe Stuehler
- add comments and RCS tag to bitmap file
2005-04-28display a title above the message; suggested by deraadt@Uwe Stuehler
2005-04-28place this file in the public domainUwe Stuehler
2005-04-28more boring tweaksTheo de Raadt
2005-04-28boring tweaksTheo de Raadt
2005-04-27correct copyrightTheo de Raadt
2005-04-26add `zaurus' to .Dt line;Jason McIntyre
ok deraadt@
2005-04-25tweaks;Jason McIntyre
2005-04-25- don't loop infinitely after a missed "mouse up" eventUwe Stuehler
- display bitmaps correctly if width is not divisible by 8 - display another bitmap on error
2005-04-25- display a message centered on the screenUwe Stuehler
- undo a signal handler change which slipped in with the previous commit
2005-04-24use the last position of the pen before it was lifted upUwe Stuehler
2005-04-24- indentationUwe Stuehler
- do ratio calculations in double, not integer - reduce allowed error to 1% (not more than 6 pixels off) - add usage()
2005-04-24how to use ztsscale...Theo de Raadt
2005-04-24spacingTheo de Raadt
2005-04-24Import matthieu's touch screen calibration tool for zaurus.Uwe Stuehler
ok deraadt@