CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2021/08/16 23:56:24
Modified files: sys/dev/usb : uhidpp.c Log message: Set the battery level sensor status to unknown while the battery is charging as some devices reports a level of zero during charging. Prevents certain sensorsd.conf actions from triggering as a battery level of zero would otherwise set the sensor status to critical. Thanks to Laurence Tratt <laurie at tratt dot net> for the report.