162306a36Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/dev_desc
262306a36Sopenharmony_ciDate:		April 2016
362306a36Sopenharmony_ciKernelVersion:	4.6
462306a36Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
562306a36Sopenharmony_ciDescription:
662306a36Sopenharmony_ci		This file allows to read device descriptor of
762306a36Sopenharmony_ci		gadget driver which is currently bound to this
862306a36Sopenharmony_ci		controller. It is possible to read this file
962306a36Sopenharmony_ci		only if gadget driver is bound, otherwise error
1062306a36Sopenharmony_ci		is returned.
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/usbip_status
1362306a36Sopenharmony_ciDate:		April 2016
1462306a36Sopenharmony_ciKernelVersion:	4.6
1562306a36Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
1662306a36Sopenharmony_ciDescription:
1762306a36Sopenharmony_ci		Current status of the device.
1862306a36Sopenharmony_ci		Allowed values:
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci		==  ==========================================
2162306a36Sopenharmony_ci		1   Device is available and can be exported
2262306a36Sopenharmony_ci		2   Device is currently exported
2362306a36Sopenharmony_ci		3   Fatal error occurred during communication
2462306a36Sopenharmony_ci		    with peer
2562306a36Sopenharmony_ci		==  ==========================================
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/usbip_sockfd
2862306a36Sopenharmony_ciDate:		April 2016
2962306a36Sopenharmony_ciKernelVersion:	4.6
3062306a36Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
3162306a36Sopenharmony_ciDescription:
3262306a36Sopenharmony_ci		This file allows to export usb device to
3362306a36Sopenharmony_ci		connection peer. It is done by writing to this
3462306a36Sopenharmony_ci		file socket fd (as a string for example "8")
3562306a36Sopenharmony_ci		associated with a connection to remote peer who
3662306a36Sopenharmony_ci		would like to use this device. It is possible to
3762306a36Sopenharmony_ci		close the connection by writing -1 instead of
3862306a36Sopenharmony_ci		socked fd.
39