xhci: Don't warn about zeroed bMaxBurst descriptor field.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 6 Jun 2011 07:53:47 +0000 (00:53 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 15 Jun 2011 21:10:30 +0000 (14:10 -0700)
commitd23336329fa4c157ed6256d4279a73b87486a1b6
treeb1d8c76b0dd298ced0115506a590090129b5055b
parentfccf4e86200b8f5edd9a65da26f150e32ba79808
xhci: Don't warn about zeroed bMaxBurst descriptor field.

The USB 3.0 specification says that the bMaxBurst field in the SuperSpeed
Endpoint Companion descriptor is supposed to indicate how many packets a
SS device can handle before it needs to wait for an explicit handshake
from the host controller.  A zero value means the device can only handle
one packet before it needs a handshake.  Remove a warning in the xHCI
driver that implies this is an invalid value.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-mem.c