diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-09-01 10:04:52 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-09-01 10:04:52 +0000 |
commit | b3e844555b2281b3d36839420975b199754dbf7f (patch) | |
tree | f7f2a5c050613e536ec5d8a1a9df9ec27bc872f1 /sys/arch | |
parent | 98dae8dd32271081ac91829aa0c44b81f2e43f6b (diff) |
add iatp(4), a driver for the i2c touchpad and touchscreen found on
the chromebook pixel
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index d21197918e1..31a0d9e2a3f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.429 2016/09/01 09:58:38 jcs Exp $ +# $OpenBSD: GENERIC,v 1.430 2016/09/01 10:04:51 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -165,6 +165,8 @@ ikbd* at ihidev? # i2c keyboard wskbd* at ikbd? mux 1 imt* at ihidev? # HID-over-i2c multitouch trackpad wsmouse* at imt? mux 0 +iatp* at iic? # Atmel maXTouch i2c touchpad/touchscreen +wsmouse* at iatp? mux 0 skgpio0 at isa? port 0x680 # Soekris net6501 GPIO and LEDs gpio* at skgpio? |