fwupd/plugins/unifying/unifying.quirk
Richard Hughes 9d3f791727 unifying: Use the new daemon-provided functionality
Until now, the unifying plugin was a 'special snowflake' and did things in very
different ways to the other plugins. Refactor each object to derive from either
FuUsbDevice or FuUdevDevice, and then remove LuDevice and the LuContext layers.
2018-09-07 16:22:38 +01:00

34 lines
804 B
Plaintext

# Unifying Receiver
[DeviceInstanceId=HIDRAW\VEN_046D&DEV_C52B]
Plugin = unifying
Flags = is-receiver
VendorId=USB:0x046D
# Nordic
[DeviceInstanceId=USB\VID_046D&PID_AAAA]
Plugin = unifying
Flags = is-bootloader,is-nordic
FirmwareSizeMin = 0x4000
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
# Nordic Pico
[DeviceInstanceId=USB\VID_046D&PID_AAAE]
Plugin = unifying
Flags = is-bootloader,is-nordic
FirmwareSizeMin = 0x4000
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
# Texas
[DeviceInstanceId=USB\VID_046D&PID_AAAC]
Plugin = unifying
Flags = is-bootloader,is-texas
FirmwareSizeMin = 0x4000
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B
# Texas Pico
[DeviceInstanceId=USB\VID_046D&PID_AAAD]
Plugin = unifying
Flags = is-bootloader,is-texas
FirmwareSizeMin = 0x4000
CounterpartGuid = HIDRAW\VEN_046D&DEV_C52B