commit | 9ce669a8924c61b7321d6e2f27ed67bcd46c1fbb | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Mar 16 12:59:24 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 19 07:24:24 2010 -0700 |
tree | dd479c02f9fe84a4c5ad9e4d4cb9d58beddf07d6 | |
parent | f09a15e6e69884cedec4d1c022089a973aa01f1e [diff] |
USB: xhci: Make endpoint interval debugging clearer. The xHCI hardware can only handle polling intervals that are a power of two. When we add a new endpoint during a bandwidth allocation, and the polling interval is rounded down to a power of two, print the original polling interval in the endpoint descriptor. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>