oops prevent next if WDM
This commit is contained in:
parent
0e2874ae67
commit
d76c7a15de
|
|
@ -53,9 +53,9 @@
|
|||
|
||||
|
||||
function isWdm() {
|
||||
console.log("selectedDeviceInfo", selectedDeviceInfo)
|
||||
return true
|
||||
return selectedDeviceInfo.input.info.type == 'Win32_wdm' || selectedDeviceInfo.output.info.type == 'Win32_wdm'
|
||||
}
|
||||
|
||||
function isGoodFtue() {
|
||||
return (isWdm() || validIOScore) && !asynchronousInvalidDevice;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue