summaryrefslogtreecommitdiff
path: root/src/linux/up-device-supply.h
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add new UpDeviceSupplyBattery classBenjamin Berg2022-06-211-0/+2
| | | | | This split the functionality found in UpDeviceSupply to handle batteries out and is based on the previously added UpDeviceBattery class.
* device: Handle device coldplug using GInitableBenjamin Berg2022-04-201-2/+0
| | | | | | | There are only a few cases where we separate construction and coldplug. Porting to GInitable is relatively natural here and makes the code a little nicer overall. In the case that immediate coldplug/initialization is not desired, we can still split the operations.
* device: Move daemon/native object into construct only propertiesBenjamin Berg2022-04-011-2/+3
| | | | | | Rather than this weird situation where they are immediately passed in through the "coldplug" method. Doing this is the first step to make UpDevice into an initable object (removing the "coldplug" method).
* trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes2010-01-181-17/+17
|
* trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes2010-01-181-0/+56
ABI changes