The usbip_protocol.txt, a document which describes usbip's inner workings is currently located in the projects source directory (drivers/usb/usbip/...). This patch moves it to Documentation/usb. This discussion was brought up by Guy Harris [0] during the review of the USBIP dissector I wrote. For anyone interested: support is available with the latest wireshark master/dev tree. Simply select a packet from the usbip's tcp-stream you are intrested on and select the USBIP as the protocol in the "Decode As" dialog box [1]. Signed-off-by: Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> [0] <https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12127#c2> [1] <https://www.wireshark.org/docs/wsug_html_chunked/ChCustProtocolDissectionSection.html#ChAdvDecodeAs> --- {drivers/usb/usbip => Documentation/usb}/usbip_protocol.txt | 0 MAINTAINERS | 1 + 2 files changed, 1 insertion(+) rename {drivers/usb/usbip => Documentation/usb}/usbip_protocol.txt (100%) diff --git a/drivers/usb/usbip/usbip_protocol.txt b/Documentation/usb/usbip_protocol.txt similarity index 100% rename from drivers/usb/usbip/usbip_protocol.txt rename to Documentation/usb/usbip_protocol.txt diff --git a/MAINTAINERS b/MAINTAINERS index c592d54..327d57b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11371,6 +11371,7 @@ M: Valentina Manea <valentina.manea.m@xxxxxxxxx> M: Shuah Khan <shuah.kh@xxxxxxxxxxx> L: linux-usb@xxxxxxxxxxxxxxx S: Maintained +F: Documentation/usb/usbip_protocol.txt F: drivers/usb/usbip/ F: tools/usb/usbip/ -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html