mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 17:28:20 +00:00
dfu: Add support for more Poly usb devices
Specify the Flags in dfu.qurik for Poly Studio R30, P5 and E70.
This commit is contained in:
parent
cb5912c941
commit
bb5bae8c17
@ -355,7 +355,7 @@ Plugin = dfu
|
|||||||
Flags = manifest-poll
|
Flags = manifest-poll
|
||||||
RemoveDelay = 30000
|
RemoveDelay = 30000
|
||||||
|
|
||||||
# Poly P30
|
# Poly Studio P15
|
||||||
[USB\VID_095D&PID_9290]
|
[USB\VID_095D&PID_9290]
|
||||||
Plugin = dfu
|
Plugin = dfu
|
||||||
Flags = manifest-poll
|
Flags = manifest-poll
|
||||||
@ -384,3 +384,33 @@ RemoveDelay = 9000
|
|||||||
Plugin = dfu
|
Plugin = dfu
|
||||||
Flags = manifest-poll
|
Flags = manifest-poll
|
||||||
RemoveDelay = 9000
|
RemoveDelay = 9000
|
||||||
|
|
||||||
|
# Poly Studio R30
|
||||||
|
[USB\VID_095D&PID_92B2]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 60000
|
||||||
|
[USB\VID_095D&PID_92B3]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 60000
|
||||||
|
|
||||||
|
# Poly Studio P5
|
||||||
|
[USB\VID_095D&PID_9296]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 9000
|
||||||
|
[USB\VID_095D&PID_9297]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 9000
|
||||||
|
|
||||||
|
# Poly Studio E70
|
||||||
|
[USB\VID_095D&PID_92A1]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 90000
|
||||||
|
[USB\VID_095D&PID_92A2]
|
||||||
|
Plugin = dfu
|
||||||
|
Flags = manifest-poll
|
||||||
|
RemoveDelay = 90000
|
||||||
|
Loading…
Reference in New Issue
Block a user