Skip to content

Commit

Permalink
Use version 0x00 as CSUV
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jun 25, 2024
1 parent bfa9554 commit 5549afd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,11 @@ static int data_initialize(ca_device_t *d) {
LOG("can not set host_id elements");
}

uint8_t csuv = 0x00;
if (!element_set(&d->private_data, 49, &csuv, 1)) {
LOG("can not set csuv elements");
}

return 1;
}
/* content_control commands */
Expand Down

0 comments on commit 5549afd

Please sign in to comment.