Skip to content

Commit c894594

Browse files
Kwibooep1cman
authored andcommitted
RKUSBLoader: add VID/PIDs for RV1106, RV1103B and RV1126B
The filter match list for RKUSBLoader do not include the VID/PID pair used by Rockchip RV1106/RV1103, RV1103B/RV1106B or RV1126B SoCs. Add the missing VID/PID pairs for RV1106, RV1103B and RV1126B. Signed-off-by: Jonas Karlman <[email protected]>
1 parent 3162b14 commit c894594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labgrid/resource/udev.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ def filter_match(self, device):
303303

304304
if match not in [("2207", "110a"), # RV1108
305305
("2207", "110b"), # RV1126
306+
("2207", "110c"), # RV1106
307+
("2207", "110e"), # RV1103B
308+
("2207", "110f"), # RV1126B
306309
("2207", "300a"), # RK3066
307310
("2207", "301a"), # RK3036
308311
("2207", "310b"), # RK3188

0 commit comments

Comments
 (0)