diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-13 16:40:53 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-13 16:40:53 +0000 |
commit | 5e8838fd115879174567c4c2db8ad25331619994 (patch) | |
tree | 5876cfe88d4fb9fe996f9f767f97bae13c2cb953 /linux-core/ffb_drv.c | |
parent | bbfe18e3bf7b45543c9f59f7363c1ed5b6bca719 (diff) |
Add a poll function that alternates between zero and normal poll return to
bring DRM into conformance with normal poll().
Diffstat (limited to 'linux-core/ffb_drv.c')
-rw-r--r-- | linux-core/ffb_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }, }; |