mirror of
https://git.proxmox.com/git/fwupd
synced 2026-01-02 21:15:00 +00:00
trivial: Do not print (null) for the new Unifying feature index
This commit is contained in:
parent
365380efed
commit
5e3c19092f
@ -108,6 +108,8 @@ lu_hidpp_feature_to_string (guint16 feature)
|
||||
return "Root";
|
||||
if (feature == HIDPP_FEATURE_I_FIRMWARE_INFO)
|
||||
return "IFirmwareInfo";
|
||||
if (feature == HIDPP_FEATURE_GET_DEVICE_NAME_TYPE)
|
||||
return "GetDevicenameType";
|
||||
if (feature == HIDPP_FEATURE_BATTERY_LEVEL_STATUS)
|
||||
return "BatteryLevelStatus";
|
||||
if (feature == HIDPP_FEATURE_DFU_CONTROL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user