commit | c01f1a5a241604c35f93f10e06253ca70e88ee4e | [log] [tgz] |
---|---|---|
author | Daniel Glöckner <dg@emlix.com> | Thu Mar 26 11:31:08 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:43:43 2009 -0300 |
tree | f5eea48a07cd7c08fd9bf34d32babf99d02e973d | |
parent | 8737f66e6415e8dbe8c8b26d63692d87a4ad5b29 [diff] |
V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler Shared memory mappings on nommu machines require a get_unmapped_area file operation that suggests an address for the mapping. This patch adds a way for v4l2 drivers to provide this callback. Signed-off-by: Daniel Glöckner <dg@emlix.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>