From a393b627300249482c2ee896c554579242d9a35c Mon Sep 17 00:00:00 2001 From: mpi Date: Fri, 31 May 2013 19:32:30 +0000 Subject: Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move it to dev/usb because it could be used on intel based mac laptops. Discussed with jcs@, ok deraadt@ --- sys/dev/usb/files.usb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/files.usb') diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 79f47430d39..e9f8bebc65d 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.104 2013/04/29 13:38:35 mpi Exp $ +# $OpenBSD: files.usb,v 1.105 2013/05/31 19:32:30 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. @@ -103,6 +103,11 @@ device uhts: wsmousedev attach uhts at uhidbus file dev/usb/uhts.c uhts +# Apple USB Touchpad +device utpms: hid, wsmousedev +attach utpms at uhidbus +file dev/usb/utpms.c utpms + # Cypress microcontroller based serial adpaters device ucycom: hid, ucombus attach ucycom at uhidbus -- cgit v1.2.3-59-g8ed1b