mirror of
https://github.com/sharkcz/rkdeveloptool.git
synced 2024-11-22 14:06:47 +01:00
commit
0783503f9f
@ -2,6 +2,8 @@ SUBSYSTEM!="usb", GOTO="end_rules"
|
||||
|
||||
# RK3036
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="301a", MODE="0666", GROUP="users"
|
||||
# RK3128
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="310c", MODE="0666", GROUP="users"
|
||||
# RK3229
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="320b", MODE="0666", GROUP="users"
|
||||
# RK3288
|
||||
|
@ -155,6 +155,11 @@ void CRKScan::SetVidPid(USHORT mscVid, USHORT mscPid)
|
||||
config.usVid = 0x2207;
|
||||
m_deviceConfigSet.push_back(config);
|
||||
|
||||
config.emDeviceType = RK31_DEVICE;
|
||||
config.usPid = 0x310C;
|
||||
config.usVid = 0x2207;
|
||||
m_deviceConfigSet.push_back(config);
|
||||
|
||||
config.emDeviceType = RK32_DEVICE;
|
||||
config.usPid = 0x320A;
|
||||
config.usVid = 0x2207;
|
||||
|
Loading…
Reference in New Issue
Block a user