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-- 599 bytes
Makefile -rw-r--r-- 145 bytes
dir.c -rw-r--r-- 2.6 KB
efs.h -rw-r--r-- 3.7 KB
file.c -rw-r--r-- 1.2 KB
inode.c -rw-r--r-- 8.5 KB
namei.c -rw-r--r-- 2.7 KB
super.c -rw-r--r-- 8.5 KB
symlink.c -rw-r--r-- 1.2 KB

back to top