Skip to content

Commit

Permalink
tools/psoc6/get-devs.py: Generalized matching for kitprog3 devices.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Feb 6, 2024
1 parent e8afd39 commit 585822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/psoc6/get-devs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"',
]

Expand Down

0 comments on commit 585822a

Please sign in to comment.