Age | Commit message (Expand) | Author |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-06-17 | Four new sensors, from David Higgs. | Martin Pieuchot |
2015-05-14 | Make the "Battery Present" sensor a depency of all the battery-related | Martin Pieuchot |
2015-05-11 | Refresh sensor values asynchronously. | Martin Pieuchot |
2015-04-30 | Link report descriptors to known sensors. | Martin Pieuchot |
2015-04-30 | Instead of using a single flat array for all sensors, put all the | Martin Pieuchot |
2015-04-27 | Since upd(4) currently supports a known but limited number of sensors, | Martin Pieuchot |
2015-04-27 | with more unit convertion when new sensors will appear. | Martin Pieuchot |
2015-04-27 | Make use of DEVNAME(), from David Higgs. | Martin Pieuchot |
2015-04-01 | Small cleanups when attaching sensors, from David Higgs. | Martin Pieuchot |
2015-01-11 | use mallocarray(), then set the size afterwards. Prefer if people learn | Theo de Raadt |
2014-12-11 | Handle UPSes with broken report descriptors. | Martin Pieuchot |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-12 | Backport FreeBSD's HID parser in order to properly parse `moderm' | Martin Pieuchot |
2014-04-29 | Remove device white-listing as matching method, relies on on usage id | Andre de Oliveira |
2014-04-15 | Modify the uhidev_*_report() methods to always take a report ID argument | Martin Pieuchot |
2014-04-07 | - Remove a enumerator for supported sensors, makes better usage of our usb api; | andre |
2014-03-20 | Add several devices we already have defined in usbdevs and are also known to be | andre |
2014-03-20 | *** empty log message *** | andre |
2014-03-19 | When BatteryPresent flag is not set, invalidate battery-dependent sensors. | andre |
2014-03-19 | spacing | Theo de Raadt |
2014-03-17 | Add upd(4) to the tree, disabled. Please do not enable it yet. | andre |