Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b0aa2c5 authored by Whale Chang's avatar Whale Chang Committed by Gerrit Code Review
Browse files

Merge "Floss: Fix Meet mic mute alternating between muted and unmuted states...

Merge "Floss: Fix Meet mic mute alternating between muted and unmuted states in a infinite loop when phone mute=1 is sent twice" into main
parents c14bef89 ef456141
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ const RDESC: [u8; 57] = [
    0x95,
    0x03, //   Report Count (3)
    0x81,
    0x23, //   Input
    //   Input (Data,Var,Abs,No Wrap,Linear,No Preferred State,No Null Position,
    //          Non-volatile)
    0x22,
    0x75,
    0x01, //   Report Size (1)
    0x95,
@@ -70,7 +72,9 @@ const RDESC: [u8; 57] = [
    0x95,
    0x03, //   Report Count (3)
    0x91,
    0x22, //   Output
    //   Output (Data,Var,Abs,No Wrap,Linear,No Preferred State,
    //           No Null Position, Non-volatile)
    0x22,
    0x75,
    0x01, //   Report Size (1)
    0x95,