39 lines · plain
1What: /sys/devices/platform/usbip-vudc.%d/dev_desc2Date: April 20163KernelVersion: 4.64Contact: Krzysztof Opasiak <k.opasiak@samsung.com>5Description:6 This file allows to read device descriptor of7 gadget driver which is currently bound to this8 controller. It is possible to read this file9 only if gadget driver is bound, otherwise error10 is returned.11 12What: /sys/devices/platform/usbip-vudc.%d/usbip_status13Date: April 201614KernelVersion: 4.615Contact: Krzysztof Opasiak <k.opasiak@samsung.com>16Description:17 Current status of the device.18 Allowed values:19 20 == ==========================================21 1 Device is available and can be exported22 2 Device is currently exported23 3 Fatal error occurred during communication24 with peer25 == ==========================================26 27What: /sys/devices/platform/usbip-vudc.%d/usbip_sockfd28Date: April 201629KernelVersion: 4.630Contact: Krzysztof Opasiak <k.opasiak@samsung.com>31Description:32 This file allows to export usb device to33 connection peer. It is done by writing to this34 file socket fd (as a string for example "8")35 associated with a connection to remote peer who36 would like to use this device. It is possible to37 close the connection by writing -1 instead of38 socked fd.39