oops prevent next if WDM

This commit is contained in:
Seth Call 2017-09-15 10:40:28 -05:00
parent 0e2874ae67
commit d76c7a15de
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}