Name

maple_driver_register — register a maple driver

Synopsis

int maple_driver_register (struct maple_driver * drv);
 

Arguments

struct maple_driver * drv

maple driver to be registered.

Description

Registers the passed in drv, while updating the bus type. Devices with matching function IDs will be automatically probed.