*/intUSBProxyBackendSolaris::init(USBProxyService *aUsbProxyService,constcom::Utf8Str &strId,constcom::Utf8Str &strAddress) { USBProxyBackend::init(aUsbProxyService, strId, strAddress); unconst(m_strBackend) = Utf8Str("host");/* * Create semaphore. */intrc =RTSemEventCreate(&mNotify...