debian/patches/drm_device_keep_trying.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit a707821a25b45fe10a2eb7f765114aaabb0458c5 Author: Maarten Lankhorst <[email protected]> Date: Wed Mar 20 16:44:49 2013 +0100 Add back a missing call back in drm_device_keep_trying.patch. Oops! diff --git a/debian/patches/drm_device_keep_trying.patch b/debian/patches/drm_device_keep_trying.patch index cd49c39..3f45cf2 100644 --- a/debian/patches/drm_device_keep_trying.patch +++ b/debian/patches/drm_device_keep_trying.patch @@ -96,10 +96,11 @@ index 76f5583..11bb9fc 100644 Bool xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) { -@@ -119,10 +89,6 @@ xf86PlatformDeviceProbe(struct OdevAttributes *attribs) +@@ -119,10 +89,7 @@ xf86PlatformDeviceProbe(struct OdevAttributes *attribs) LogMessage(X_INFO, "config/udev: Adding drm device (%s)\n", path); ++ xf86_add_platform_device(attribs); - ret = get_drm_info(attribs, path); - if (ret == FALSE) - goto out_free; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

