summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-video.c
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcamsMauro Carvalho Chehab2009-08-131-9/+31
* V4L/DVB (12400): em28xx: Allow changing fps on webcamsMauro Carvalho Chehab2009-08-131-0/+37
* V4L/DVB (12239): em28xx: fix webcam scalingMauro Carvalho Chehab2009-07-241-13/+3
* V4L/DVB (12233): em28xx: rename is_27xx to is_webcamMauro Carvalho Chehab2009-07-241-2/+2
* V4L/DVB (12171): em28xx: fix webcam usage with different output formatsMauro Carvalho Chehab2009-07-051-23/+23
* V4L/DVB (12169): em28xx-video: fix VIDIOC_G_FMT and VIDIOC_ENUMFMT with webcamsMauro Carvalho Chehab2009-07-051-30/+49
* V4L/DVB (12139): em28xx: add other video formatsMauro Carvalho Chehab2009-07-051-1/+18
* V4L/DVB (11912): em28xx: Use v4l bounding/alignment functionTrent Piepho2009-06-231-26/+12
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-13/+6
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11331): em28xx: convert to v4l2_subdevDouglas Schilling Landgraf2009-04-061-39/+39
* V4L/DVB (10833): em28xx: enable Compro VideoMate ForYou soundVitaly Wool2009-03-301-0/+7
* V4L/DVB (10525): em28xx: Coding style fixes and a typo correctionNicola Soranzo2009-03-301-18/+25
* V4L/DVB (10307): em28xx: use usb_make_path to report bus infoThierry MERLE2009-03-301-2/+2
* V4L/DVB (10291): em28xx: fix VIDIOC_G_CTRL when there is no msp34xx device.Hans Verkuil2009-03-301-1/+6
* V4L/DVB (10257): em28xx: Fix for KWorld 330U BoardRobert Krakora2009-01-291-1/+3
* V4L/DVB (10192): em28xx: fix input selectionMauro Carvalho Chehab2009-01-291-18/+23
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-13/+15
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-10/+6
* V4L/DVB (10124): em28xx: expand output formats availableDevin Heitmueller2008-12-301-1/+1
* V4L/DVB (9980): em28xx: simplify analog logicMauro Carvalho Chehab2008-12-301-8/+3
* V4L/DVB (9979): em28xx: move usb probe code to a proper placeMauro Carvalho Chehab2008-12-301-573/+46
* V4L/DVB (9970): em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab2008-12-301-5/+41
* V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab2008-12-301-0/+19
* V4L/DVB (9931): em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab2008-12-301-8/+4
* V4L/DVB (9930): em28xx: Fix bad locks on error conditionMauro Carvalho Chehab2008-12-301-6/+6
* V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab2008-12-301-16/+50
* V4L/DVB (9926): em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab2008-12-301-1/+2
* V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab2008-12-301-12/+43
* V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab2008-12-301-8/+5
* V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab2008-12-301-11/+25
* V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab2008-12-301-4/+3
* V4L/DVB (9770): em28xx: turn off tuner when not usedMauro Carvalho Chehab2008-12-301-0/+6
* V4L/DVB (9767): em28xx: improve board description messagesMauro Carvalho Chehab2008-12-291-1/+14
* V4L/DVB (9766): em28xx: improve probe messagesMauro Carvalho Chehab2008-12-291-12/+30
* V4L/DVB (9764): em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab2008-12-291-1/+1
* V4L/DVB (9758): em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab2008-12-291-6/+6
* V4L/DVB (9754): em28xx: improve debug messagesMauro Carvalho Chehab2008-12-291-4/+2
* V4L/DVB (9752): Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab2008-12-291-9/+9
* V4L/DVB (9717): em28xx: improve message probing logsMauro Carvalho Chehab2008-12-291-13/+25
* V4L/DVB (9672): Allow opening more than one output at the same timeMauro Carvalho Chehab2008-12-291-0/+6
* V4L/DVB (9670): em28xx: allow specifying audio outputMauro Carvalho Chehab2008-12-291-12/+30
* V4L/DVB (9651): em28xx: Improve audio handlingMauro Carvalho Chehab2008-12-291-61/+2
* V4L/DVB (9648): em28xx: get audio config from em28xx registerDevin Heitmueller2008-12-291-1/+34
* V4L/DVB (9607): em28xx: Properly implement poll support for IR'sMauro Carvalho Chehab2008-12-291-0/+4
* V4L/DVB (9588): Don't load em28xx audio module for digital-only devicesDevin Heitmueller2008-12-291-4/+25
* V4L/DVB (9587): Handle changes to endpoint layout in em2874Devin Heitmueller2008-12-291-13/+23
* V4L/DVB (9586): Fix possible null pointer dereference in info messageDevin Heitmueller2008-12-291-2/+4
* V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers2008-12-291-2/+2
OpenPOWER on IntegriCloud