- Timestamp:
- Aug 9, 2011 2:32:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
r38017 r38379 575 575 if (RT_SUCCESS(rc)) 576 576 { 577 LogRel((DEVICE_NAME ": Captured %s % s\n",577 LogRel((DEVICE_NAME ": Captured %s %#x:%#x:%d:%s\n", 578 578 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)); 580 583 581 584 return DDI_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.