Changeset 0511549 in mainline for uspace/srv/devman/drv_conn.c


Ignore:
Timestamp:
2013-09-10T23:11:34Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de3d15b4
Parents:
5df1963
Message:

Add devctl list-drv subcommand to list known drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/drv_conn.c

    r5df1963 r0511549  
    8383       
    8484        /* Find driver structure. */
    85         driver = find_driver(&drivers_list, drv_name);
     85        driver = driver_find_by_name(&drivers_list, drv_name);
    8686        if (driver == NULL) {
    8787                log_msg(LOG_DEFAULT, LVL_ERROR, "No driver named `%s' was found.", drv_name);
Note: See TracChangeset for help on using the changeset viewer.