summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11278): bttv: convert to v4l2_subdev since i2c autoprobing will disa...Hans Verkuil2009-03-305-105/+180
* V4L/DVB (11277): tvaudio: always call init_timer to prevent rmmod crash.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (11276): tvaudio: add tda9875 support.Hans Verkuil2009-03-301-0/+132
* V4L/DVB (11275): tvaudio: fix mute and s/g_tuner handlingHans Verkuil2009-03-301-5/+19
* V4L/DVB (11272): zr364xx: Remove code for things already done by video_ioctl2Trent Piepho2009-03-301-16/+0
* V4L/DVB (11271): usbvision: Remove buffer type checks from enum_fmt_vid_cap, ...Trent Piepho2009-03-301-9/+1
* V4L/DVB (11270): meye: Remove buffer type checks from XXX_fmt_vid_cap, XXXbufTrent Piepho2009-03-301-26/+3
* V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_capTrent Piepho2009-03-301-4/+0
* V4L/DVB (11268): cx23885-417: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-23/+4
* V4L/DVB (11267): cafe_ccic: Remove buffer type check from XXXbufTrent Piepho2009-03-301-12/+2
* V4L/DVB (11266): vino: Remove code for things already done by video_ioctl2Trent Piepho2009-03-301-176/+114
* V4L/DVB (11265): stkwebcam: Remove buffer type check from g_parm and q/dq/req...Trent Piepho2009-03-301-9/+1
* V4L/DVB (11264): omap24xxcam: Remove buffer type check from vidioc_s/g_parmTrent Piepho2009-03-301-6/+0
* V4L/DVB (11263): gspca: Stop setting buffer type, and avoid memset in querycapTrent Piepho2009-03-301-4/+0
* V4L/DVB (11262): bttv: Remove buffer type check from vidioc_g_parmTrent Piepho2009-03-301-2/+0
* V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARMTrent Piepho2009-03-301-0/+7
* V4L/DVB (11256): dabusb: fix compile warning.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (11254): cs53l32a: remove legacy support.Hans Verkuil2009-03-301-10/+1
* V4L/DVB (11253): saa7134: fix RTD Embedded Technologies VFG7350 support.Hans Verkuil2009-03-304-4/+13
* V4L/DVB (11251): tuner: prevent invalid initialization of t->config in set_typeMichael Krufky2009-03-301-1/+2
* V4L/DVB (11247): hdpvr: empty internal device buffer after stopping streamingJanne Grunau2009-03-301-0/+26
* V4L/DVB (11246): hdpvr: convert printing macros to v4l2_* with struct v4l2_de...Janne Grunau2009-03-303-64/+75
* V4L/DVB (11245): hdpvr: add struct v4l2_deviceJanne Grunau2009-03-302-0/+13
* V4L/DVB (11243): cx88: Missing failure checksAlan Cox2009-03-301-0/+7
* V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handlerDaniel Glöckner2009-03-301-0/+19
* V4L/DVB (11237): media/zoran: fix printk formatRandy Dunlap2009-03-301-2/+2
* V4L/DVB (11235): changed ioctls to unlockedStoyan Gaydarov2009-03-301-3/+8
* V4L/DVB (11231): hdpvr: locking fixesJanne Grunau2009-03-302-1/+5
* V4L/DVB (11230): hdpvr: return immediately from hdpvr_poll if data is availableJanne Grunau2009-03-301-12/+8
* V4L/DVB (11229): hdpvr: set usb interface dev as parent in struct video_deviceJanne Grunau2009-03-303-4/+6
* V4L/DVB (11228): hdpvr: use debugging macro for buffer statusJanne Grunau2009-03-301-17/+10
* V4L/DVB (11226): avoid warnings for request_ihex_firmware on dabusb and vicamMauro Carvalho Chehab2009-03-302-2/+2
* V4L/DVB (11222): gspca - zc3xx: The webcam DLink DSB - C320 has the sensor pa...Douglas Schilling Landgraf2009-03-301-1/+1
* V4L/DVB (11221): gspca - sonixj: Prefer sonixj instead of sn9c102 for 0471:0327.Hans de Goede2009-03-302-4/+0
* V4L/DVB (11220): gspca - finepix: Use a workqueue for streaming.Jean-Francois Moine2009-03-301-287/+134
* V4L/DVB (11219): gspca - sq905: Optimize the resolution setting.Jean-Francois Moine2009-03-301-11/+10
* V4L/DVB (11218): gspca - sq905: Update the frame pointer after adding the las...Jean-Francois Moine2009-03-301-4/+5
* V4L/DVB (11213): gspca - sq905c: New subdriver.Theodore Kilgore2009-03-303-0/+339
* V4L/DVB (11212): gspca - vc032x: Use YVYU format for sensor mi1320_soc.Jean-Francois Moine2009-03-301-30/+412
* V4L/DVB (11211): gspca - vc032x: Simplify the i2c write function.Jean-Francois Moine2009-03-301-19/+5
* V4L/DVB (11209): gspca - vc032x: New sensor mi1320_soc and webcam 15b8:6001 a...Jean-Francois Moine2009-03-301-12/+415
* V4L/DVB (11208): pvrusb2: Use v4l2_device_disconnect()Mike Isely2009-03-301-4/+1
* V4L/DVB (11207): pvrusb2: Add composite and s-video input support for OnAir d...Mike Isely2009-03-307-2/+160
* V4L/DVB (11206): pvrusb2: Add sub-device for demodMike Isely2009-03-303-0/+5
* V4L/DVB (11205): pvrusb2: Remove ancient IVTV specific ioctl functionsMike Isely2009-03-301-4/+0
* V4L/DVB (11204): pvrusb2: Remove old i2c layer; we use v4l2-subdev nowMike Isely2009-03-3020-2074/+3
* V4L/DVB (11203): pvrusb2: Implement better reporting on attached sub-devicesMike Isely2009-03-301-29/+86
* V4L/DVB (11202): pvrusb2: Fix slightly mis-leading header in debug interface ...Mike Isely2009-03-301-1/+1
* V4L/DVB (11201): pvrusb2: Fix space-after-comma idiocyMike Isely2009-03-301-1/+1
* V4L/DVB (11200): pvrusb2: Make a bunch of dvb config structures const (trivial)Mike Isely2009-03-303-7/+7
OpenPOWER on IntegriCloud