Home
last modified time | relevance | path

Searched refs:ep0Path (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_usb.cpp159 string ep0Path = basePath + "/ep0"; in ConnectEPPoint() local
160 if ((controlEp = open(ep0Path.c_str(), O_RDWR)) < 0) { in ConnectEPPoint()
161 … WRITE_LOG(LOG_WARN, "%s: cannot open control endpoint: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()
165 … WRITE_LOG(LOG_WARN, "%s: write ffs configs failed: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()
169 … WRITE_LOG(LOG_WARN, "%s: write USB_FFS_VALUE failed: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()