commit | 3c4bb71f96c69ef3c81fda108c96b633a2000de2 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Thu Sep 18 23:06:38 2008 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 17 14:40:57 2008 -0700 |
tree | 6dcbb788842eb1cc71f99748ca76a0a95139c0f5 | |
parent | 3c04e20ea95f9a8555456000e0ff340bdc46dea8 [diff] |
USB: ehci-dbg: fix reading less content of periodic file This patch fix 2 problems about reading periodic file: 1. The "..." after a interrupt qh is missed because buffer pointer is not moved. 2. After setting p.ptr as NULL, its next qh or itd will be omited and can't be stored in debug buffer. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>