VirtualBox

Changeset 38379 in vbox for trunk/src


Ignore:
Timestamp:
Aug 9, 2011 2:32:10 PM (13 years ago)
Author:
vboxsync
Message:

VBoxUSB/solaris: show full client device path in the syslog.

File:
1 edited

Legend:

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

    r38017 r38379  
    575575                                                    if (RT_SUCCESS(rc))
    576576                                                    {
    577                                                         LogRel((DEVICE_NAME ": Captured %s %s\n",
     577                                                        LogRel((DEVICE_NAME ": Captured %s %#x:%#x:%d:%s\n",
    578578                                                                pState->pDevDesc->dev_product ? pState->pDevDesc->dev_product : "<Unnamed USB device>",
    579                                                                 pState->ClientInfo.szDeviceIdent));
     579                                                                pState->pDevDesc->dev_descr->idVendor,
     580                                                                pState->pDevDesc->dev_descr->idProduct,
     581                                                                pState->pDevDesc->dev_descr->bcdDevice,
     582                                                                pState->ClientInfo.szClientPath));
    580583
    581584                                                        return DDI_SUCCESS;
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