From: Brian Niebuhr Date: Mon, 25 Jan 2010 20:45:40 +0000 (-0600) Subject: USB: gadget: fix EEM gadget CRC usage X-Git-Tag: v2.6.33~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e5d4abceaa3d11ff583ddf76ec292e90eacb7d;p=pandora-kernel.git USB: gadget: fix EEM gadget CRC usage eem_wrap() is sending a sentinel CRC, but it didn't indicate that to the host, it should zero bit 14 (bmCRC) in the EEM packet header, instead of setting it. Also remove a redundant crc calculation in eem_unwrap(). Signed-off-by: Steve Longerbeam Acked-by: Brian Niebuhr Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed