summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12081): gspca_ov519: Cleanup some sensor special casesHans de Goede2009-06-231-20/+4
* V4L/DVB (12080): gspca_ov519: Fix ov518+ with OV7620AE (Trust spacecam 320)Hans de Goede2009-06-231-36/+55
* V4L/DVB (12079): gspca_ov519: add support for the ov511 bridgeHans de Goede2009-06-231-13/+520
* V4L/DVB (12078): gspca_ov519: Better default contrast for ov6630Hans de Goede2009-06-231-1/+4
* V4L/DVB (12077): gspca_ov519: Fix 320x240 with ov7660 sensorHans de Goede2009-06-231-2/+6
* V4L/DVB (12076): gspca_ov519: Fix led inversion with some camsHans de Goede2009-06-231-3/+13
* V4L/DVB (12075): gspca_ov519: check ov518 packet numbersHans de Goede2009-06-231-6/+23
* V4L/DVB (12074): gspca_ov519: Add 320x240 and 160x120 support for cif sensor ...Hans de Goede2009-06-231-3/+30
* V4L/DVB (12073): gspca_ov519: limit ov6630 qvif uv swap fix to ov66308AFHans de Goede2009-06-231-14/+24
* V4L/DVB (12072): gspca-ov519: add extra controlsHans de Goede2009-06-231-9/+205
* V4L/DVB (12071): gspca: fix NULL pointer deref in query_ctrlHans de Goede2009-06-231-5/+3
* V4L/DVB (12010): cx88: Properly support Leadtek TV2000 XP GlobalMauro Carvalho Chehab2009-06-231-19/+75
* soc-camera: unify i2c camera device platform dataGuennadi Liakhovetski2009-06-172-4/+8
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-06-16163-5195/+9362
|\
| * V4L/DVB (11870): gspca - main: VIDIOC_ENUM_FRAMESIZES ioctl added.Hans de Goede2009-06-161-0/+27
| * V4L/DVB (12004): poll method lose race conditionFigo.zhang2009-06-163-12/+27
| * V4L/DVB (11441): cx88-dsp: fixing 64bit mathMiroslav Sustek2009-06-161-2/+15
| * V4L/DVB (11396): cx88: avoid reprogramming every audio register on A2 stereo/...Marton Balint2009-06-161-6/+4
| * V4L/DVB (11395): cx88: audio thread: if stereo detection is hw supported don'...Marton Balint2009-06-161-18/+33
| * V4L/DVB (11394): cx88: Add support for stereo and sap detection for A2Marton Balint2009-06-165-10/+381
| * V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and haldDevin Heitmueller2009-06-161-0/+2
| * V4L/DVB (11738): patch: s2255drv: urb completion routine fixesDean Anderson2009-06-161-5/+10
| * V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which c...Robert Krakora2009-06-161-3/+12
| * V4L/DVB (11998): se401: Fix coding styleAlan Cox2009-06-162-431/+452
| * V4L/DVB (11997): gspca - stv06xx: remove needless if check and gotoAlexey Klimov2009-06-161-2/+0
| * V4L/DVB (11996): saa7134: add support for AVerMedia M103 (f736)Barry Kitson2009-06-161-0/+6
| * V4L/DVB (11995): zr364xx.c: vfree does its own NULL checkFigo.zhang2009-06-161-2/+4
| * V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_deviceLennart Poettering2009-06-161-1/+1
| * V4L/DVB (11992): Add missing __devexit_p()Jean Delvare2009-06-166-13/+12
| * V4L/DVB (11991): buf-core.c: add pointer checkFigo.zhang2009-06-161-0/+1
| * V4L/DVB (11990): saa7134-video.c: fix the block bugfigo.zhang2009-06-161-0/+1
| * V4L/DVB (11979): em28xx: don't create audio device if not supportedDevin Heitmueller2009-06-161-9/+12
| * V4L/DVB (11977): em28xx: Add Kworld 315 entryFranklin Meng2009-06-163-0/+84
| * V4L/DVB (11976): em28xx: set up tda9887_conf in em28xx_card_setup()Franklin Meng2009-06-161-0/+3
| * V4L/DVB (11973): gspca - ov534: Do the ov772x work again.Jean-Francois Moine2009-06-161-1/+3
| * V4L/DVB (11972): gspca - main: Skip disabled controls.Hans de Goede2009-06-161-61/+61
| * V4L/DVB (11970): gspca - ov519: Add support for the ov518 bridge.Hans de Goede2009-06-161-34/+486
| * V4L/DVB (11969): gspca - spca505: Reinitialize the webcam at resume time.Jean-Francois Moine2009-06-161-7/+7
| * V4L/DVB (11967): v4l: i2c modules must be linked before the v4l2 driversHans Verkuil2009-06-162-35/+38
| * V4L/DVB (11966): ov511: Fix unit_video parameter behaviorMauro Carvalho Chehab2009-06-162-14/+34
| * V4L/DVB (11961): tvp514x: try_count off by oneRoel Kluin2009-06-161-1/+1
| * V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on inpu...Lennart Poettering2009-06-163-6/+6
| * V4L/DVB (11959): se401: Fix unsafe use of sprintf with identical source/desti...Alan Cox2009-06-161-4/+6
| * V4L/DVB (11958): usbvision-core.c: vfree does its own NULL checkFigo.zhang2009-06-161-8/+6
| * V4L/DVB (11953): videobuf-dma-sg: return -ENOMEM if vmalloc failsFigo.zhang2009-06-161-1/+1
| * V4L/DVB (11951): cx18: Add DVB-T support for the Leadtek WinFast DVR3100 HAndy Walls2009-06-162-14/+57
| * V4L/DVB (11950): cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate ca...Andy Walls2009-06-163-6/+63
| * V4L/DVB (11948): uvcvideo: Ignore non-UVC trailing interface descriptors.Laurent Pinchart2009-06-161-2/+2
| * V4L/DVB (11947): uvcvideo: Add support for FSC V30S webcamsLaurent Pinchart2009-06-161-0/+9
| * V4L/DVB (11946): uvcvideo: Add support for Aveo Technology webcamsLaurent Pinchart2009-06-161-0/+9
OpenPOWER on IntegriCloud