summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* idevice: Prefer the user-chosen name when availableKai Uwe Broulik2022-11-161-0/+10
* enumerator-udev: also check for an idevice on "usb" subsystemMaciej S. Szmigiero2022-10-292-2/+23
* enumerator-udev: actually check for an ideviceMaciej S. Szmigiero2022-10-211-0/+5
* supply-battery: Assume battery is present if the attr is missingBenjamin Berg2022-09-091-1/+3
* linux: Test whether BT mice get de-duplicatedBastien Nocera2022-09-051-0/+15
* linux: Make BT mouse export its serial numberBastien Nocera2022-09-051-1/+2
* linux: Make BT mice use the same address in testsBastien Nocera2022-09-051-5/+5
* linux: Hide duplicate Logitech Bluetooth devicesBastien Nocera2022-09-051-0/+57
* daemon: Don't count hidden devicesBastien Nocera2022-09-051-1/+2
* daemon: Don't warn if a device gets unexportedBastien Nocera2022-09-051-4/+4
* daemon: Don't add unexported devices to the arrayBastien Nocera2022-09-051-1/+4
* device: Make it possible to remove devices from D-BusBastien Nocera2022-09-052-2/+15
* battery: Quiet debug messageBastien Nocera2022-09-051-1/+1
* linux: Fix reading capacity_level with newer libgudevBastien Nocera2022-09-051-4/+1
* linux: Allow filling only the serial from siblingBastien Nocera2022-09-051-7/+9
* linux: Fix BlueZ device names not synchronisingBastien Nocera2022-09-021-3/+4
* openbsd: initialize new_state with a default value before using itLandry Breuil2022-08-251-1/+1
* openbsd: move most initialization code from _init to _coldplug (fixes #201)Landry Breuil2022-08-101-58/+55
* battery: User power/current reading from batteryBenjamin Berg2022-07-212-7/+38
* battery: Make repolling more explicitBenjamin Berg2022-07-211-21/+19
* battery: Better separate power usage estimation codeBenjamin Berg2022-07-211-38/+40
* daemon: Reevaluate polling timeout after resumeBenjamin Berg2022-07-121-0/+2
* test: Add battery ID changing test for history loading/savingBenjamin Berg2022-06-221-0/+42
* device: Reload history when the ID changesBenjamin Berg2022-06-222-17/+31
* test: Fix flaky battery aggregation testBenjamin Berg2022-06-211-5/+10
* supply-battery: Fixup commentBenjamin Berg2022-06-211-3/+1
* supply-battery: Stop reading voltage_presentBenjamin Berg2022-06-211-7/+0
* battery: Add full/empty guessing based on capacityBenjamin Berg2022-06-212-4/+48
* test: Add test for charging/discharging guessing based on rateBenjamin Berg2022-06-211-0/+40
* battery: Guess charging/discharging state based on energy rateBenjamin Berg2022-06-211-9/+29
* linux: Use new battery class and drop unused codeBenjamin Berg2022-06-213-621/+22
* linux: Add new UpDeviceSupplyBattery classBenjamin Berg2022-06-215-1/+381
* Add generic UpDeviceBattery base classBenjamin Berg2022-06-214-0/+577
* daemon: Iterate mainloop during coldplugBenjamin Berg2022-06-151-0/+4
* test: Disable battery polling to make test more stableBenjamin Berg2022-06-151-1/+10
* test: Test state guessing for one and two batteriesBenjamin Berg2022-06-141-32/+41
* daemon: Guess state for multiple batteries without ACBenjamin Berg2022-06-141-19/+9
* daemon: Move state guessing after percentage calculationBenjamin Berg2022-06-141-14/+20
* supply: Use percentage to guess empty STATEBenjamin Berg2022-06-141-1/+1
* test: Properly wait for idle handler after ueventsBenjamin Berg2022-06-091-6/+15
* test: Add test for mice that have keysBenjamin Berg2022-06-081-0/+41
* supply: Use differing priority within input node and between themBenjamin Berg2022-06-081-4/+23
* supply: Remove ID_INPUT_TABLET_PAD check as it implies ID_INPUT_TABLETBenjamin Berg2022-06-081-1/+0
* Move battery type decoding into common fileBenjamin Berg2022-06-075-73/+31
* test: Test all possible inputs for daemon state aggregationBenjamin Berg2022-06-071-48/+71
* daemon: Update aggregate state matching and handle UNKNOWN stateBenjamin Berg2022-06-072-94/+70
* supply: Consistently use 90% threshold to consider a battery fullBenjamin Berg2022-06-033-6/+5
* freebsd: Use correct up_make_safe_string definitionBenjamin Berg2022-06-032-2/+2
* common: Return original pointer from up_make_safe_stringBenjamin Berg2022-05-272-4/+6
* test: Disable systemd v251 sysfs verificationBenjamin Berg2022-05-251-0/+2