Skip to content

Commit de3482c

Browse files
Husky2490CalcProgrammer1
authored andcommitted
Fixed direct mode on ASRock Polychrome USB devices
1 parent d09c669 commit de3482c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Controllers/ASRockPolychromeUSBController/ASRockPolychromeUSBController.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ void PolychromeUSBController::WriteAllZones
324324
| Send packet |
325325
\*-----------------------------------------------------*/
326326
hid_write(dev, usb_buf, 65);
327+
hid_read(dev, usb_buf, 64);
327328

328329
/*-----------------------------------------------------*\
329330
| Zero out buffer |

0 commit comments

Comments
 (0)