1. NAME

maple_driver_register - register a maple driver

2. SYNOPSIS

int maple_driver_register(struct maple_driver *  drv );

3. ARGUMENTS

drv
    maple driver to be registered.

4. DESCRIPTION

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

5. AUTHOR

Paul Mundt <>
    Author.

6. COPYRIGHT