USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices
authorDmitry Torokhov <dtor@vmware.com>
Sat, 19 Mar 2011 04:29:01 +0000 (21:29 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Apr 2011 23:13:46 +0000 (16:13 -0700)
commit2868a2b1ba8f9c7f6c4170519ebb6c62934df70e
tree3e8c583f322f508a1d7ac4044bb64de9f7680917
parent5808544690300071f09eef9ab83a0fb1f60cf1cd
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>
drivers/usb/core/devices.c