input_common: Dont try to read/write data from 3rd party controllers
This commit is contained in:
parent
3a991f3aef
commit
5aa208e264
4 changed files with 42 additions and 14 deletions
|
@ -120,6 +120,7 @@ private:
|
|||
// Hardware configuration
|
||||
u8 leds{};
|
||||
ReportMode mode{};
|
||||
bool input_only_device{};
|
||||
bool passive_enabled{}; // Low power mode, Ideal for multiple controllers at the same time
|
||||
bool hidbus_enabled{}; // External device support
|
||||
bool irs_enabled{}; // Infrared camera input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue