From: Brian Niebuhr Date: Mon, 10 Aug 2009 21:46:59 +0000 (-0500) Subject: USB: Fix CDC EEM host driver 'sentinel' CRC validation X-Git-Tag: v2.6.32-rc1~174^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca33a0f1abdefea3811666d9e87af11fd0af6c6;p=pandora-kernel.git USB: Fix CDC EEM host driver 'sentinel' CRC validation This is an alternate solution to the EEM 'sentinel' CRC valiation issue. CDC EEM allows using a 'sentinel' ethernet frame CRC of 0xdeadbeef in place of a real CRC. The 'sentinel' value is transmitted in big-endian order whereas the normal CRC is little-endian. This patch handles both cases appropriately. Signed-off-by: Brian Niebuhr Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed