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-- 640 bytes
Makefile -rw-r--r-- 207 bytes
alloc.c -rw-r--r-- 10.7 KB
anode.c -rw-r--r-- 15.4 KB
buffer.c -rw-r--r-- 3.7 KB
dentry.c -rw-r--r-- 1.5 KB
dir.c -rw-r--r-- 8.6 KB
dnode.c -rw-r--r-- 30.5 KB
ea.c -rw-r--r-- 11.4 KB
file.c -rw-r--r-- 4.3 KB
hpfs.h -rw-r--r-- 17.9 KB
hpfs_fn.h -rw-r--r-- 12.2 KB
inode.c -rw-r--r-- 8.8 KB
map.c -rw-r--r-- 8.4 KB
name.c -rw-r--r-- 3.2 KB
namei.c -rw-r--r-- 15.7 KB
super.c -rw-r--r-- 18.6 KB

back to top