aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-13/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11331): em28xx: convert to v4l2_subdevDouglas Schilling Landgraf1-39/+39
2009-03-30V4L/DVB (10833): em28xx: enable Compro VideoMate ForYou soundVitaly Wool1-0/+7
2009-03-30V4L/DVB (10525): em28xx: Coding style fixes and a typo correctionNicola Soranzo1-18/+25
2009-03-30V4L/DVB (10307): em28xx: use usb_make_path to report bus infoThierry MERLE1-2/+2
2009-03-30V4L/DVB (10291): em28xx: fix VIDIOC_G_CTRL when there is no msp34xx device.Hans Verkuil1-1/+6
2009-01-29V4L/DVB (10257): em28xx: Fix for KWorld 330U BoardRobert Krakora1-1/+3
2009-01-29V4L/DVB (10192): em28xx: fix input selectionMauro Carvalho Chehab1-18/+23
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-13/+15
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-10/+6
2008-12-30V4L/DVB (10124): em28xx: expand output formats availableDevin Heitmueller1-1/+1
2008-12-30V4L/DVB (9980): em28xx: simplify analog logicMauro Carvalho Chehab1-8/+3
2008-12-30V4L/DVB (9979): em28xx: move usb probe code to a proper placeMauro Carvalho Chehab1-573/+46
2008-12-30V4L/DVB (9970): em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab1-5/+41
2008-12-30V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab1-0/+19
2008-12-30V4L/DVB (9931): em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab1-8/+4
2008-12-30V4L/DVB (9930): em28xx: Fix bad locks on error conditionMauro Carvalho Chehab1-6/+6
2008-12-30V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab1-16/+50
2008-12-30V4L/DVB (9926): em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab1-1/+2
2008-12-30V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab1-12/+43
2008-12-30V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab1-8/+5
2008-12-30V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab1-11/+25
2008-12-30V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab1-4/+3
2008-12-30V4L/DVB (9770): em28xx: turn off tuner when not usedMauro Carvalho Chehab1-0/+6
2008-12-29V4L/DVB (9767): em28xx: improve board description messagesMauro Carvalho Chehab1-1/+14
2008-12-29V4L/DVB (9766): em28xx: improve probe messagesMauro Carvalho Chehab1-12/+30
2008-12-29V4L/DVB (9764): em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab1-1/+1
2008-12-29V4L/DVB (9758): em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab1-6/+6
2008-12-29V4L/DVB (9754): em28xx: improve debug messagesMauro Carvalho Chehab1-4/+2
2008-12-29V4L/DVB (9752): Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab1-9/+9
2008-12-29V4L/DVB (9717): em28xx: improve message probing logsMauro Carvalho Chehab1-13/+25
2008-12-29V4L/DVB (9672): Allow opening more than one output at the same timeMauro Carvalho Chehab1-0/+6
2008-12-29V4L/DVB (9670): em28xx: allow specifying audio outputMauro Carvalho Chehab1-12/+30
2008-12-29V4L/DVB (9651): em28xx: Improve audio handlingMauro Carvalho Chehab1-61/+2
2008-12-29V4L/DVB (9648): em28xx: get audio config from em28xx registerDevin Heitmueller1-1/+34
2008-12-29V4L/DVB (9607): em28xx: Properly implement poll support for IR'sMauro Carvalho Chehab1-0/+4
2008-12-29V4L/DVB (9588): Don't load em28xx audio module for digital-only devicesDevin Heitmueller1-4/+25
2008-12-29V4L/DVB (9587): Handle changes to endpoint layout in em2874Devin Heitmueller1-13/+23
2008-12-29V4L/DVB (9586): Fix possible null pointer dereference in info messageDevin Heitmueller1-2/+4
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-12-23V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET commandDevin Heitmueller1-1/+2
2008-12-01V4L/DVB (9748): em28xx: fix compile warningHans Verkuil1-2/+0
2008-11-20V4L/DVB (9668): em28xx: fix a race condition with haldMauro Carvalho Chehab1-53/+75
2008-11-20V4L/DVB (9647): em28xx: void having two concurrent control URB'sMauro Carvalho Chehab1-0/+1
2008-11-20V4L/DVB (9645): em28xx: Avoid memory leaks if registration failsMauro Carvalho Chehab1-4/+5
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-1/+1
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil1-5/+3
2008-10-12V4L/DVB (8937): em28xx: Fix and add some validationsDouglas Schilling Landgraf1-6/+39