Searched refs:wakeupReport (Results 1 – 1 of 1) sorted by relevance
282 uint8_t wakeupReport[KEY_REPORT_LENGTH] = {0}; in sendWakeupPacket() local288 memcpy(&wakeupReport[1], &xy, 2); in sendWakeupPacket()289 memcpy(&wakeupReport[3], &xy, 2); in sendWakeupPacket()291 writePointer(wakeupReport); in sendWakeupPacket()296 memset(&wakeupReport[0], 0, KEY_REPORT_LENGTH); in sendWakeupPacket()298 wakeupReport[0] = keyToMod(XK_Shift_L); in sendWakeupPacket()300 if (!writeKeyboard(wakeupReport)) in sendWakeupPacket()305 wakeupReport[0] = 0; in sendWakeupPacket()307 writeKeyboard(wakeupReport); in sendWakeupPacket()