summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/ihidev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* On some laptops that have a Windows Precision Touchpad (imt) andjcs2020-07-091-7/+12
* ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@cheloha2020-01-241-10/+3
* ihidev: continue doing polling when interrupt setup failsjcs2019-07-311-2/+2
* Even when polling is requested, install ihidev's interrupt handlerjcs2019-07-221-7/+62
* change psize to a signed int to cope with it going negative sincejcs2019-04-081-4/+3
* fix a memory leak in ihidev_hid_command()jsg2018-09-201-1/+2
* Move HID->bus constant conversion for HID report types out of ihidevjcs2018-08-251-12/+3
* revert previous changes to enable dwiic on Dell precision as it seemsmlarkin2018-01-121-2/+2
* Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reportsmlarkin2018-01-081-2/+2
* add an adaptive polling mode when no interrupt handler is available,jcs2017-11-291-32/+101
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-2/+2
* Print a meaningful interrupt string for i2c devices.kettenis2016-04-231-3/+2
* Fix layer violation in the ihidev(4) code by implementing a generic mechanismkettenis2016-04-101-19/+8
* Add support for I2C HID devices with GPIO signalled interrupts.jsg2016-04-021-3/+12
* use hid_desc fields since we have them, instead of manual offsetsjcs2016-01-291-34/+23
* add the ability to set and get reportsjcs2016-01-201-81/+300
* Several fixes for dwiic(4).kettenis2016-01-141-10/+10
* Use I2C_F_POLL flag when acquiring and releasing the i2c bus in thekettenis2016-01-141-6/+9
* When iterating over the report IDs to calculate the maximum size, takekettenis2016-01-141-16/+14
* fix hid packet length calculationjcs2016-01-131-4/+4
* Don't confuse the HID descriptor address (which really is an office into thekettenis2016-01-131-3/+4
* rename new i2c_attach_args fields to avoid conflict with cpp magic inderaadt2016-01-121-4/+4
* Add dwiic, a driver for the Synopsys DesignWare i2c controller foundjcs2016-01-121-0/+574