Skip to content

Commit

Permalink
suppress HDA
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin committed Sep 26, 2024
1 parent 79f3a62 commit 8d7bc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_hyundai.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static int hyundai_fwd_hook(int bus_num, int addr) {
if (bus_num == 0) {
bus_fwd = 2;
}
if ((bus_num == 2) && (addr != 0x340) && (addr != 0x485)) {
if ((bus_num == 2) && (addr != 0x340) && (addr != 0x485) && ((addr != 0x484) && hyundai_camera_scc)) {
bus_fwd = 0;
}

Expand Down

0 comments on commit 8d7bc4c

Please sign in to comment.