From: matt mooney Date: Mon, 20 Jun 2011 05:44:42 +0000 (-0700) Subject: staging: usbip: userspace: usbip_bind.c: major rewrite of the implementation X-Git-Tag: v3.1-rc1~232^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c465f5d2286749b3a90d29f67c2e5e7e1bd0f9;p=pandora-kernel.git staging: usbip: userspace: usbip_bind.c: major rewrite of the implementation Rewrite functions in terms of libsysfs, which eliminates a lot of helper functions simplifying the file layout. Now, the two processes taking place here, an unbind of the old driver and a bind of usbip-host, are single functions and have been renamed along with the controlling function. A check to see if the device is already bound to usbip-host is now included. Signed-off-by: matt mooney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed