btdrv: label proto_mode field in data_report event info

This commit is contained in:
ndeadly 2025-05-08 21:18:59 +02:00 committed by fincs
parent 29f6f4fa7a
commit 2fc81d8f35

View File

@ -242,7 +242,7 @@ typedef struct {
struct {
u32 res; ///< Always 0.
u8 unk_x4; ///< Always 0.
u8 proto_mode; ///< Protocol mode. Always 0 (report mode).
BtdrvAddress addr; ///< \ref BtdrvAddress
u8 pad; ///< Padding
BtdrvHidReport report;