From 6406ee73cec08b2119ddff71666be2698e27ca05 Mon Sep 17 00:00:00 2001 From: jcs Date: Thu, 1 Sep 2016 10:04:51 +0000 Subject: add iatp(4), a driver for the i2c touchpad and touchscreen found on the chromebook pixel --- sys/dev/i2c/files.i2c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/i2c/files.i2c') diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index c9103c79f1d..8e2858473e2 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.56 2016/06/20 13:42:42 mglocker Exp $ +# $OpenBSD: files.i2c,v 1.57 2016/09/01 10:04:51 jcs Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -204,3 +204,8 @@ file dev/i2c/ims.c ims device imt: hid, hidmt, wsmousedev attach imt at ihidbus file dev/i2c/imt.c imt + +# Atmel maXTouch trackpad/touchscreen +device iatp: wsmousedev +attach iatp at i2c +file dev/i2c/iatp.c iatp -- cgit v1.2.3-59-g8ed1b