Diff between 968ef86858949cc5a7e8f63ccd76408c67c795ff and 4a7514cfffcbd208b0230d03a6cabced5d7887c2
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avctp.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c
index 74d3512..427904a 100644
--- a/profiles/audio/avctp.c
+++ b/profiles/audio/avctp.c
@@ -178,7 +178,7 @@ struct avctp_channel {
};
struct key_pressed {
- uint8_t op;
+ uint16_t op;
guint timer;
};