aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2-4/+4
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2014-02-14[media] Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-1/+1
2014-01-07[media] cx231xx: add support for a CX23103 Video Grabber USBLinks (Markus)1-0/+2
2014-01-07[media] cx231xx: Add missing KERN_CONT to i2c debug printsMatthias Schwarzott1-5/+6
2014-01-07[media] cx231xx: fix i2c debug printsMatthias Schwarzott1-4/+12
2014-01-07[media] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECTMatthias Schwarzott1-0/+2
2013-11-29[media] cx231xx: use after free on error path in probeDan Carpenter1-1/+1
2013-10-17[media] cx231xx: fix double free and leaks on failure path in cx231xx_usb_probe()Alexey Khoroshilov1-53/+57
2013-10-15[media] cx231xx: fix sparse warningsHans Verkuil1-2/+2
2013-08-23[media] cx231xx: Add support for KWorld UB445-UJohannes Erdfelt3-0/+42
2013-06-17[media] cx231xx: the reg->size field wasn't filled inHans Verkuil1-0/+7
2013-06-17[media] cx231xx: remove g_chip_identHans Verkuil6-320/+103
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2-2/+2
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2-5/+5
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2-3/+3
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2-4/+5
2013-03-18[media] cx231xx : Add support for OTG102 aka EZGrabber2Matt Gomboc3-0/+38
2013-03-14[media] media/usb: cx231xx-pcb-cfg.h: Remove unused enum _true_falseThiago Farina1-5/+0
2013-03-14[media] cx231xx: fix undefined function cx231xx_g_chip_ident()Gianluca Gennari1-1/+1
2013-03-05[media] cx231xx: fix gpio big-endian problemsHans Verkuil2-37/+38
2013-03-05[media] cx231xx: fix big-endian problemsHans Verkuil5-16/+16
2013-03-05[media] cx231xx: don't use port 3 on the Conexant video grabberHans Verkuil1-0/+1
2013-03-05[media] cx231xx: don't reset width/height on first openHans Verkuil1-3/+0
2013-03-05[media] cx231xx: disable 417 support from the Conexant video grabberHans Verkuil1-1/+4
2013-03-05[media] cx231xx: remove bogus driver prefix in log messagesHans Verkuil1-14/+11
2013-03-05[media] cx231xx-417: convert to the control frameworkHans Verkuil2-129/+86
2013-03-05[media] cx231xx-417: share ioctls with cx231xx-videoHans Verkuil3-114/+68
2013-03-05[media] cx231xx-417: checkpatch cleanupsHans Verkuil1-372/+360
2013-03-05[media] cx231xx-417: fix g/try_fmt compliance problemsHans Verkuil1-15/+19
2013-03-05[media] cx231xx-417: use one querycap for all device nodesHans Verkuil3-22/+6
2013-03-05[media] cx231xx-417: remove empty functionsHans Verkuil1-67/+1
2013-03-05[media] cx231xx: improve std handlingHans Verkuil1-11/+13
2013-03-05[media] cx231xx: get rid of a bunch of unused cx231xx_fh fieldsHans Verkuil2-22/+2
2013-03-05[media] cx231xx: replace ioctl by unlocked_ioctlHans Verkuil2-10/+7
2013-03-05[media] cx231xx: remove current_norm usageHans Verkuil2-3/+1
2013-03-05[media] cx231xx: add struct v4l2_fh to get prio and event supportHans Verkuil2-5/+28
2013-03-05[media] cx231xx: convert to the control frameworkHans Verkuil4-236/+27
2013-03-05[media] cx231xx: fix vbi compliance issuesHans Verkuil1-50/+17
2013-03-05[media] cx231xx: fix frequency clampingHans Verkuil1-9/+2
2013-03-05[media] cx231xx: zero priv field and use right width in try_fmtHans Verkuil1-1/+3
2013-03-05[media] cx231xx: fix tuner compliance issuesHans Verkuil2-1/+5
2013-03-05[media] cx231xx: remove broken audio input support from the driverHans Verkuil1-44/+8
2013-03-05[media] cx231xx: clean up radio supportHans Verkuil1-61/+18
2013-03-05[media] cx231xx: add required VIDIOC_DBG_G_CHIP_IDENT supportHans Verkuil1-0/+14
2013-03-05[media] cx231xx: add device_caps support to QUERYCAPHans Verkuil1-6/+10
2013-03-04[media] cx231xx: Improve signal reception for PV SBTVDMauro Carvalho Chehab1-2/+2
2013-02-05[media] cx231xx: add a missing break statementDan Carpenter1-0/+1
2012-12-27[media] cx231xx: Replace memcpy with struct assignmentEzequiel Garcia2-3/+2