diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-17 05:37:32 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-17 05:37:32 +0000 |
commit | c9831e2d2e1ce8fd29fed99d7e89a38aacce331f (patch) | |
tree | dc2f27f1707cf432fbc52cd8a4933b33a4c91476 /sys/dev/usb | |
parent | ef066aff138b15621f409523ef6cf7883e64595e (diff) |
add uts(4); this was missing from the initial commit
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index d925e184e39..f1d5339e55f 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.68 2006/11/28 15:42:30 uwe Exp $ +# $OpenBSD: files.usb,v 1.69 2007/03/17 05:37:31 robert 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. @@ -81,6 +81,11 @@ device ums: hid, wsmousedev attach ums at uhidbus file dev/usb/ums.c ums +# USB Touchscreen +device uts: wsmousedev +attach uts at uhub +file dev/usb/uts.c uts + # Cypress microcontroller based serial adpaters device ucycom: hid, ucombus attach ucycom at uhidbus |