Skip to content

Commit f640405

Browse files
Merge pull request #1725 from Kwiboo/rkusbloader-rv1106-rv1103b-rv1126b
RKUSBLoader: add VID/PIDs for RV1106, RV1103B and RV1126B
2 parents 22f4b81 + c45fe63 commit f640405

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)