mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 23:28:03 +00:00

The best way of not getting something wrong is to not require it in the first place... All plugins now use DeviceInstanceId-style quirk matches and we can just drop the prefix in all files. We were treating HwId=, Guid= and DeviceInstanceId= in exactly the same way -- they're just converted to GUIDs when building the silo!
24 lines
479 B
Plaintext
24 lines
479 B
Plaintext
# Jabra 410 [runtime]
|
|
[USB\VID_0B0E&PID_0412]
|
|
Plugin = jabra
|
|
JabraMagic = 0201
|
|
CounterpartGuid = USB\VID_0B0E&PID_0411
|
|
|
|
# Jabra 510 [runtime]
|
|
[USB\VID_0B0E&PID_0420]
|
|
Plugin = jabra
|
|
JabraMagic = 0201
|
|
CounterpartGuid = USB\VID_0B0E&PID_0421
|
|
|
|
# Jabra 710 [runtime]
|
|
[USB\VID_0B0E&PID_2475]
|
|
Plugin = jabra
|
|
JabraMagic = 0508
|
|
CounterpartGuid = USB\VID_0B0E&PID_0982
|
|
|
|
# Jabra 810 [runtime]
|
|
[USB\VID_0B0E&PID_2456]
|
|
Plugin = jabra
|
|
JabraMagic = 0508
|
|
CounterpartGuid = USB\VID_0B0E&PID_0971
|