From: David Brownell Date: Sun, 26 Aug 2007 19:44:24 +0000 (-0700) Subject: USB: fix serial gadget ACM breakage X-Git-Tag: v2.6.23-rc7~98^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b4f902857c3d8d95b47ae5a8cecb34ae96a3ba;p=pandora-kernel.git USB: fix serial gadget ACM breakage Two of the CDC ACM control requests in the serial gadget have never been correct, and have been reported to cause serious troubles ... as in, soft lockup and maybe watchdog reset (depending on hardware). This patch makes those request fail cleanly, rather than misbehaving. Someone using CDC ACM should fix them according to the FIXME comments which now replace the previous bugs. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed