1.\" $OpenBSD: uts.4,v 1.13 2013/07/16 16:05:49 schwarze Exp $ 2.\" 3.\" Copyright (c) 2005 Robert Nagy <robert@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: July 16 2013 $ 18.Dt UTS 4 19.Os 20.Sh NAME 21.Nm uts 22.Nd USB touchscreen support 23.Sh SYNOPSIS 24.Cd "uts* at uhub?" 25.Cd "wsmouse* at uts? mux 0" 26.Sh DESCRIPTION 27The 28.Nm 29driver provides support for USB touchscreens. 30Access to the touchscreen is provided through the 31.Xr wscons 4 32framework. 33.Pp 34Touching the screen will emulate mouse button 0 being pressed. 35.Pp 36The touchscreen sensor is poorly aligned, therefore 37.Xr xtsscale 1 38should be used to provide calibration results to the 39.Nm 40driver. 41.Pp 42The 43.Nm 44driver works with the following touchscreens and panels: 45.Pp 46.Bl -dash -offset indent -compact 47.It 48Gunze USB Touch Panel 49.It 50Hantouch 51.It 52LG L1510SF LCD Monitor 53.It 54Origin AE X15e HTPC case with 7" LCD 55.El 56.Sh SEE ALSO 57.Xr xtsscale 1 , 58.Xr uhub 4 , 59.Xr usb 4 , 60.Xr wscons 4 , 61.Xr wsmouse 4 62.Sh HISTORY 63The 64.Nm 65driver first appeared in 66.Ox 4.2 . 67.Sh AUTHORS 68.An -nosplit 69The 70.Nm 71driver was written by 72.An Robert Nagy Aq Mt robert@openbsd.org . 73