maple_driver_register (9) Linux Manual Page
maple_driver_register – register a maple driver
Synopsis
int maple_driver_register(struct maple_driver *drv);
Arguments
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.
Author
Paul Mundt <lethal [at] linux-sh.org>
- Author.
