File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Controllers/HyperXKeyboardController Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ void HyperXAlloyOriginsController::SendDirectInitialization()
8484 /* -----------------------------------------------------*\
8585 | Send packet |
8686 \*-----------------------------------------------------*/
87- hid_send_feature_report (dev, & buf[ 1 ] , 65 );
87+ hid_send_feature_report (dev, buf, 65 );
8888}
8989
9090void HyperXAlloyOriginsController::SendDirectColorPacket
@@ -127,5 +127,5 @@ void HyperXAlloyOriginsController::SendDirectColorPacket
127127 /* -----------------------------------------------------*\
128128 | Send packet |
129129 \*-----------------------------------------------------*/
130- hid_send_feature_report (dev, & buf[ 1 ] , 65 );
130+ hid_send_feature_report (dev, buf, 65 );
131131}
You can’t perform that action at this time.
0 commit comments