From: Jussi Kivilinna Date: Thu, 30 Jul 2009 16:41:20 +0000 (+0300) Subject: usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop X-Git-Tag: v2.6.32-rc1~703^2~459^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1487cd5e76337555737cbc55d7d83f41460d198f;p=pandora-kernel.git usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop rndis_wlan devices freeze after running usbnet_stop several times. It appears that firmware freezes in state where it does not respond to any RNDIS commands and device have to be physically unplugged/replugged. This patch lets minidrivers to disable unlink_urbs on usbnet_stop through new info flag. Signed-off-by: Jussi Kivilinna Cc: David Brownell Signed-off-by: John W. Linville --- Reading git-diff-tree failed