Skip to content

Commit efcc8a2

Browse files
committed
resource: udev: add new USB ID for IMXUSBLoader
Add USB ID for i.MX93 SoC to IMXUSBLoader. Signed-off-by: Christian Hemp <c.hemp@phytec.de>
1 parent 0776eee commit efcc8a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

labgrid/resource/udev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def filter_match(self, device):
277277
("1fc9", "0128"), ("1fc9", "0126"),
278278
("1fc9", "012b"), ("1fc9", "0134"),
279279
("1fc9", "013e"), ("1fc9", "0146"),
280+
("1fc9", "014e"),
280281
("1b67", "4fff"), ("0525", "b4a4"), # SPL
281282
("3016", "1001"),
282283
]:

0 commit comments

Comments
 (0)