Skip to content

Commit

Permalink
[rk3568]add rk3568 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Aug 4, 2021
1 parent 3c40653 commit 1fb0364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 99-xrock.rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ ATTRS{idVendor}=="2207", ATTRS{idProduct}=="320c", MODE="0666", GROUP="users"
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="330a", MODE="0666", GROUP="users"
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="330c", MODE="0666", GROUP="users"
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="330d", MODE="0666", GROUP="users"
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="350a", MODE="0666", GROUP="users"

LABEL="end_rules"
1 change: 1 addition & 0 deletions rock.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static struct chip_t chips[] = {
{ 0x330a, "RK3368" },
{ 0x330c, "RK3399" },
{ 0x330d, "PX30" },
{ 0x350a, "RK3568" },
};

int xrock_init(struct xrock_ctx_t * ctx)
Expand Down

0 comments on commit 1fb0364

Please sign in to comment.