drm_usb_init(9) Register matching USB devices with the DRM subsystem

SYNOPSIS

int drm_usb_init(struct drm_driver * driver, struct usb_driver * udriver);

ARGUMENTS

driver

DRM device driver

udriver

USB device driver

DESCRIPTION

Registers one or more devices matched by a USB driver with the DRM subsystem.

RETURN

0 on success or a negative error code on failure.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

COPYRIGHT