summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9336): cx88: always de-alloc frontends on fault conditionDarron Broad2008-10-211-6/+2
* V4L/DVB (9335): videobuf: split unregister bus creating self-contained fronte...Darron Broad2008-10-211-23/+29
* V4L/DVB (9334): cx88: dvb_remove debug outputDarron Broad2008-10-211-0/+3
* V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontendsMauro Carvalho Chehab2008-10-212-8/+4
* V4L/DVB (9332): cx88: initial fix for analogue only compilationDarron Broad2008-10-212-1/+8
* V4L/DVB (9331): Remove unused inode parameter from video_ioctl2Mauro Carvalho Chehab2008-10-212-7/+7
* V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab2008-10-214-132/+118
* V4L/DVB (9328): ivtvfb: FB_BLANK_POWERDOWN turns off video outputIan Armstrong2008-10-212-0/+7
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-2128-87/+89
* V4L/DVB (9326): ivtv: avoid green flashing when loading ivtvMartin Dauskardt2008-10-211-0/+12
* V4L/DVB (9325): ivtv: switch to unlocked_ioctl.Hans Verkuil2008-10-213-11/+9
* V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil2008-10-211-2/+9
* V4L/DVB (9322): v4l2-int-if: Export more interfaces to modulesSakari Ailus2008-10-211-1/+4
* V4L/DVB (9301): pvrusb2: Keep MPEG PTSs from drifting awayBoris Dores2008-10-211-0/+4
* V4L/DVB (9300): pvrusb2: Fix deadlock problemMike Isely2008-10-211-6/+0
* V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them t...Andy Walls2008-10-212-15/+24
* V4L/DVB (9298): cx18: Add __iomem address space qualifier to cx18_log_*_retri...Andy Walls2008-10-211-2/+2
* V4L/DVB (9297): cx18: Fix memory leak on card initialization failureAndy Walls2008-10-211-2/+6
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-202-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-10-174-18/+27
|\
| * USB: remove warn() macro from usb media driversGreg Kroah-Hartman2008-10-174-18/+27
* | V4L/DVB (9296): Patch to remove warning message during cx88-dvb compilationIgor M. Liplianin2008-10-171-2/+2
* | V4L/DVB (9294): gspca: Add a stop sequence in t613.Jean-Francois Moine2008-10-171-0/+14
* | V4L/DVB (9293): gspca: Separate and fix the sensor dependant sequences in t613.Leandro Costantino2008-10-171-37/+110
* | V4L/DVB (9292): gspca: Call the control setting functions at init time in t613.Jean-Francois Moine2008-10-171-72/+70
* | V4L/DVB (9291): gspca: Do not set the white balance temperature by default in...Jean-Francois Moine2008-10-171-1/+1
* | V4L/DVB (9290): gspca: Adjust the sensor init sequences in t613.Jean-Francois Moine2008-10-171-7/+20
* | V4L/DVB (9289): gspca: Other sensor identified as om6802 in t613.Jean-Francois Moine2008-10-171-6/+10
* | V4L/DVB (9288): gspca: Write to the USB device and not USB interface in t613.Jean-Francois Moine2008-10-171-3/+3
* | V4L/DVB (9287): gspca: Change the name of the multi bytes write function in t...Jean-Francois Moine2008-10-171-31/+32
* | V4L/DVB (9286): gspca: Compilation problem of gspca.c and the kernel version.Jean-Francois Moine2008-10-172-1/+1
* | V4L/DVB (9283): Correct typo and enable setting the gain on the mt9m111 sensorErik Andrén2008-10-171-2/+2
* | V4L/DVB (9282): Properly iterate the urbs when destroying them.Erik Andrén2008-10-171-1/+1
* | V4L/DVB (9281): gspca: Add hflip and vflip to the po1030 sensorErik Andren2008-10-172-7/+101
* | V4L/DVB (9280): gspca: Use the gspca debug macrosErik Andren2008-10-177-98/+66
* | V4L/DVB (9279): gspca: Correct some copyright headersErik Andren2008-10-1713-14/+13
* | V4L/DVB (9278): gspca: Remove the m5602_debug variableErik Andren2008-10-174-5/+0
* | V4L/DVB (9277): gspca: propagate an error in m5602_start_transfer()Erik Andren2008-10-171-4/+6
* | V4L/DVB (9276): videobuf-dvb: two functions are now staticMauro Carvalho Chehab2008-10-171-58/+50
* | V4L/DVB (9273): MFE: videobuf-dvb.c checkpatch cleanup as part of MFE mergeSteven Toth2008-10-171-18/+25
* | V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad2008-10-174-8/+5
* | V4L/DVB (9269): cx88: add I2S-ADC tvaudio methodDarron Broad2008-10-173-22/+42
* | V4L/DVB (9268): tuner: add FMD1216MEX tunerDarron Broad2008-10-171-1/+1
* | V4L/DVB (9267): cx88: Update of audio routing config for FM radioDarron Broad2008-10-171-3/+22
* | V4L/DVB (9266): videobuf: properly handle attachment failureDarron Broad2008-10-171-13/+24
* | V4L/DVB (9265): videobuf: data storage optimisationDarron Broad2008-10-174-9/+8
* | V4L/DVB (9262): cx88: Change spurious buffer message into a debug only messageSteven Toth2008-10-171-1/+2
* | V4L/DVB (9252): au0828: Checkpatch complianceSteven Toth2008-10-173-3/+5
* | V4L/DVB (9251): cx23885: Checkpatch complianceSteven Toth2008-10-176-251/+297
* | V4L/DVB (9250): cx88: Convert __FUNCTION__ to __func__Steven Toth2008-10-172-15/+15