CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/19 18:26:00
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/i2c : files.i2c
sys/dev/hid : files.hid hid.h
Added files:
sys/dev/i2c : imt.c
sys/dev/hid : hidmt.c hidmtvar.h
Log message:
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