diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-21 12:56:05 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-21 12:56:05 +0000 |
commit | f84f22fe97271ed221b39d7fa7d1e347e3ba541a (patch) | |
tree | d7ec2d44568435399e6e98b10c97bd0a0d549aa1 | |
parent | c490cc3a77b2b3bae70cb87f7e2f985954b2d6ae (diff) |
start a list of supported devices
-rw-r--r-- | share/man/man4/uts.4 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man4/uts.4 b/share/man/man4/uts.4 index acd1bae26c4..958526c293a 100644 --- a/share/man/man4/uts.4 +++ b/share/man/man4/uts.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uts.4,v 1.2 2007/03/17 08:08:09 jmc Exp $ +.\" $OpenBSD: uts.4,v 1.3 2007/03/21 12:56:04 robert Exp $ .\" .\" Copyright (c) 2005 Robert Nagy <robert@openbsd.org> .\" @@ -32,6 +32,15 @@ Access to the touchscreen is provided through the framework. .Pp Touching the screen will emulate mouse button 0 being pressed. +.Pp +The +.Nm +driver works with the following touchscreens: +.Pp +.Bl -dash -offset indent -compact +.It +LG L1510SF LCD Monitor +.El .Sh SEE ALSO .Xr uhub 4 , .Xr usb 4 , |