summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-core.c
AgeCommit message (Expand)Author
2009-08-10em28xx: fix: avoid having a bad colored image with webcamsMauro Carvalho Chehab
2009-08-08em28xx: fix: don't do image interlacing on webcamsMauro Carvalho Chehab
2009-08-04em28xx: fix: some webcams don't have audio inputsMauro Carvalho Chehab
2009-07-14em28xx: adjust vinmode/vinctl based on the stream input formatMauro Carvalho Chehab
2009-07-13em28xx: fix webcam scalingMauro Carvalho Chehab
2009-07-12em28xx: rename is_27xx to is_webcamMauro Carvalho Chehab
2009-07-03em28xx: Allow its usage with other different output formatsMauro Carvalho Chehab
2009-06-29em28xx: add support for Silvercrest WebcamMauro Carvalho Chehab
2009-06-09em28xx: don't create audio device if not supportedDevin Heitmueller
2009-05-16em28xx: properly set packet size based on the device's eeprom configuration.Devin Heitmueller
2009-04-09em28xx: fix typo em28xx_errdev messageDouglas Schilling Landgraf
2009-04-02v4l2-subdev: change s_routing prototypeHans Verkuil
2009-03-31em28xx: convert to v4l2_subdevDouglas Schilling Landgraf
2009-03-22em28xx: fix oops on ARM platform when allocating transfer buffersDevin Heitmueller
2009-03-04em28xx: enable Compro VideoMate ForYou soundMauro Carvalho Chehab
2009-02-11em28xx: Coding style fixes and a typo correctionDouglas Schilling Landgraf
2009-02-08em28xx: Fix for em28xx memory leak and function renameDouglas Schilling Landgraf
2009-01-25em28xx: Fix for fail to submit URB with IRQs and Pre-emption DisabledDouglas Schilling Landgraf
2009-01-18em28xx: Fix for KWorld 330U AC97Mauro Carvalho Chehab
2009-01-18em28xx: Clock (XCLK) CleanupMauro Carvalho Chehab
2009-01-12em28xx: fix audio output PCM IN selectionMauro Carvalho Chehab
2009-01-05From: Mauro Carvalho Chehab <mchehab@redhat.com>Mauro Carvalho Chehab
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-29em28xx: Don't do AC97 vendor detection for i2s audio devicesDevin Heitmueller
2008-12-29em28xx: don't load em28xx-alsa for em2870 based devicesDevin Heitmueller
2008-12-28em28xx: move usb probe code to a proper placeMauro Carvalho Chehab
2008-12-22em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab
2008-12-20em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab
2008-11-27em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab
2008-11-27em28xx: fix gpio settingsMauro Carvalho Chehab
2008-11-26em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab
2008-11-26em28xx: Improve register log formatMauro Carvalho Chehab
2008-11-25Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab
2008-11-25em28xx: Properly handles XCLK and I2C speedMauro Carvalho Chehab
2008-11-20Allow opening more than one output at the same timeMauro Carvalho Chehab
2008-11-20em28xx: Add detection of Sigmatel Stac97xx series of AC97 devicesMauro Carvalho Chehab
2008-11-20em28xx: allow specifying audio outputMauro Carvalho Chehab
2008-11-20em28xx: Fix a stupid cut-and-paste errorMauro Carvalho Chehab
2008-11-20Introduce a new function that writes to a single register. This isMauro Carvalho Chehab
2008-11-20em28xx: improve AC97 handlingMauro Carvalho Chehab
2008-11-20em28xx: merge AC97 vendor id's into a single varMauro Carvalho Chehab
2008-11-19em28xx: Improve audio handlingMauro Carvalho Chehab
2008-11-19Avoid having two concurrent control URB'sMauro Carvalho Chehab
2008-11-18em28xx: avoid allocating/dealocating memory on every control urbMauro Carvalho Chehab
2008-11-17Remove the previous register namesMauro Carvalho Chehab
2008-11-15make em28xx aux audio input workMauro Carvalho Chehab
2008-11-12Properly support capture start on em2874Mauro Carvalho Chehab
2008-11-12Support different GPIO/GPO registers for newer devicesMauro Carvalho Chehab
2008-04-24em28xx: copy and paste error in em28xx_init_isocMauro Carvalho Chehab
2008-04-21From: Devin Heitmueller <devin.heitmueller@gmail.com>Mauro Carvalho Chehab