mirror of
https://github.com/rockchip-linux/rkdeveloptool.git
synced 2024-11-23 01:53:41 +08:00
rk3128: add rk3128 support
Signed-off-by: Kaspter Ju <camus@rtavs.com>
This commit is contained in:
parent
797356f45a
commit
21545e35b9
@ -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