summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/upd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-5/+3
* revert manual additions of hid.h now that usbhid.h brings it injcs2016-01-091-3/+1
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-2/+3
* No need to wakeup(9) the sensor thread because upd_refresh() does notmpi2015-10-011-4/+2
* Four new sensors, from David Higgs.mpi2015-06-171-3/+17
* Make the "Battery Present" sensor a depency of all the battery-relatedmpi2015-05-141-2/+6
* Refresh sensor values asynchronously.mpi2015-05-111-64/+86
* Link report descriptors to known sensors.mpi2015-04-301-9/+13
* Instead of using a single flat array for all sensors, put all thempi2015-04-301-34/+62
* Since upd(4) currently supports a known but limited number of sensors,mpi2015-04-271-38/+33
* with more unit convertion when new sensors will appear.mpi2015-04-271-21/+30
* Make use of DEVNAME(), from David Higgs.mpi2015-04-271-5/+6
* Small cleanups when attaching sensors, from David Higgs.mpi2015-04-011-6/+5
* use mallocarray(), then set the size afterwards. Prefer if people learnderaadt2015-01-111-4/+5
* Handle UPSes with broken report descriptors.mpi2014-12-111-2/+6
* Change uhidev(4) set/get report functions in various way.mpi2014-12-111-14/+9
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Backport FreeBSD's HID parser in order to properly parse `moderm'mpi2014-05-121-8/+7
* Remove device white-listing as matching method, relies on on usage idandre2014-04-291-38/+2
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-9/+7
* - Remove a enumerator for supported sensors, makes better usage of our usb api;andre2014-04-071-136/+197
* Add several devices we already have defined in usbdevs and are also known to beandre2014-03-201-1/+1
* *** empty log message ***andre2014-03-201-2/+28
* When BatteryPresent flag is not set, invalidate battery-dependent sensors.andre2014-03-191-20/+32
* spacingderaadt2014-03-191-2/+2
* Add upd(4) to the tree, disabled. Please do not enable it yet.andre2014-03-171-0/+317