mirror of
https://gitee.com/openharmony/developtools_hdc
synced 2025-02-11 21:55:40 +00:00
!1773 【bug fix】【USB和无线均开启应为与,否则会造成连续触发两次reset hdcd】
Merge pull request !1773 from bchen90/master
This commit is contained in:
commit
d7f8aa8063
@ -46,8 +46,8 @@
|
||||
"setparam const.hdc.secure 1"
|
||||
]
|
||||
},{
|
||||
"name" : "param:persist.hdc.mode.tcp=enable || param:persist.hdc.mode.usb=enable",
|
||||
"condition" : "persist.hdc.mode.tcp=enable || persist.hdc.mode.usb=enable",
|
||||
"name" : "param:persist.hdc.mode.tcp=enable && param:persist.hdc.mode.usb=enable",
|
||||
"condition" : "persist.hdc.mode.tcp=enable && persist.hdc.mode.usb=enable",
|
||||
"cmds" : [
|
||||
"reset hdcd"
|
||||
]
|
||||
|
@ -60,8 +60,8 @@
|
||||
"setparam const.hdc.secure 0"
|
||||
]
|
||||
},{
|
||||
"name" : "param:persist.hdc.mode.tcp=enable || param:persist.hdc.mode.usb=enable",
|
||||
"condition" : "persist.hdc.mode.tcp=enable || persist.hdc.mode.usb=enable",
|
||||
"name" : "param:persist.hdc.mode.tcp=enable && param:persist.hdc.mode.usb=enable",
|
||||
"condition" : "persist.hdc.mode.tcp=enable && persist.hdc.mode.usb=enable",
|
||||
"cmds" : [
|
||||
"reset hdcd"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user