aboutsummaryrefslogtreecommitdiff
path: root/tools/usb/usbip
AgeCommit message (Collapse)AuthorFilesLines
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-1/+1
There's no such thing as "list_struct". Signed-off-by: Andrey Utkin <[email protected]> Acked-by: Steven Rostedt <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2014-09-04usb: usbip: fix usbip.h path in userspace toolPiotr Król1-1/+1
Fixes: 588b48caf65c ("usbip: move usbip userspace code out of staging") which introduced build failure by not changing uapi/usbip.h include path according to new location. Signed-off-by: Piotr Król <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea37-0/+5625
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>