Age | Commit message (Expand) | Author |
2019-04-08 | change psize to a signed int to cope with it going negative since | Joshua Stein |
2019-01-02 | abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants. | Patrick Wildt |
2018-09-20 | fix a memory leak in ihidev_hid_command() | Jonathan Gray |
2018-09-01 | Match on interfaces with Digitizers/Touchscreen collections, as long | Joshua Stein |
2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices | Joshua Stein |
2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev | Joshua Stein |
2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop | Joshua Stein |
2018-07-09 | Strip down the (not enabled) pcagpio(4) GPIO extender. This removes | Patrick Wildt |
2018-06-22 | set I2C_F_POLL when acquiring the iic bus in an interrupt handler | Joshua Stein |
2018-04-07 | Add islrtc(4), a driver for the Intersil ISL1208 Real Time Clock. | Mark Kettenis |
2018-01-12 | revert previous changes to enable dwiic on Dell precision as it seems | Mike Larkin |
2018-01-08 | Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reports | Mike Larkin |
2017-11-30 | Add bgw(4), a driver for a family of Bosch acceleration sensors. | Mark Kettenis |
2017-11-29 | add an adaptive polling mode when no interrupt handler is available, | Joshua Stein |
2017-10-28 | Add the compat-mode setup for wsmouse. | Ulf Brosziewski |
2017-07-24 | pcxrtc(4), a driver for the NXP PCF8563 RTC. | Mark Kettenis |
2017-07-23 | this is imt, not ims | Joshua Stein |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-09-24 | Don't compare array against null pointer; found by clang. | Mark Kettenis |
2016-09-04 | correct the size passed to free in iatp_write_reg | Jonathan Gray |
2016-09-03 | zaurus has been retired | Philip Guenther |
2016-09-01 | add iatp(4), a driver for the i2c touchpad and touchscreen found on | Joshua Stein |
2016-06-20 | I2C driver for the Maxim DS1307 Real Time Clock chip. | Marcus Glocker |
2016-05-20 | Change the identification string to "nxp,pcf8523" as this is what is stored | Mark Kettenis |
2016-05-16 | Attempt to clear the OS flag when we attach. | Mark Kettenis |
2016-05-16 | Add pcfrtc(4). | Mark Kettenis |
2016-05-16 | Driver for the NXP PCF8523 Real Time Clock. | Mark Kettenis |
2016-05-12 | If writing the control register fails, bail out without attaching any sensors. | Mark Kettenis |
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 |