View | Details | Raw Unified | Return to bug 222667 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/atkbdc/psm.c (-1 / +1 lines)
Lines 4989-4997 next_native: Link Here
4989
		    sizeof(sc->queue.buf);
4991
		    sizeof(sc->queue.buf);
4990
		sc->queue.count += pb->inputbytes;
4992
		sc->queue.count += pb->inputbytes;
4991
	}
4993
	}
4992
	pb->inputbytes = 0;
4993
4994
4994
next:
4995
next:
4996
	pb->inputbytes = 0;
4995
	if (++sc->pqueue_start >= PSM_PACKETQUEUE)
4997
	if (++sc->pqueue_start >= PSM_PACKETQUEUE)
4996
		sc->pqueue_start = 0;
4998
		sc->pqueue_start = 0;
4997
	} while (sc->pqueue_start != sc->pqueue_end);
4999
	} while (sc->pqueue_start != sc->pqueue_end);

Return to bug 222667