From 5e8838fd115879174567c4c2db8ad25331619994 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Wed, 13 Oct 2004 16:40:53 +0000 Subject: Add a poll function that alternates between zero and normal poll return to bring DRM into conformance with normal poll(). --- linux-core/ffb_drv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/ffb_drv.c') diff --git a/linux-core/ffb_drv.c b/linux-core/ffb_drv.c index c4a1a9fa..8122e95e 100644 --- a/linux-core/ffb_drv.c +++ b/linux-core/ffb_drv.c @@ -324,6 +324,7 @@ static struct drm_driver ffb_driver = { .ioctl = drm_ioctl, .mmap = drm_mmap, .fasync = drm_fasync, + .poll = drm_poll, .get_unmapped_area = ffb_get_unmapped_area, }, }; -- cgit v1.2.3