In the course of adapting the USBIP tools to our project, I added a few features: * Configure TCP/IP port number * Save process id of 'usbipd' I did some minor cleaning along the way: some checkpatch, later to repair alignments broken while adding new options. Finally, the "log" option was not properly accepted by 'usbip'. This is based off linux-next commit 985b84a0d18aaad943103c75f82accc94f475a15 Thanks, Tony Anthony Foiani (7): staging: usbip: clean up checkpatch warnings in usbipd.c staging: usbip: use local variable while setting up socket staging: usbip: improve error reporting staging: usbip: add option for usbipd to save its process id. staging: usbip: set server port via option. staging: usbip: properly handle "-l" / "--log" option staging: usbip: fix up alignment in long options list drivers/staging/usbip/userspace/src/usbip.c | 15 ++- .../staging/usbip/userspace/src/usbip_network.c | 30 +++++ .../staging/usbip/userspace/src/usbip_network.h | 5 +- drivers/staging/usbip/userspace/src/usbipd.c | 135 +++++++++++++++------ 4 files changed, 139 insertions(+), 46 deletions(-) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html