mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-19 19:55:54 +00:00

This speeds up startup as we're only calling fu_plugin_udev_device_added() on plugins that can actually handle the device.
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
# Unifying Receiver
|
|
[DeviceInstanceId=HIDRAW\VEN_046D&DEV_C52B]
|
|
Plugin = unifying
|
|
GType = FuUnifyingRuntime
|
|
VendorId=USB:0x046D
|
|
InstallDuration = 30
|
|
|
|
# Nordic
|
|
[DeviceInstanceId=USB\VID_046D&PID_AAAA]
|
|
Plugin = unifying
|
|
GType = FuUnifyingBootloaderNordic
|
|
FirmwareSizeMin = 0x4000
|
|
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
|
|
InstallDuration = 30
|
|
|
|
# Nordic Pico
|
|
[DeviceInstanceId=USB\VID_046D&PID_AAAE]
|
|
Plugin = unifying
|
|
GType = FuUnifyingBootloaderNordic
|
|
FirmwareSizeMin = 0x4000
|
|
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
|
|
InstallDuration = 30
|
|
|
|
# Texas
|
|
[DeviceInstanceId=USB\VID_046D&PID_AAAC]
|
|
Plugin = unifying
|
|
GType = FuUnifyingBootloaderTexas
|
|
FirmwareSizeMin = 0x4000
|
|
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
|
|
InstallDuration = 18
|
|
|
|
# Texas Pico
|
|
[DeviceInstanceId=USB\VID_046D&PID_AAAD]
|
|
Plugin = unifying
|
|
GType = FuUnifyingBootloaderTexas
|
|
FirmwareSizeMin = 0x4000
|
|
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
|
|
InstallDuration = 18
|
|
|
|
# Possible HID++ v2.0 peripheral device
|
|
[DeviceInstanceId=HIDRAW\VEN_046D]
|
|
Plugin = unifying
|
|
GType = FuUnifyingPeripheral
|