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