diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-25 21:11:38 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-25 21:11:38 +0000 |
commit | 25e5e2827eb93d0ca3f110e15148f580e275fbe6 (patch) | |
tree | 7e957575eb829f3a360dbfe38bbd92d6c684b0e1 | |
parent | 06d4f0c104c33b5ad658b5664bce0fded85344cc (diff) |
Added poll
-rw-r--r-- | linux-core/i810_drv.c | 1 | ||||
-rw-r--r-- | linux-core/mga_drv.c | 1 | ||||
-rw-r--r-- | linux/i810_drv.c | 1 | ||||
-rw-r--r-- | linux/mga_drv.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index d09a9780..d98c16a8 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -57,6 +57,7 @@ static struct file_operations i810_fops = { mmap: drm_mmap, read: drm_read, fasync: drm_fasync, + poll: drm_poll, }; static struct miscdevice i810_misc = { diff --git a/linux-core/mga_drv.c b/linux-core/mga_drv.c index 29d4c70b..d608d42e 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -54,6 +54,7 @@ static struct file_operations mga_fops = { mmap: drm_mmap, read: drm_read, fasync: drm_fasync, + poll: drm_poll, }; static struct miscdevice mga_misc = { diff --git a/linux/i810_drv.c b/linux/i810_drv.c index d09a9780..d98c16a8 100644 --- a/linux/i810_drv.c +++ b/linux/i810_drv.c @@ -57,6 +57,7 @@ static struct file_operations i810_fops = { mmap: drm_mmap, read: drm_read, fasync: drm_fasync, + poll: drm_poll, }; static struct miscdevice i810_misc = { diff --git a/linux/mga_drv.c b/linux/mga_drv.c index 29d4c70b..d608d42e 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -54,6 +54,7 @@ static struct file_operations mga_fops = { mmap: drm_mmap, read: drm_read, fasync: drm_fasync, + poll: drm_poll, }; static struct miscdevice mga_misc = { |