Register matching usb devices with the drm subsystem
int drm_usb_init(struct drm_driver * driver, struct usb_driver * udriver);
driver
DRM device driver
udriver
USB device driver
Registers one or more devices matched by a USB driver with the DRM subsystem.
0 on success or a negative error code on failure.
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