summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-20up-device-supply-battery: Explicitly define the battery energy/charge unitwip/kate/issue253Kate Hsuan1-6/+7
2023-11-09linux: stop assuming power supply of unknown type as batteryRatchanan Srirattanamet3-11/+70
2023-11-03linux: drop f-literals without format stringJelle van der Waa1-7/+7
2023-11-03linux: prefer is not None over !=Jelle van der Waa1-1/+1
2023-07-07build: make 'udevrulesdir' and 'udevhwdbdir' as Linux-onlyPino Toscano2-19/+21
2023-07-07ci: Work-around dnf builddep not being installableBastien Nocera1-7/+4
2023-07-06ci: Update last ABI breakBastien Nocera1-1/+1
2023-07-06build: Bump the library soname after recent changesBastien Nocera1-2/+2
2023-07-06lib: Remove deprecated up_client_get_devices()Bastien Nocera3-28/+5
2023-07-06all: Remove Lid handlingBastien Nocera13-764/+0
2023-07-061.90.2v1.90.2Bastien Nocera2-1/+16
2023-07-06linux: Add installed-tests manifestBastien Nocera2-0/+20
2023-07-06linux: Fix integration test to work under jhbuildBastien Nocera1-0/+1
2023-07-05linux: Work-around potential race in test_headset_hotplugBastien Nocera1-0/+1
2023-07-05linux: Emit added/removed signals when duplicates changeBastien Nocera1-11/+19
2023-07-05linux: Add test for device signals with wireless_statusBastien Nocera1-4/+20
2023-07-05linux: Add wait_for_mainloop() test helperBastien Nocera1-0/+5
2023-07-05linux: Emit added/removed signals when wireless_status changesBastien Nocera1-2/+7
2023-07-05device: Add up_device_is_registered()Bastien Nocera2-0/+7
2023-07-05device: Return success after up_device_registerBastien Nocera2-3/+4
2023-07-05linux: Fix integration test to work with system installed upower binaryMichael Biebl1-2/+4
2023-07-05build: Require a newer libgudevBastien Nocera1-1/+1
2023-07-05ci: Install newer libgudevBastien Nocera1-0/+20
2023-07-05ci: Also run on 'schedule' pipelinesBastien Nocera1-0/+1
2023-07-041.90.1v1.90.1Bastien Nocera2-1/+20
2023-07-04linux: Add test for is-present changes at runtimeBastien Nocera1-0/+14
2023-07-04linux: Update present property on refreshStuart Hayhurst1-6/+10
2023-07-04tests: Test a client running while daemon restartsBastien Nocera1-2/+23
2023-07-03lib: Avoid possible crash on daemon restartBastien Nocera1-0/+6
2023-07-03linux: Lower debug severityBastien Nocera1-3/+3
2023-07-03linux: Add test for "wireless_status" sysfs attributeBastien Nocera1-0/+33
2023-07-03linux: Set the "disconnected" property on eventsBastien Nocera1-5/+46
2023-07-03linux: Track "disconnected" property to hide devicesBastien Nocera1-0/+23
2023-07-03device: Add disconnected propertyBastien Nocera1-0/+21
2023-07-03daemon: Don't prepare a poll for a hidden deviceBastien Nocera1-3/+3
2023-07-03linux: Add headset hotplug testBastien Nocera2-0/+314
2023-07-03linux: Add debug to audio sub-type detectionBastien Nocera1-1/+2
2023-07-03linux: Add debug to uevent handlerBastien Nocera1-0/+2
2023-07-03linux: Don't overwrite detected type with another less precise oneBastien Nocera1-2/+12
2023-07-03linux: Another fix for headsets type detection when hotpluggedBastien Nocera1-1/+33
2023-07-03linux: Fix headsets type detection when hotpluggedBastien Nocera1-2/+17
2023-04-18linux: Remove unused variableBastien Nocera1-1/+0
2023-04-18battery: Fix some warningsLandry Breuil1-1/+1
2023-04-18ci: Add clang to the CI imageBastien Nocera1-0/+1
2023-04-18linux: Guard against devices with no serialBastien Nocera1-0/+2
2023-04-18linux: Add test for duplicate USB/Unifying devicesBastien Nocera2-0/+773
2023-04-17linux: Hide duplicate USB devicesBastien Nocera1-19/+56
2023-04-17device: Don't warn if the device is already registeredBastien Nocera1-4/+7
2023-04-17device: Export up_device_register()Bastien Nocera2-1/+2
2023-04-17tests: Add test for siblings overwiting good type guessesstuarthayhurst2-0/+199