Use 65 as size for Alloy Origins feature reports
This commit is contained in:
parent
e1d8f48cb9
commit
0cff1734ce
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ void HyperXAlloyOriginsController::SendDirectInitialization()
|
|||
/*-----------------------------------------------------*\
|
||||
| Send packet |
|
||||
\*-----------------------------------------------------*/
|
||||
hid_send_feature_report(dev, &buf[1], 64);
|
||||
hid_send_feature_report(dev, &buf[1], 65);
|
||||
}
|
||||
|
||||
void HyperXAlloyOriginsController::SendDirectColorPacket
|
||||
|
|
@ -112,5 +112,5 @@ void HyperXAlloyOriginsController::SendDirectColorPacket
|
|||
/*-----------------------------------------------------*\
|
||||
| Send packet |
|
||||
\*-----------------------------------------------------*/
|
||||
hid_send_feature_report(dev, &buf[1], 64);
|
||||
hid_send_feature_report(dev, &buf[1], 65);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue