1.\" $OpenBSD: uwacom.4,v 1.5 2023/08/12 20:49:29 miod Exp $ 2.\" 3.\" Copyright (c) 2016 Frank Groeneveld <frank@frankgroeneveld.nl> 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 DISCAIMS 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: August 12 2023 $ 18.Dt UWACOM 4 19.Os 20.Sh NAME 21.Nm uwacom 22.Nd Wacom USB tablets 23.Sh SYNOPSIS 24.Cd "uwacom* at uhidev?" 25.Cd "wsmouse* at uwacom? mux 0" 26.Sh DESCRIPTION 27The 28.Nm 29driver provides basic support for Wacom USB tablets. 30Access to these devices is through the 31.Xr wscons 4 32framework. 33.Pp 34Absolute positioning of the mouse cursor can be done by hovering the pen above 35the tablet. 36Touching the tablet with the pen tip will emulate mouse button 0, 37while the two pen buttons will emulate button 1 and button 2. 38.Pp 39The 40.Nm 41driver supports the following Wacom tablets: 42.Bl -column "Intuos Draw" "Model Number" -offset 6n 43.It Em Name Ta Em Model Number 44.It Li Intuos Draw Ta CTL-490 45.It Li Intuos S Ta CTL-4100 46.It Li One S Ta CTL-472 47.It Li One M Ta CTL-672 48.El 49.Sh SEE ALSO 50.Xr uhidev 4 , 51.Xr usb 4 , 52.Xr wsmouse 4 53.Sh HISTORY 54The 55.Nm 56driver 57first appeared in 58.Ox 6.1 . 59.Sh AUTHORS 60.An -nosplit 61The 62.Nm 63driver was written by 64.An Frank Groeneveld Aq Mt frank@frankgroeneveld.nl . 65Support for 66.Dq S 67models was written by 68.An Vladimir Meshcheriakov Aq Mt vladimir.meshcheriakov@epita.fr . 69.Sh CAVEATS 70Advanced features such as pen tip pressure are not supported. 71