Method

FwupdPluginDeviceset_backend_id

Declaration [src]

void
fu_device_set_backend_id (
  FuDevice* self,
  const gchar* backend_id
)

Description [src]

Sets the backend ID on the device. This is designed to disambiguate devices with the same physical ID. This is typically a Linux sysfs path or USB platform ID.

Available since:1.5.8

Parameters

backend_id const gchar*
 

A string, e.g. dev2

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.