diff options
author | 2013-05-31 19:32:30 +0000 | |
---|---|---|
committer | 2013-05-31 19:32:30 +0000 | |
commit | a393b627300249482c2ee896c554579242d9a35c (patch) | |
tree | bc8285edefacbe2f9513bbc2b91f94516b878d2a /sys/dev/usb/files.usb | |
parent | Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle. (diff) | |
download | wireguard-openbsd-a393b627300249482c2ee896c554579242d9a35c.tar.xz wireguard-openbsd-a393b627300249482c2ee896c554579242d9a35c.zip |
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@
Diffstat (limited to 'sys/dev/usb/files.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 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 |