Changeset 09ab0a9a in mainline for uspace/srv/devman
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/srv/devman
- Files:
-
- 4 edited
-
client_conn.c (modified) (1 diff)
-
devtree.c (modified) (2 diffs)
-
driver.c (modified) (1 diff)
-
drv_conn.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/client_conn.c
rb2aaaa0 r09ab0a9a 578 578 } 579 579 580 581 580 /** Find driver by name. */ 582 581 static void devman_driver_get_handle(ipc_call_t *icall) -
uspace/srv/devman/devtree.c
rb2aaaa0 r09ab0a9a 93 93 } 94 94 95 96 95 static hash_table_ops_t devman_devices_ops = { 97 96 .hash = devman_devices_hash, … … 252 251 } 253 252 254 255 253 /** Insert new function into device tree. 256 254 * -
uspace/srv/devman/driver.c
rb2aaaa0 r09ab0a9a 351 351 } 352 352 353 354 353 /** Find device driver by name. 355 354 * -
uspace/srv/devman/drv_conn.c
rb2aaaa0 r09ab0a9a 413 413 async_answer_0(icall, EOK); 414 414 } 415 416 415 417 416 /** Offline function by driver request.
Note:
See TracChangeset
for help on using the changeset viewer.
