Changes in uspace/drv/vhc/devices.c [9223dc5c:63b4f90] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/devices.c
r9223dc5c r63b4f90 147 147 if (virthub_dev.address == transaction->target.address) { 148 148 size_t tmp; 149 dprintf( 1, "sending `%s' transaction to hub",149 dprintf(3, "sending `%s' transaction to hub", 150 150 usbvirt_str_transaction_type(transaction->type)); 151 151 switch (transaction->type) {
Note:
See TracChangeset
for help on using the changeset viewer.