summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/iatp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopjcs2018-07-301-7/+6
* set I2C_F_POLL when acquiring the iic bus in an interrupt handlerjcs2018-06-221-3/+3
* Add the compat-mode setup for wsmouse.bru2017-10-281-6/+27
* Don't compare array against null pointer; found by clang.kettenis2016-09-241-3/+2
* correct the size passed to free in iatp_write_regjsg2016-09-041-2/+2
* add iatp(4), a driver for the i2c touchpad and touchscreen found onjcs2016-09-011-0/+923