Searched refs:ELO_SYNC_BYTE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c108 #define ELO_SYNC_BYTE 'U' /* Sync byte. First of a packet. */ macro
211 * Byte 0 : ELO_SYNC_BYTE
222 * Bytes preceding the ELO_SYNC_BYTE are also discarded.
263 if ((*buffer_p == 0) && (buffer[0] != ELO_SYNC_BYTE)) {
469 packet[0] = ELO_SYNC_BYTE;

Completed in 3 milliseconds