Changeset 6e50466 in mainline


Ignore:
Timestamp:
2010-12-17T23:33:53Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40dc422, ad7a6c9
Parents:
3ca3430
Message:

Device class entry in devman uses interface

It is possible to connect to a device via its device class path under
/dev/class

File:
1 edited

Legend:

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

    r3ca3430 r6e50466  
    281281         * handle.
    282282         */
    283         devmap_device_register(devmap_pathname, &cli->devmap_handle);
     283        devmap_device_register_with_iface(devmap_pathname,
     284            &cli->devmap_handle, DEVMAN_CONNECT_FROM_DEVMAP);
    284285       
    285286        /*
Note: See TracChangeset for help on using the changeset viewer.