From: David Brownell Date: Fri, 17 Oct 2008 23:10:12 +0000 (+0000) Subject: usb gadget: cdc ethernet notification bugfix X-Git-Tag: v2.6.27.3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4ce5b5cb10b08eeafff642b286eb302d53f7eb;p=pandora-kernel.git usb gadget: cdc ethernet notification bugfix commit 29bac7b7661bbbdbbd32bc1e6cedca22f260da7f upstream Bugfix for the new CDC Ethernet code: as part of activating the network interface's USB link, make sure its link management code knows whether the interface is open or not. Without this fix, the link won't work right when it's brought up before the link is active ... because the initial notification it sends will have the wrong link state (down, not up). Makes it hard to bridge these links (on the host side), among other things. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed