Changeset 977fcea in mainline for uspace/srv/devman/devman.c
- Timestamp:
- 2011-01-14T10:11:11Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9dd44d
- Parents:
- 0bd2879 (diff), 6610565b (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/srv/devman/devman.c
r0bd2879 r977fcea 793 793 /* Notify the driver about the new device. */ 794 794 int phone = async_connect_me_to(drv->phone, DRIVER_DEVMAN, 0, 0); 795 if (phone > 0) {795 if (phone >= 0) { 796 796 add_device(phone, drv, node, tree); 797 797 ipc_hangup(phone);
Note:
See TracChangeset
for help on using the changeset viewer.