From: Brian Niebuhr Date: Fri, 14 Aug 2009 15:04:22 +0000 (-0500) Subject: USB: gadget: Add EEM gadget driver X-Git-Tag: v2.6.32-rc1~174^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b39e9ddedeef48569f8aac60a7b4c1fbb127c7d;p=pandora-kernel.git USB: gadget: Add EEM gadget driver This patch adds a CDC EEM ethernet gadget driver. CDC EEM is a newer USB ethernet specification that uses a simpler interface than the older CDC ECM. This makes CDC EEM usable by a wider set of USB hardware. By default the ethernet gadget will still use CDC ECM/Subset, but kernel configuration and/or a module parameter will allow alternative use of the CDC EEM protocol. Changes since last version: - Brought in missing RNDIS changes that caused compile error - Modified 'sentinel CRC' checking to match EEM host driver Signed-off-by: Brian Niebuhr Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed