Changeset 2b96463 in mainline for uspace/lib/usbvirt/src/main.c
- Timestamp:
- 2011-01-28T15:15:11Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ee48f2, 7a51d75
- Parents:
- ef8d655 (diff), ae0300b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/main.c
ref8d655 r2b96463 221 221 222 222 sysarg_t phonehash; 223 rc = ipc_connect_to_me(hcd_phone, 0, 0, 0, &phonehash); 223 sysarg_t taskhash; 224 rc = ipc_connect_to_me(hcd_phone, 0, 0, 0, &taskhash, &phonehash); 224 225 if (rc != EOK) { 225 226 printf("ipc_connect_to_me() failed\n"); … … 233 234 virtual_device->id = 0; 234 235 235 async_new_connection( phonehash, 0, NULL, callback_connection);236 async_new_connection(taskhash, phonehash, 0, NULL, callback_connection); 236 237 237 238 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.