VirtualBox

Ignore:
Timestamp:
Dec 17, 2015 3:11:01 PM (9 years ago)
Author:
vboxsync
Message:

Solaris/USB: Take the easy way out for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c

    r59154 r59176  
    696696                                                    if (RT_SUCCESS(rc))
    697697                                                    {
     698#if 0
    698699                                                        LogRel((DEVICE_NAME ": Captured %s %s (Ident=%s)\n", pState->szMfg,
    699700                                                                pState->szProduct, pState->ClientInfo.szDeviceIdent));
     701#else
     702                                                        /* Until IPRT R0 logging is fixed. See @bugref{6657#c7} */
     703                                                        cmn_err(CE_CONT, "Captured %s %s (Ident=%s)\n", pState->szMfg,
     704                                                                pState->szProduct, pState->ClientInfo.szDeviceIdent);
     705#endif
    700706                                                        return DDI_SUCCESS;
    701707                                                    }
     
    886892            ddi_remove_minor_node(pState->pDip, NULL);
    887893
     894#if 0
    888895            LogRel((DEVICE_NAME ": Released %s %s (Ident=%s)\n", pState->szMfg, pState->szProduct,
    889896                    pState->ClientInfo.szDeviceIdent));
     897#else
     898            /* Until IPRT R0 logging is fixed. See @bugref{6657#c7} */
     899            cmn_err(CE_CONT, "Released %s %s (Ident=%s)\n", pState->szMfg, pState->szProduct, pState->ClientInfo.szDeviceIdent);
     900#endif
    890901
    891902            ddi_soft_state_free(g_pVBoxUSBSolarisState, instance);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette