aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (10725): saa7185: convert to v4l2_subdev.Hans Verkuil2009-03-302-98/+122
* V4L/DVB (10724): saa7110: convert to v4l2_subdev.Hans Verkuil2009-03-302-221/+251
* V4L/DVB (10723): ks0127: add supported ks0127 variants to the i2c device list.Hans Verkuil2009-03-301-0/+2
* V4L/DVB (10722): ks0127: convert to v4l2_subdev.Hans Verkuil2009-03-302-336/+315
* V4L/DVB (10721): bt856: convert to v4l2_subdev.Hans Verkuil2009-03-302-107/+139
* V4L/DVB (10720): bt819: that delay include is needed after all.Hans Verkuil2009-03-301-0/+1
* V4L/DVB (10719): bt819: convert to v4l2_subdev.Hans Verkuil2009-03-302-225/+257
* V4L/DVB (10718): bt866: convert to v4l2_subdev.Hans Verkuil2009-03-302-110/+126
* V4L/DVB (10717): zoran: TRY_FMT and S_FMT now do the same parameter checks.Hans Verkuil2009-03-301-2/+10
* V4L/DVB (10716): zoran: change buffer defaults to something that works with t...Hans Verkuil2009-03-301-2/+2
* V4L/DVB (10715): zoran: clean up some old V4L1 left-overs and remove the MAP_...Hans Verkuil2009-03-302-90/+43
* V4L/DVB (10714): zoran et al: convert zoran i2c modules to V4L2.Hans Verkuil2009-03-3018-2562/+636
* V4L/DVB (10713): zoran: if reqbufs is called with count == 0, do a streamoff.Hans Verkuil2009-03-301-3/+7
* V4L/DVB (10712): zoran: fix G_FMTHans Verkuil2009-03-301-1/+1
* V4L/DVB (10711): zoran: fix TRY_FMT supportHans Verkuil2009-03-303-24/+63
* V4L/DVB (10710): zoran: cleanups in an attempt to make the source a bit more ...Hans Verkuil2009-03-303-233/+184
* V4L/DVB (10709): zoran: set correct parent of the video device.Hans Verkuil2009-03-301-0/+1
* V4L/DVB (10708): zoran: remove old V4L1 ioctls, use v4l1-compat instead.Hans Verkuil2009-03-302-417/+46
* V4L/DVB (10707): zoran: set bytesperline to 0 when using MJPEG.Hans Verkuil2009-03-301-6/+2
* V4L/DVB (10706): zoran: fix field typo.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (10705): zoran: use slider flag with volume etc. controls.Hans Verkuil2009-03-301-0/+1
* V4L/DVB (10704): zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and al...Hans Verkuil2009-03-302-160/+31
* V4L/DVB (10703): zoran: convert to video_ioctl2 and remove 'ready_to_be_freed...Hans Verkuil2009-03-302-1443/+1112
* V4L/DVB (10702): saa7115: add querystd and g_input_status support for zoran.Hans Verkuil2009-03-301-0/+43
* V4L/DVB (10701): saa7185: add colorbar support.Hans Verkuil2009-03-301-0/+14
* V4L/DVB (10700): saa7115: don't access reg 0x87 if it is not present.Hans Verkuil2009-03-301-5/+6
* V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil2009-03-3013-202/+141
* V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev.Hans Verkuil2009-03-304-145/+75
* V4L/DVB (10691): v4l2-common: add v4l2_i2c_subdev_addr()Hans Verkuil2009-03-302-0/+11
* V4L/DVB (10687): v4l2-common/v4l2-spec: support/document write-only and butto...Hans Verkuil2009-03-301-5/+24
* V4L/DVB (10686): v4l2: add V4L2_CTRL_FLAG_WRITE_ONLY flag.Hans Verkuil2009-03-301-0/+1
* V4L/DVB (10685): v4l2: add colorfx support to v4l2-common.c, and add to 'Chan...Hans Verkuil2009-03-301-0/+12
* V4L/DVB (10681): gspca - zc3xx: Bad probe of the ov7630c sensor.Jean-Francois Moine2009-03-301-0/+4
* V4L/DVB (10680): gspca - zc3xx: Bad probe of the ov7xxx sensors.Jean-Francois Moine2009-03-301-10/+3
* V4L/DVB (10679): gspca - sonixj: Handle the webcam 0c45:613c instead of sn9c102.Jean-Francois Moine2009-03-302-1/+3
* V4L/DVB (10676): mt9m111: Call icl->reset() on mt9m111_reset().Antonio Ospite2009-03-301-0/+6
* V4L/DVB (10675): soc-camera: extend soc_camera_bus_param_compatible with more...Guennadi Liakhovetski2009-03-301-2/+6
* V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCsGuennadi Liakhovetski2009-03-304-2/+1245
* V4L/DVB (10673): mt9t031: fix gain and hflip controls, register update, and s...Guennadi Liakhovetski2009-03-301-43/+84
* V4L/DVB (10672): sh_mobile_ceu_camera: include NV* formats into the format li...Guennadi Liakhovetski2009-03-301-0/+19
* V4L/DVB (10671): sh_mobile_ceu: SOCAM flags are not platform dependentKuninori Morimoto2009-03-302-4/+29
* V4L/DVB (10670): tw9910: bit mask operation fix on tw9910_mask_set.Kuninori Morimoto2009-03-301-1/+3
* V4L/DVB (10669): ov772x: Add image flip supportKuninori Morimoto2009-03-302-4/+89
* V4L/DVB (10668): ov772x: bit mask operation fix on ov772x_mask_set.Kuninori Morimoto2009-03-301-1/+4
* V4L/DVB (10667): ov772x: setting method to register is changed.Kuninori Morimoto2009-03-301-73/+48
* V4L/DVB (10666): ov772x: move configuration from start_capture() to set_fmt()Kuninori Morimoto2009-03-301-63/+62
* V4L/DVB (10665): soc-camera: add data signal polarity flags to driversGuennadi Liakhovetski2009-03-307-7/+10
* V4L/DVB (10662): remove redundant memset after kzallocMatthias Schwarzott2009-03-305-9/+4
* V4L/DVB (10657): [PATCH] V4L: missing parentheses?Roel Kluin2009-03-301-3/+3
* V4L/DVB (10655): tvp514x: make the module aware of rich peopleSebastian Andrzej Siewior2009-03-301-46/+60