Age | Commit message (Expand) | Author |
2016-04-23 | Print a meaningful interrupt string for i2c devices. | Mark Kettenis |
2016-04-10 | Fix layer violation in the ihidev(4) code by implementing a generic mechanism | Mark Kettenis |
2016-04-02 | Add support for I2C HID devices with GPIO signalled interrupts. | Jonathan Gray |
2016-01-31 | remove old link to documentation, it's in ihidev.c | Joshua Stein |
2016-01-29 | use hid_desc fields since we have them, instead of manual offsets | Joshua Stein |
2016-01-20 | add hidmt, a HID-layer driver for multitouch touchpads that conform | Joshua Stein |
2016-01-20 | add the ability to set and get reports | Joshua Stein |
2016-01-14 | Several fixes for dwiic(4). | Mark Kettenis |
2016-01-14 | Use I2C_F_POLL flag when acquiring and releasing the i2c bus in the | Mark Kettenis |
2016-01-14 | When iterating over the report IDs to calculate the maximum size, take | Mark Kettenis |
2016-01-14 | Driver for HID-over-i2c keyboards. | Mark Kettenis |
2016-01-13 | fix hid packet length calculation | Joshua Stein |
2016-01-13 | Don't confuse the HID descriptor address (which really is an office into the | Mark Kettenis |
2016-01-12 | rename new i2c_attach_args fields to avoid conflict with cpp magic in | Theo de Raadt |
2016-01-12 | Add dwiic, a driver for the Synopsys DesignWare i2c controller found | Joshua Stein |
2015-05-30 | Acquire/release the i2c bus before/after reading the temperature register. | Mark Kettenis |
2015-05-29 | Revert unrelated changes in previous. | Masao Uebayashi |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-11-14 | add some more sdtemp devices | Jonathan Gray |
2014-10-12 | Do not compile sensor code if option SMALL_KERNEL | Miod Vallat |
2014-09-27 | add some more sdtemp devices | Jonathan Gray |
2014-09-26 | Don't mask off revision bits for tests against a full | Jonathan Gray |
2013-07-05 | Provide a forward declaration of struct device. | Mark Kettenis |
2013-04-20 | Implement support for "clock stretching" where a slave device pulls down SCL | Mark Kettenis |
2013-03-31 | Unbreak the build on amd64 by making sure that inteldrm pulls in the generic | Mark Kettenis |
2011-10-07 | Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model check | Theo de Raadt |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-03 | Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. | Mark Kettenis |
2011-05-26 | The check for the mcp98243 sdtemp(4) device was too strict. Relax it. | Theo de Raadt |
2011-03-10 | Add support for detecting the NXP SA56004X (we have not actually | Theo de Raadt |
2010-07-09 | 3 more JEDEC JC-42.4 sensors are the market | Theo de Raadt |
2010-03-22 | Detect Nuvoton W83795G. | Mark Kettenis |
2010-03-22 | Split existing spdmem@i2c code into bus-agnostic spd record decoding code, | Miod Vallat |
2009-12-28 | correct id for 2nd type of stts424e02; from cnst | Theo de Raadt |
2009-10-05 | match() function was leaving the i2c bus locked; ok kettenis | Theo de Raadt |
2009-09-13 | Don't try to check for ECC with fbdimm as the offset exceeds | Jonathan Gray |
2009-08-12 | only pull in the source file if it is needed, so that all the others | Theo de Raadt |
2009-08-12 | Mark sensor as invalid if the i2c transaction to read its value fails. | Mark Kettenis |
2009-08-12 | New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok... | Constantine A. Murenin |
2009-07-10 | check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadt | Constantine A. Murenin |
2009-07-10 | fix the complement in the 2's complement patch from yesterday; ok deraadt | Constantine A. Murenin |
2009-07-10 | support onsemi's cat34ts02 and cat6095; ok deraadt | Constantine A. Murenin |
2009-07-10 | the temperature value is really a 13-bit 2's complement; ok deraadt | Constantine A. Murenin |
2009-07-10 | fix the mask for the sign bit and some comment; ok deraadt | Constantine A. Murenin |
2009-05-23 | Seems I confused Mb and MB and was in too much of a rush when I | Jonathan Gray |
2009-04-22 | remove a meaningless sensor.desc; ok deraadt | Constantine A. Murenin |
2009-03-14 | apologize (dlg and claudio, stop snickering) | Theo de Raadt |
2009-02-22 | Untested FB-DIMM decoding adapted from changes made to NetBSD | Jonathan Gray |
2009-02-19 | Indicate if a thermal sensor is present on ddr3 modules. | Jonathan Gray |