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