diff --git a/tools/psoc6/get-devs.py b/tools/psoc6/get-devs.py index 4e612d0dd480b..1838d836b2649 100644 --- a/tools/psoc6/get-devs.py +++ b/tools/psoc6/get-devs.py @@ -45,7 +45,7 @@ def is_device_attr_found(line, pattern): # It is a kitprog probe is these matches # are found in the device attributes required_attr_match = [ - 'ATTRS{interface}=="KitProg\d USBUART"', + 'ATTRS{interface}=="KitProg\d.*"', 'ATTRS{product}==".*KitProg\d.*"', ]