Searched refs:wakeupReport (Results 1 – 1 of 1) sorted by relevance
286 uint8_t wakeupReport[KEY_REPORT_LENGTH] = {0}; in sendWakeupPacket() local292 memcpy(&wakeupReport[1], &xy, 2); in sendWakeupPacket()293 memcpy(&wakeupReport[3], &xy, 2); in sendWakeupPacket()295 writePointer(wakeupReport); in sendWakeupPacket()300 memset(&wakeupReport[0], 0, KEY_REPORT_LENGTH); in sendWakeupPacket()302 wakeupReport[0] = keyToMod(XK_Shift_L); in sendWakeupPacket()304 if (!writeKeyboard(wakeupReport)) in sendWakeupPacket()309 wakeupReport[0] = 0; in sendWakeupPacket()311 writeKeyboard(wakeupReport); in sendWakeupPacket()