aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB (13932): em28xx: add PAL support for VBIDevin Heitmueller1-3/+16
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-28/+0
2009-12-16V4L/DVB (13545): em28xx: properly select IR protocol based on the IR tableMauro Carvalho Chehab1-1/+1
2009-12-05em28xx: don't load audio modules when AC97 is mis-detectedMauro Carvalho Chehab1-1/+8
2009-12-05V4L/DVB (13327): em28xx: fix alt modprobe parameterMauro Carvalho Chehab1-1/+12
2009-09-18V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supportedDevin Heitmueller1-1/+1
2009-09-18V4L/DVB (12742): em28xx: add raw VBI support for NTSCDevin Heitmueller1-1/+4
2009-09-18V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabledDevin Heitmueller1-5/+39
2009-08-13V4L/DVB (12405): em28xx-cards: move register 0x13 setting to the proper placeMauro Carvalho Chehab1-0/+3
2009-08-13V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcamsMauro Carvalho Chehab1-1/+4
2009-07-24V4L/DVB (12244): em28xx: adjust vinmode/vinctl based on the stream input formatMauro Carvalho Chehab1-14/+3
2009-07-24V4L/DVB (12239): em28xx: fix webcam scalingMauro Carvalho Chehab1-4/+1
2009-07-24V4L/DVB (12233): em28xx: rename is_27xx to is_webcamMauro Carvalho Chehab1-2/+2
2009-07-05V4L/DVB (12171): em28xx: fix webcam usage with different output formatsMauro Carvalho Chehab1-1/+0
2009-07-05V4L/DVB (12138): em28xx: add support for Silvercrest WebcamMauro Carvalho Chehab1-6/+27
2009-06-16V4L/DVB (11979): em28xx: don't create audio device if not supportedDevin Heitmueller1-9/+12
2009-06-16V4L/DVB (11810): em28xx: properly set packet size based on the device's eeprom configuration.Devin Heitmueller1-0/+35
2009-06-16V4L/DVB (11487): em28xx: fix typo em28xx_errdev messageFilipe Rosset1-1/+1
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-8/+3
2009-04-06V4L/DVB (11331): em28xx: convert to v4l2_subdevDouglas Schilling Landgraf1-4/+5
2009-03-30V4L/DVB (11141): em28xx: fix oops on ARM platform when allocating transfer buffersDevin Heitmueller1-1/+1
2009-03-30V4L/DVB (10833): em28xx: enable Compro VideoMate ForYou soundVitaly Wool1-0/+5
2009-03-30V4L/DVB (10525): em28xx: Coding style fixes and a typo correctionNicola Soranzo1-9/+10
2009-03-30V4L/DVB (10518): em28xx: Fix for em28xx memory leak and function renameRobert Krakora1-0/+13
2009-03-30V4L/DVB (10255): em28xx: Clock (XCLK) CleanupRobert Krakora1-1/+1
2009-01-29V4L/DVB (10325): em28xx: Fix for fail to submit URB with IRQs and Pre-emption DisabledRobert Krakora1-2/+5
2009-01-29V4L/DVB (10256): em28xx: Fix for KWorld 330U AC97Robert Krakora1-0/+4
2009-01-29V4L/DVB (10228): em28xx: fix audio output PCM IN selectionMauro Carvalho Chehab1-0/+9
2009-01-07V4L/DVB (10177): Fix sparse warnings on em28xxMauro Carvalho Chehab1-1/+1
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-2/+1
2008-12-30V4L/DVB (10125): em28xx: Don't do AC97 vendor detection for i2s audio devicesDevin Heitmueller1-1/+2
2008-12-30V4L/DVB (10122): em28xx: don't load em28xx-alsa for em2870 based devicesDevin Heitmueller1-1/+1
2008-12-30V4L/DVB (9979): em28xx: move usb probe code to a proper placeMauro Carvalho Chehab1-0/+143
2008-12-30V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab1-2/+2
2008-12-30V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab1-4/+13
2008-12-30V4L/DVB (9756): em28xx: Improve register log formatMauro Carvalho Chehab1-28/+32
2008-12-29V4L/DVB (9764): em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab1-8/+13
2008-12-29V4L/DVB (9763): em28xx: fix gpio settingsMauro Carvalho Chehab1-2/+2
2008-12-29V4L/DVB (9758): em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab1-24/+24
2008-12-29V4L/DVB (9752): Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab1-4/+4
2008-12-29V4L/DVB (9747): em28xx: Properly handles XCLK and I2C speedMauro Carvalho Chehab1-5/+3
2008-12-29V4L/DVB (9672): Allow opening more than one output at the same timeMauro Carvalho Chehab1-13/+20
2008-12-29V4L/DVB (9671): em28xx: Add detection of Sigmatel Stac97xx series of AC97 devicesMauro Carvalho Chehab1-0/+6
2008-12-29V4L/DVB (9670): em28xx: allow specifying audio outputMauro Carvalho Chehab1-7/+17
2008-12-29V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste errorMauro Carvalho Chehab1-1/+1
2008-12-29V4L/DVB (9657): em28xx: add a functio to write on a single registerDevin Heitmueller1-0/+6
2008-12-29V4L/DVB (9653): em28xx: improve AC97 handlingMauro Carvalho Chehab1-30/+43
2008-12-29V4L/DVB (9652): em28xx: merge AC97 vendor id's into a single varMauro Carvalho Chehab1-4/+7