--- audio/avctp.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/avctp.c b/audio/avctp.c index e9b8e40..59fbed9 100644 --- a/audio/avctp.c +++ b/audio/avctp.c @@ -155,6 +155,8 @@ static struct { { "BACKWARD", BACKWARD_OP, KEY_PREVIOUSSONG }, { "REWIND", REWIND_OP, KEY_REWIND }, { "FAST FORWARD", FAST_FORWARD_OP, KEY_FASTFORWARD }, + { "VOLUME UP", VOL_UP_OP, KEY_VOLUMEUP }, + { "VOLUME DOWN", VOL_DOWN_OP, KEY_VOLUMEDOWN }, { NULL } }; -- 1.7.6.1 -- 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