Age | Commit message (Expand) | Author |
2020-07-09 | On some laptops that have a Windows Precision Touchpad (imt) and | Joshua Stein |
2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. | Mark Kettenis |
2020-04-29 | Enable the trickle charger after setting the control register. | Patrick Wildt |
2020-04-29 | Update the trickle charger diode defines based on the datasheet, and | Patrick Wildt |
2020-04-29 | Writing and reading time has been broken in abcrtc(4) as well. I was | Patrick Wildt |
2020-04-29 | Configure abcrtc(4)'s trickle charger. This uses information | Patrick Wildt |
2020-04-29 | The function to write to abcrtc(4)'s configuration registers | Patrick Wildt |
2020-04-27 | Attach when the name matches "dallas,ds1307" which is what the device tree | Mark Kettenis |
2020-04-27 | Don't clear OSF flag when we attach such that we can reject the RTC clock | Mark Kettenis |
2020-04-25 | Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC. | Mark Kettenis |
2020-04-24 | Remove unused include. | Mark Kettenis |
2020-04-24 | Remove unused struct. | Mark Kettenis |
2020-01-24 | ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@ | cheloha |
2020-01-11 | Use block mode for smbus access as required by the IPMI standard and | Mark Kettenis |
2020-01-11 | Add constants to support block mode. Needed to support SMBus block read | Mark Kettenis |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2019-12-16 | Extend the expected SPD types to include DDR4 and low-power DDR3 & 4. | Claudio Jeker |
2019-10-06 | Fix month mask. | Mark Kettenis |
2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. | Patrick Wildt |
2019-09-03 | Avoid uninitialized variable; using a for loop like in siif_recvmsg() was | Mark Kettenis |
2019-08-19 | Add support for SMBus System Interface (SSIF). | Mark Kettenis |
2019-07-31 | ihidev: continue doing polling when interrupt setup fails | Joshua Stein |
2019-07-22 | Even when polling is requested, install ihidev's interrupt handler | Joshua Stein |
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 |