Method

FwupdPluginUdevDeviceset_bind_id

Declaration [src]

void
fu_udev_device_set_bind_id (
  FuUdevDevice* self,
  const gchar* bind_id
)

Description [src]

Sets the device ID used for binding the device, e.g. pci:1:2:3

Available since:1.7.2

Parameters

bind_id const gchar*
 

A bind-id string, e.g. pci:0:0:1

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