mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Modify RazerController to work on Linux
This commit is contained in:
@@ -38,8 +38,8 @@ RazerController::RazerController(hid_device* dev_handle, const char* path, unsig
|
||||
/*-----------------------------------------------------------------*\
|
||||
| Set report index |
|
||||
\*-----------------------------------------------------------------*/
|
||||
report_index = 1;
|
||||
response_index = 1;
|
||||
report_index = 0;
|
||||
response_index = 0;
|
||||
|
||||
/*-----------------------------------------------------------------*\
|
||||
| Determine transaction ID for device |
|
||||
|
||||
Reference in New Issue
Block a user