mirror of
https://github.com/sharkcz/rkdeveloptool.git
synced 2024-11-22 14:06:47 +01:00
rk3229: add 99-rk-rockusb.rules to run tool without sudo
Signed-off-by: Weiwen Chen <cww@rock-chips.com>
This commit is contained in:
parent
5b7445d109
commit
ed570a73cd
@ -2,6 +2,8 @@ SUBSYSTEM!="usb", GOTO="end_rules"
|
||||
|
||||
# RK3036
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="301a", MODE="0666", GROUP="users"
|
||||
# RK3229
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="320b", MODE="0666", GROUP="users"
|
||||
# RK3288
|
||||
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="320a", MODE="0666", GROUP="users"
|
||||
# RK3328
|
||||
|
Loading…
Reference in New Issue
Block a user