diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2023-07-08 02:43:03 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2023-07-08 02:43:03 +0000 |
commit | 7805eb950d0c6983132053401bf06828e7c863df (patch) | |
tree | e97c11cf2c9e146e9a2b034c8dba8a48fc8f8ebf /sys/arch/amd64 | |
parent | 16abe105299e3698cdd36afeee11d2ae9cb43e62 (diff) |
Add ietp driver for Elantech I2C touchpads
From Vladimir Serbinenko
Diffstat (limited to 'sys/arch/amd64')
-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 c8e4ec8284e..ebe14c397c4 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.517 2023/04/23 00:50:29 dlg Exp $ +# $OpenBSD: GENERIC,v 1.518 2023/07/08 02:43:02 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -194,6 +194,8 @@ 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 +ietp* at iic? # Elantech touchpad +wsmouse* at ietp? mux 0 icc* at ihidev? # Consumer Control keyboards wskbd* at icc? mux 1 |