diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-20 01:26:01 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-20 01:26:01 +0000 |
commit | 3733a3817db89ab1ff676c67fcfdb946b4820d78 (patch) | |
tree | d346a13ebb9644c11c0e4c48fd888f2a55a94eac /sys/arch/amd64/conf | |
parent | 931b99bb793b391a061ef120612a93eed0984b70 (diff) |
add hidmt, a HID-layer driver for multitouch touchpads that conform
to the "Windows Precision Touchpad" standard. when a compatible
device is found, hidmt claims all report ids and switches the device
into multitouch packet mode.
add imt, an i2c-HID driver that sits between ihidev and hidmt
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ba6dd199f92..fee3c2ab7bf 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.413 2016/01/14 21:04:20 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.414 2016/01/20 01:26:00 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -151,10 +151,12 @@ sdtemp* at iic? # SO-DIMM (JC-42.4) temperature wbng* at iic? # Winbond W83793G nvt* at iic? # Novoton W83795G ihidev* at iic? # HID-over-i2c -ims* at ihidev? # i2c mouse/trackpad +ims* at ihidev? # HID-over-i2c mouse/trackpad wsmouse* at ims? mux 0 ikbd* at ihidev? # i2c keyboard wskbd* at ikbd? mux 1 +imt* at ihidev? # HID-over-i2c multitouch trackpad +wsmouse* at imt? mux 0 skgpio0 at isa? port 0x680 # Soekris net6501 GPIO and LEDs gpio* at skgpio? |