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