summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/files.usb
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2016-09-12 08:12:06 +0000
committermpi <mpi@openbsd.org>2016-09-12 08:12:06 +0000
commit7af0d1f0e25cc053b33e888254b311de588f0bb2 (patch)
tree70d4443764c9f81e34186071433e83ca6d57f7f2 /sys/dev/usb/files.usb
parentregen (diff)
downloadwireguard-openbsd-7af0d1f0e25cc053b33e888254b311de588f0bb2.tar.xz
wireguard-openbsd-7af0d1f0e25cc053b33e888254b311de588f0bb2.zip
Wacom USB tablet driver from Frank Groeneveld.
Currently attaches as a single child of uhidev(4) and offers basic pointer functionalities.
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r--sys/dev/usb/files.usb7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb
index efa13748f09..850f519db76 100644
--- a/sys/dev/usb/files.usb
+++ b/sys/dev/usb/files.usb
@@ -1,4 +1,4 @@
-# $OpenBSD: files.usb,v 1.130 2016/09/03 13:37:45 guenther Exp $
+# $OpenBSD: files.usb,v 1.131 2016/09/12 08:12:06 mpi Exp $
# $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $
#
# Config file and device description for machine-independent USB code.
@@ -435,3 +435,8 @@ file dev/usb/uberry.c uberry
device upd: hid
attach upd at uhidbus
file dev/usb/upd.c upd
+
+# Wacom tablets
+device uwacom: hid, hidms, wsmousedev
+attach uwacom at uhidbus
+file dev/usb/uwacom.c uwacom