Enumeration

FwupdDeviceProblem

Declaration

flags Fwupd.DeviceProblem

Description [src]

Problems are reasons why the device is not updatable.

All problems have to be fixable by the user, rather than the plugin author.

Members

Name Description
FWUPD_DEVICE_PROBLEM_NONE

No device problems detected.

FWUPD_DEVICE_PROBLEM_SYSTEM_POWER_TOO_LOW

The system power is too low to perform the update.

FWUPD_DEVICE_PROBLEM_UNREACHABLE

The device is unreachable, or out of wireless range.

FWUPD_DEVICE_PROBLEM_POWER_TOO_LOW

The device battery power is too low.

FWUPD_DEVICE_PROBLEM_UPDATE_PENDING

The device is waiting for the update to be applied.

FWUPD_DEVICE_PROBLEM_REQUIRE_AC_POWER

The device requires AC power to be connected.

FWUPD_DEVICE_PROBLEM_LID_IS_CLOSED

The device cannot be used while the laptop lid is closed.

FWUPD_DEVICE_PROBLEM_IS_EMULATED

The device is emulated from a different host.

FWUPD_DEVICE_PROBLEM_MISSING_LICENSE

The device cannot be updated due to missing vendor’s license.

FWUPD_DEVICE_PROBLEM_SYSTEM_INHIBIT

The device cannot be updated due to a system-wide inhibit.

FWUPD_DEVICE_PROBLEM_UPDATE_IN_PROGRESS

The device cannot be updated as it is already being updated.

FWUPD_DEVICE_PROBLEM_IN_USE

The device is in use and cannot be interrupted, for instance taking a phone call.

FWUPD_DEVICE_PROBLEM_DISPLAY_REQUIRED

The device cannot be used while there are no displays plugged in.

FWUPD_DEVICE_PROBLEM_LOWER_PRIORITY

We have two ways of communicating with one physical device, so we hide the worse one.

FWUPD_DEVICE_PROBLEM_UNKNOWN

This problem is not defined, this typically will happen from mismatched fwupd library and clients.