Skip to content

Commit a58edbd

Browse files
authored
Merge pull request #1694 from DiogoSilva14/dps/imx8qm-model-id
IMXUSBLoader: Add MODEL_ID for I.MX8QM
2 parents 0288e4b + 3146943 commit a58edbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/resource/udev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def filter_match(self, device):
287287
("1fc9", "0128"), ("1fc9", "0126"),
288288
("1fc9", "012b"), ("1fc9", "0134"),
289289
("1fc9", "013e"), ("1fc9", "0146"),
290-
("1fc9", "014e"),
290+
("1fc9", "014e"), ("1fc9", "0129"),
291291
("1b67", "4fff"), ("0525", "b4a4"), # SPL
292292
("3016", "1001"),
293293
]:

0 commit comments

Comments
 (0)