Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: c535623a713c340031daf56d0798829644a92532 https://github.com/bluez/bluez/commit/c535623a713c340031daf56d0798829644a92532 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M profiles/input/hog-lib.c Log Message: ----------- hog-lib: Check if Report ID is set before prepending it Before prepending the Report ID check if it is non-zero: BLUETOOTH SPECIFICATION Page 16 of 26 HID Service Specification Report ID shall be nonzero in a Report Reference characteristic descriptor where there is more than one instance of the Report characteristic for any given Report Type. Fixes: https://www.spinics.net/lists/linux-bluetooth/msg97262.html Commit: 3e2ad5009c0fb2c8a7b3a04438ad1e449c764dcc https://github.com/bluez/bluez/commit/3e2ad5009c0fb2c8a7b3a04438ad1e449c764dcc Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M monitor/l2cap.c Log Message: ----------- btmon: Fix decoding of Enhanced Credit Connection Request This fixes the decoding of Enhanced Credit Connection Request which was not accounting the fields correctly causing 2 extra Source CID to be printed. Compare: https://github.com/bluez/bluez/compare/a1939bd51e0f...3e2ad5009c0f