summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
AgeCommit message (Expand)Author
2009-09-14em28xx: fix codingstyle issues in em28xx-video.cDevin Heitmueller
2009-09-10em28xx: fix unused variable warningDevin Heitmueller
2009-09-10em28xx: remove unneeded code that set VINCTRL registerDevin Heitmueller
2009-09-10em28xx: implement g_std v4l callDevin Heitmueller
2009-09-10em28xx: only advertise VBI capability if supportedDevin Heitmueller
2009-09-10em28xx: do not create /dev/vbiX device if VBI not supportedDevin Heitmueller
2009-09-02em28xx: restructure fh/dev locking to handle both video and vbiDevin Heitmueller
2009-09-02em28xx: fix mmap_mapper with vbiDevin Heitmueller
2009-09-01em28xx: add raw VBI support for NTSCDevin Heitmueller
2009-09-01em28xx: make video isoc stream work when VBI is enabledDevin Heitmueller
2009-08-09em28xx: Implement g/s_register via address matchMauro Carvalho Chehab
2009-08-08em28xx: fix: don't do image interlacing on webcamsMauro Carvalho Chehab
2009-08-06em28xx: Allow changing fps on webcamsMauro Carvalho Chehab
2009-08-04em28xx: fix V4L2 API compliance: don't expose audio inputs for devices withou...Mauro Carvalho Chehab
2009-07-30em28xx: fix mutex inbalanceMauro Carvalho Chehab
2009-07-29em28xx: fix audio VIDIOC_S_CTRL adjustments on devices without ac97Mauro Carvalho Chehab
2009-07-19em28xx-video: better implement ac97 control ioctlsMauro Carvalho Chehab
2009-07-19em28xx-video: rename ac97 audio controls to better document itMauro Carvalho Chehab
2009-07-13em28xx: fix webcam scalingMauro Carvalho Chehab
2009-07-12em28xx: rename is_27xx to is_webcamMauro Carvalho Chehab
2009-07-05em28xx: remove uneeded varsMauro Carvalho Chehab
2009-07-03em28xx: Allow its usage with other different output formatsMauro Carvalho Chehab
2009-07-02em28xx-video: fix VIDIOC_G_FMT and VIDIOC_ENUMFMT with webcamsMauro Carvalho Chehab
2009-06-30Remove a bogus codeMauro Carvalho Chehab
2009-06-30em28xx: add other video formatsMauro Carvalho Chehab
2009-05-30em28xx: Use v4l bounding/alignment functionTrent Piepho
2009-04-02v4l2-subdev: change s_routing prototypeHans Verkuil
2009-04-01v4l2-subdev: move s_std from tuner to core.Hans Verkuil
2009-04-01v4l2-subdev: move s_standby from core to tuner.Hans Verkuil
2009-03-31em28xx: convert to v4l2_subdevDouglas Schilling Landgraf
2009-03-04em28xx: enable Compro VideoMate ForYou soundMauro Carvalho Chehab
2009-02-11em28xx: Coding style fixes and a typo correctionDouglas Schilling Landgraf
2009-01-20em28xx: use usb_make_path to report bus infoThierry MERLE
2009-01-21em28xx: fix VIDIOC_G_CTRL when there is no msp34xx device.Hans Verkuil
2009-01-18em28xx: Fix for KWorld 330U BoardMauro Carvalho Chehab
2009-01-07em28xx: fix input selectionMauro Carvalho Chehab
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-29em28xx: expand output formats availableDevin Heitmueller
2008-12-28em28xx: simplify analog logicMauro Carvalho Chehab
2008-12-28em28xx: move usb probe code to a proper placeMauro Carvalho Chehab
2008-12-22em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab
2008-12-22em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab
2008-12-22em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab
2008-12-22em28xx: Fix bad locks on error conditionMauro Carvalho Chehab
2008-12-20em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab
2008-12-20em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab
2008-12-18merge: http://www.linuxtv.org/hg/~dheitmueller/v4l-dvbMauro Carvalho Chehab
2008-12-16em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET commandDevin Heitmueller
2008-12-16em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab