SERIO_RAW_QUEUE_LEN
serio_raw->tail = (serio_raw->tail + 1) % SERIO_RAW_QUEUE_LEN;
head = (head + 1) % SERIO_RAW_QUEUE_LEN;
unsigned char queue[SERIO_RAW_QUEUE_LEN];