hid: log more info when adding a device

And minor format changes
This commit is contained in:
Megamouse 2021-02-13 01:25:39 +01:00
parent 1b2260132b
commit 5a9b29b73a
6 changed files with 96 additions and 67 deletions

View file

@ -14,11 +14,11 @@ public:
Enhanced
};
bool btCon{false};
bool bt_controller{false};
u8 bt_sequence{0};
bool has_calib_data{false};
std::array<CalibData, CalibIndex::COUNT> calib_data{};
DualSenseDataMode dataMode{DualSenseDataMode::Simple};
DualSenseDataMode data_mode{DualSenseDataMode::Simple};
bool init_lightbar{true};
bool update_lightbar{true};
bool update_player_leds{true};