From: Arjan Mels Date: Fri, 20 May 2011 21:25:46 +0000 (+0200) Subject: staging: usbip: bugfix prevent driver unbind X-Git-Tag: v3.0-rc3~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ac0778801708caecb2b172328064255a350432;p=pandora-kernel.git staging: usbip: bugfix prevent driver unbind Implemented pre_reset and post_reset methods of the driver to prevent the driver from being unbound upon a device reset. Because of this also the asynchronous reset introduced to prevent a race condition is no longer necessary (and sometimes causes problems, because it comes later then expected). Signed-off-by: Arjan Mels Cc: Greg Kroah-Hartman Cc: Takahiro Hirofuchi Cc: Max Vozeler Cc: usbip-devel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed