History log of /btstack/src/btstack_hid_parser.c (Results 26 – 48 of 48)
Revision Date Author Comments
# 64ce1065 07-Mar-2024 Matthias Ringwald <[email protected]>

btstack_hid_parser: return false on parsing error in btstack_hid_report_id_declared


# 0c4004b0 07-Mar-2024 Matthias Ringwald <[email protected]>

btstack_hid_parser: abort on error in btstack_hid_parser_find_next_usage


# 0e7cc963 07-Mar-2024 Matthias Ringwald <[email protected]>

btstack_hid_parser: return report id invalid on parsing error


# 3a1d5296 07-Mar-2024 Matthias Ringwald <[email protected]>

btstack_hid_parser: return false on parsing error in btstack_hid_get_report_size_for_id


# 76fa2448 07-Mar-2024 Matthias Ringwald <[email protected]>

btstack_hid_parser: return if btstack_hid_parse_descriptor_item was sucessful


# d30de501 13-Nov-2023 Matthias Ringwald <[email protected]>

btstack_hid_parser: fix warning, remove accidental ENABLE_LOG_DEBUG


# 1a05cde1 13-Nov-2023 Matthias Ringwald <[email protected]>

hid_parser: fix regression from dfb01e7


# dfb01e77 01-Nov-2023 Matthias Ringwald <[email protected]>

btstack_hid_parser: ignore report items without usage


# 15cf8612 24-Jul-2023 x0rloser <[email protected]>

btstack_hid_parser: fix report id matching logic of hid_descriptor


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 1979f09c 01-Feb-2021 Matthias Ringwald <[email protected]>

use bool instead of int vars


# bbc383fe 30-Oct-2020 Milanka Ringwald <[email protected]>

src: remove commented code


# 7bbeb3ad 27-Oct-2020 Milanka Ringwald <[email protected]>

add missing default switch cases


# 4ea43905 23-Jul-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons


# 8334d3d8 17-Jan-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-8.9: inline const objects that are used by single function


# ea1e21c2 21-Dec-2019 Matthias Ringwald <[email protected]>

btstack_hid_parser: fix pretty print


# 0e588213 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# dbcaefc7 09-Oct-2018 Milanka Ringwald <[email protected]>

hid_device: move ID validity check from test to library


# 662cddc2 09-Oct-2018 Milanka Ringwald <[email protected]>

btstack_hid_parser, hid_device: use one hid_report_type struct, move report_size_valid from test to library


# fada7179 09-Oct-2018 Milanka Ringwald <[email protected]>

btstack_hid_parser: add function that calculates report size for given report type and ID from report descriptor


# 12ccb71b 04-Dec-2017 Matthias Ringwald <[email protected]>

hid_parser: compact single-pass HID Parser to process HID Reports based on HID Descriptor


12