diff options
author | 2014-01-20 18:27:46 +0000 | |
---|---|---|
committer | 2014-01-20 18:27:46 +0000 | |
commit | 000800ae10524aa4e3ebda2b55cd2fba3da2867a (patch) | |
tree | ee2453ed2c3059e374cffc3064590335eb3d88c3 /sys/dev/usb/files.usb | |
parent | define UIPROTO_BOOT_MOUSE (diff) | |
download | wireguard-openbsd-000800ae10524aa4e3ebda2b55cd2fba3da2867a.tar.xz wireguard-openbsd-000800ae10524aa4e3ebda2b55cd2fba3da2867a.zip |
add ubcmtp, a USB driver for Broadcom multitouch trackpads found on
newer Apple MacBook laptops enabling two-finger scrolling and other
multi-finger gestures with the synaptics(4) driver
mostly done at the t2k13 hackathon
input from and ok mpi@
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 b736803d5a3..9ad82c509e6 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.111 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: files.usb,v 1.112 2014/01/20 18:27:46 jcs 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. @@ -104,6 +104,11 @@ device utpms: hid, wsmousedev attach utpms at uhidbus file dev/usb/utpms.c utpms +# Broadcom touchpad +device ubcmtp: wsmousedev +attach ubcmtp at uhub +file dev/usb/ubcmtp.c ubcmtp + # Cypress microcontroller based serial adpaters device ucycom: hid, ucombus attach ucycom at uhidbus |