Skip to content

Commit abfa1dd

Browse files
committed
resource: udev: add new USB ID for IMXUSBLoader
Add USB ID for i.MX91 and i.MX95 SoC to IMXUSBLoader. Signed-off-by: Christian Hemp <c.hemp@phytec.de>
1 parent 70f6150 commit abfa1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/resource/udev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def filter_match(self, device):
288288
("1fc9", "012b"), ("1fc9", "0134"),
289289
("1fc9", "013e"), ("1fc9", "0146"),
290290
("1fc9", "014e"), ("1fc9", "0129"),
291+
("1fc9", "0159"), ("1fc9", "015d"),
291292
("1b67", "4fff"), ("0525", "b4a4"), # SPL
292293
("3016", "1001"),
293294
]:

0 commit comments

Comments
 (0)