18c2ecf20Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/dev_desc
28c2ecf20Sopenharmony_ciDate:		April 2016
38c2ecf20Sopenharmony_ciKernelVersion:	4.6
48c2ecf20Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
58c2ecf20Sopenharmony_ciDescription:
68c2ecf20Sopenharmony_ci		This file allows to read device descriptor of
78c2ecf20Sopenharmony_ci		gadget driver which is currently bound to this
88c2ecf20Sopenharmony_ci		controller. It is possible to read this file
98c2ecf20Sopenharmony_ci		only if gadget driver is bound, otherwise error
108c2ecf20Sopenharmony_ci		is returned.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/usbip_status
138c2ecf20Sopenharmony_ciDate:		April 2016
148c2ecf20Sopenharmony_ciKernelVersion:	4.6
158c2ecf20Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
168c2ecf20Sopenharmony_ciDescription:
178c2ecf20Sopenharmony_ci		Current status of the device.
188c2ecf20Sopenharmony_ci		Allowed values:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci		==  ==========================================
218c2ecf20Sopenharmony_ci		1   Device is available and can be exported
228c2ecf20Sopenharmony_ci		2   Device is currently exported
238c2ecf20Sopenharmony_ci		3   Fatal error occurred during communication
248c2ecf20Sopenharmony_ci		    with peer
258c2ecf20Sopenharmony_ci		==  ==========================================
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciWhat:		/sys/devices/platform/usbip-vudc.%d/usbip_sockfd
288c2ecf20Sopenharmony_ciDate:		April 2016
298c2ecf20Sopenharmony_ciKernelVersion:	4.6
308c2ecf20Sopenharmony_ciContact:	Krzysztof Opasiak <k.opasiak@samsung.com>
318c2ecf20Sopenharmony_ciDescription:
328c2ecf20Sopenharmony_ci		This file allows to export usb device to
338c2ecf20Sopenharmony_ci		connection peer. It is done by writing to this
348c2ecf20Sopenharmony_ci		file socket fd (as a string for example "8")
358c2ecf20Sopenharmony_ci		associated with a connection to remote peer who
368c2ecf20Sopenharmony_ci		would like to use this device. It is possible to
378c2ecf20Sopenharmony_ci		close the connection by writing -1 instead of
388c2ecf20Sopenharmony_ci		socked fd.
39