From: Alan Stern Date: Mon, 14 May 2012 17:48:16 +0000 (-0400) Subject: USB: EHCI: work around bug in the Philips ISP1562 controller X-Git-Tag: v3.5-rc1~149^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1996e6c572969a8cf6d7fa97eef621219acd94a9;p=pandora-kernel.git USB: EHCI: work around bug in the Philips ISP1562 controller This patch (as1556) works around a bug in the Philips ISP1562 EHCI controller. Although the controller claims to support frame-list lengths smaller than the default of 1024 for its periodic schedule, in fact smaller values don't work. A new quirk flag is added to indicate when the bug is present, and if it is then the schedule size is left at the default value. Signed-off-by: Alan Stern Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed