commit | 2868a2b1ba8f9c7f6c4170519ebb6c62934df70e | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@vmware.com> | Fri Mar 18 21:29:01 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Apr 13 16:13:46 2011 -0700 |
tree | 3e8c583f322f508a1d7ac4044bb64de9f7680917 | |
parent | 5808544690300071f09eef9ab83a0fb1f60cf1cd [diff] |
USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices Isochronous and interrupt SuperSpeed endpoints use the same mechanisms for decoding bInterval values as HighSpeed ones so adjust the code accordingly. Also bandwidth reservation for SuperSpeed matches highspeed, not low/full speed. Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>