summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv-driver.c
AgeCommit message (Expand)Author
2009-03-03bttv: Don't need to zero ioctl parameter fieldsTrent Piepho
2009-03-03v4l2: New function v4l2_video_std_frame_periodTrent Piepho
2009-01-28bttv: dynamically allocate device dataTrent Piepho
2009-01-28bttv: shrink muxsel data in card databaseTrent Piepho
2009-01-28bttv: rework the way digital inputs are indicatedTrent Piepho
2009-01-28bttv: make tuner card info more consistentTrent Piepho
2009-01-28bttv: Fix TDA9880 norm setting codeTrent Piepho
2009-01-28bttv: norm value should be unsignedTrent Piepho
2009-01-02Missing v4l2_prio_close in radio_releaseMauro Carvalho Chehab
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-11-22Remove warnings when compiling with kernel 2.6.18Mauro Carvalho Chehab
2008-10-19v4l: use video_device.num instead of minor in video%dHans Verkuil
2008-10-03v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil
2008-09-07bttv: Turn video_nr, vbi_nr and radio_nr into arraysMauro Carvalho Chehab
2008-09-07bttv: Prevent NULL pointer dereference in radio_openMauro Carvalho Chehab
2008-08-30bttv: Don't unmask VPRES interruptMauro Carvalho Chehab
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-08-05Fix mute on bttv driverMauro 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-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-20videodev: renamed 'class_dev' to 'dev'Hans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.10Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-22bt8xx endianness annotations and fixesMauro Carvalho Chehab
2008-06-23bttv: allow debug ioctl'sMauro Carvalho Chehab
2008-05-28videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil
2008-05-17 [PATCH] Fix a deadlock in the bttv driverMauro Carvalho Chehab
2008-04-10 bttv: Fix memory leak in radio_releaseMauro Carvalho Chehab
2008-04-01Fix a small bug introduced on a previous changeset.Mauro Carvalho Chehab
2008-04-01bttv: Fix some API non-compliances for some audio/input V4L2 callsMauro Carvalho Chehab
2008-04-01 bttv: fix missed index checkMauro Carvalho Chehab
2008-03-22bttv: Add a radio compat_ioctl file operationMauro Carvalho Chehab
2008-02-27 bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFREQ ioctls.Mauro Carvalho Chehab
2008-02-27 bttv: Re-enabling radio support requires the use of struct bttv_fh.Mauro Carvalho Chehab
2008-02-25From: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>Mauro Carvalho Chehab
2008-02-23 bttv: struct member initialized twiceMauro Carvalho Chehab
2008-02-13 bttv: Fix overlay divide error.Mauro Carvalho Chehab
2008-01-31Renames videobuf lock to vb_lockMauro Carvalho Chehab
2008-01-14Fix build breakage of the bttv driver, when advanced debugging is not enabledMauro Carvalho Chehab
2007-12-27Fix a few issues at the bttv conversionMauro Carvalho Chehab
2007-12-27Preserve the previous order to make easier to check the conversionMauro Carvalho Chehab
2007-12-27Replace vidioc_ to bttv_Mauro Carvalho Chehab
2007-12-27Converted bttv to use video_ioctl2Mauro Carvalho Chehab
2007-12-17bttv: check pci_register_driver() errorMauro Carvalho Chehab