Enumeration
FwupdPluginUdevDeviceFlags
Members
-
FU_UDEV_DEVICE_FLAG_NONE
-
No flags set.
- Value:
0
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_OPEN_READ
-
Open the device read-only.
- Value:
1
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_OPEN_WRITE
-
Open the device write-only.
- Value:
2
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_VENDOR_FROM_PARENT
-
Get the vendor ID from a parent or grandparent.
- Value:
4
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_USE_CONFIG
-
Read and write from the device config.
- Value:
8
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_OPEN_NONBLOCK
-
Open nonblocking, e.g. O_NONBLOCK.
- Value:
16
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_OPEN_SYNC
-
Open sync, e.g. O_SYNC.
- Value:
32
- Available since: 1.0
- Value:
-
FU_UDEV_DEVICE_FLAG_IOCTL_RETRY
-
Retry the
ioctl()
call when required.- Value:
64
- Available since: 1.0
- Value: