Module Name: src Committed By: skrll Date: Sat Sep 3 12:07:42 UTC 2016
Modified Files: src/sys/dev/usb: xhci.c Log Message: Fix "spurious event" when command ring rolls over. When the enqueue pointer of command ring points at the last TRB, address of Link TRB was stored in sc_command_addr. It should be address of 0th TRB of ring. >From t-hash To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.