aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-29V4L/DVB (9651): em28xx: Improve audio handlingMauro Carvalho Chehab1-48/+205
2008-12-29V4L/DVB (9643): em28xx: remove the previous register namesMauro Carvalho Chehab1-4/+4
2008-12-29V4L/DVB (9589): Properly support capture start on em2874Devin Heitmueller1-0/+18
2008-12-29V4L/DVB (9584): Support different GPIO/GPO registers for newer devicesDevin Heitmueller1-4/+4
2008-11-20V4L/DVB (9647): em28xx: void having two concurrent control URB'sMauro Carvalho Chehab1-2/+10
2008-11-20V4L/DVB (9646): em28xx: avoid allocating/dealocating memory on every control urbMauro Carvalho Chehab1-22/+26
2008-11-16V4L/DVB (9632): make em28xx aux audio input workDevin Heitmueller1-0/+2
2008-04-26V4L/DVB (7734): em28xx: copy and paste error in em28xx_init_isocJanne Grunau1-1/+1
2008-04-24V4L/DVB (7652): em28xx: Drop the severity level of the "urb resubmit failed"Devin Heitmueller1-2/+2
2008-04-24V4L/DVB (7615): em28xx: Provide the proper support for switching between analog/digitalMauro Carvalho Chehab1-7/+83
2008-04-24V4L/DVB (7614): em28xx-core: fix some debug printk's that wrongly received KERN_INFOMauro Carvalho Chehab1-4/+4
2008-04-24V4L/DVB (7613): em28xx: rename registersMauro Carvalho Chehab1-43/+43
2008-04-24V4L/DVB (7610): em28xx: Select reg wait time based on chip IDMauro Carvalho Chehab1-0/+3
2008-04-24V4L/DVB (7609): em28xx-core: speed-up firmware loadDevin Heitmueller1-1/+0
2008-04-24V4L/DVB (7607): CodingStyle fixesDouglas Schilling Landgraf1-24/+39
2008-04-24V4L/DVB (7604): em28xx-dvb: Fix analog modeMauro Carvalho Chehab1-7/+2
2008-04-24V4L/DVB (7602): em28xx: generalise URB setup codeAidan Thornton1-0/+181
2008-04-24V4L/DVB (7595): Improve generic support for setting gpio valuesMauro Carvalho Chehab1-5/+27
2008-04-24V4L/DVB (7567): em28xx: Some cleanupsMauro Carvalho Chehab1-2/+2
2008-04-24V4L/DVB (7540): em28xx: convert to use videobuf-vmallocMauro Carvalho Chehab1-417/+0
2008-04-24V4L/DVB (7522): media/video/em28xx replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24V4L/DVB (7331): Fix em2800 altsetting selectionSascha Sommer1-5/+13
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-3/+3
2008-03-20V4L/DVB (7291): em28xx: correct use of and fixAndrew Morton1-1/+1
2008-03-20V4L/DVB (7285): em28xx: Correct use of ! and &Julia Lawall1-1/+1
2008-02-18V4L/DVB (7180): em28xx: add URB_NO_TRANSFER_DMA_MAP, since urb->transfer_dma is setMauro Carvalho Chehab1-1/+1
2008-02-18V4L/DVB (7179): Allow more than one em28xx boardMauro Carvalho Chehab1-22/+40
2008-02-18V4L/DVB (7163): em28xx: makes audio settings more stableMauro Carvalho Chehab1-8/+20
2008-02-18V4L/DVB (7161): em28xx: Fix printing debug values higher than 127Mauro Carvalho Chehab1-2/+3
2008-02-18V4L/DVB (7158): Fix em28xx audio initializationMauro Carvalho Chehab1-8/+3
2008-02-18V4L/DVB (7156): em28xx/em28xx-core.c: fix use of potentially uninitialized variableAndrew Morton1-1/+2