Revision a83d6755814e4614ba77e15d82796af0f695c6b8 authored by Sarah Sharp on 18 March 2013, 17:19:51 UTC, committed by Sarah Sharp on 25 March 2013, 17:39:19 UTC
When a device attached to the roothub is suspended, the endpoint rings
are stopped.  The host may generate a completion event with the
completion code set to 'Stopped' or 'Stopped Invalid' when the ring is
halted.  The current xHCI code prints a warning in that case, which can
be really annoying if the USB device is coming into and out of suspend.

Remove the unnecessary warning.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Tested-by: Stephen Hemminger <stephen@networkplumber.org>
1 parent 1c11a17
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 379 bytes
cache.c -rw-r--r-- 10.8 KB
cookie.c -rw-r--r-- 15.4 KB
fsdef.c -rw-r--r-- 4.2 KB
histogram.c -rw-r--r-- 2.8 KB
internal.h -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 5.2 KB
netfs.c -rw-r--r-- 2.6 KB
object-list.c -rw-r--r-- 11.9 KB
object.c -rw-r--r-- 27.8 KB
operation.c -rw-r--r-- 14.1 KB
page.c -rw-r--r-- 28.9 KB
proc.c -rw-r--r-- 1.9 KB
stats.c -rw-r--r-- 10.0 KB

back to top