Skip to content

Commit 2d2a3e7

Browse files
committed
RKUSBLoader: add VID/PIDs for RK3562 and RK3506
The filter match list for RKUSBLoader do not include the VID/PID pair used by Rockchip RK3562 or RK3506 SoCs. Add the missing VID/PID pairs for RK3562 and RK3506. Signed-off-by: Jonas Karlman <[email protected]>
1 parent ae2f2a5 commit 2d2a3e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labgrid/resource/udev.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@ def filter_match(self, device):
317317
("2207", "350a"), # RK3568
318318
("2207", "350b"), # RK3588
319319
("2207", "350c"), # RK3528
320+
("2207", "350d"), # RK3562
320321
("2207", "350e"), # RK3576
322+
("2207", "350f"), # RK3506
321323
]:
322324
return False
323325

0 commit comments

Comments
 (0)