--- profiles/audio/avrcp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index ef324b0..bb8ab24 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -2164,6 +2164,9 @@ static void session_ct_init(struct avrcp *session) session->control_handlers = ct_control_handlers; + if (session->version >= 0x0104) + session->supported_events = (1 << AVRCP_EVENT_VOLUME_CHANGED); + DBG("%p version 0x%04x", session, session->version); session->control_id = avctp_register_pdu_handler(session->conn, -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html