summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/v4l2-dev.c
AgeCommit message (Expand)Author
2009-03-13v4l2-dev: use parent field if the v4l2_device has no parent set.Hans Verkuil
2009-03-02Auto-load videodev module when device opened.Mauro Carvalho Chehab
2009-03-03videodev: not possible to register NULL video_deviceTrent Piepho
2009-02-14v4l2-dev: remove limit of 32 devices per driver in get_index()Hans Verkuil
2008-12-30v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-23v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil
2008-12-20v4l2-dev: use the release callback from device instead of cdevHans Verkuil
2008-12-19v4l2-dev: check for parent device in get_index.Hans Verkuil
2008-10-30V4L: struct device - replace bus_id with dev_name(), dev_set_name()Mauro Carvalho Chehab
2008-10-27rationalise addresses to one common oneMauro Carvalho Chehab
2008-10-04v4l: disconnect kernel number from minorHans Verkuil
2008-08-30v4l2-dev: replace panic with BUGHans Verkuil
2008-08-29v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil
2008-08-29merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-devMauro Carvalho Chehab
2008-08-22V4L: check inval in video_register_device_index()Mauro Carvalho Chehab
2008-08-24v4l2-dev: do not clear the driver_data fieldHans Verkuil
2008-08-23v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil
2008-08-23v4l2-dev: make the video_device's release callback mandatoryHans Verkuil
2008-08-23v4l2-dev: add video_device_release_emptyHans Verkuil
2008-08-23v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil
2008-08-09V4L: fix return value of register video funcMauro Carvalho Chehab
2008-08-12v4l2: fix for kernels <= 2.6.17Hans Verkuil
2008-08-04backport changeset c9b1a9b0ec5cc30279fd51ea11f04432683961ccMauro Carvalho Chehab
2008-07-30v4l: move BKL down to the driver level.Hans Verkuil
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-20videodev: renamed 'class_dev' to 'dev'Hans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-20videodev: split off the ioctl handling into v4l2-ioctl.cHans Verkuil