Skip to content
  • Dan Williams's avatar
    core: move device factory type function into factory object · 00fe31f5
    Dan Williams authored
    In preparation for internal device types exposing factories too, it's
    easier to have the device type that the factory creates be returned
    by the factory object instead of the plugin, because internal device
    types don't have plugins.
    
    This requires that we create the factory objects earlier, which
    further requires that any operations that trigger signals must be
    moved out of each factory's construction path to a separate start()
    function.
    00fe31f5