From: Sarah Sharp Date: Mon, 6 Jun 2011 07:53:47 +0000 (-0700) Subject: xhci: Don't warn about zeroed bMaxBurst descriptor field. X-Git-Tag: v3.0-rc6~29^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23336329fa4c157ed6256d4279a73b87486a1b6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed