commit | 9ca33a0f1abdefea3811666d9e87af11fd0af6c6 | [log] [tgz] |
---|---|---|
author | Brian Niebuhr <bniebuhr@efjohnson.com> | Mon Aug 10 16:46:59 2009 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 23 06:46:34 2009 -0700 |
tree | bba1cc2692b38f9a3d76d16910d9575d1d5b0960 | |
parent | 5429c7316577fcd859f6b53e10884bb8e1e3bcef [diff] |
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 <bniebuhr@efjohnson.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>