1.\" $OpenBSD: uts.4,v 1.4 2007/03/23 14:37:04 robert 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 March 16, 2007 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 37.Nm 38driver works with the following touchscreens: 39.Pp 40.Bl -dash -offset indent -compact 41.It 42LG L1510SF LCD Monitor 43.It 44Origin AE X15e HTPC case with 7" LCD 45.El 46.Sh SEE ALSO 47.Xr uhub 4 , 48.Xr usb 4 , 49.Xr wscons 4 , 50.Xr wsmouse 4 51.Sh HISTORY 52The 53.Nm 54driver first appeared in 55.Ox 4.2 . 56.Sh AUTHORS 57.An -nosplit 58The 59.Nm 60driver was written by 61.An Robert Nagy Aq robert@openbsd.org . 62