summaryrefslogtreecommitdiff
path: root/board/kakadu/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kakadu/board.c')
-rw-r--r--board/kakadu/board.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/kakadu/board.c b/board/kakadu/board.c
index 9ac5ed8de4..c63e9fd267 100644
--- a/board/kakadu/board.c
+++ b/board/kakadu/board.c
@@ -120,8 +120,12 @@ struct mt6370_thermal_bound thermal_bound = {
};
static void board_hpd_update(const struct usb_mux *me,
- mux_state_t mux_state)
+ mux_state_t mux_state,
+ bool *ack_required)
{
+ /* This driver does not use host command ACKs */
+ *ack_required = false;
+
/*
* svdm_dp_attention() did most of the work, we only need to notify
* host here.