summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-023-13/+8
* V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall2008-12-301-4/+4
* V4L/DVB (10125): em28xx: Don't do AC97 vendor detection for i2s audio devicesDevin Heitmueller2008-12-301-1/+2
* V4L/DVB (10124): em28xx: expand output formats availableDevin Heitmueller2008-12-302-1/+14
* V4L/DVB (10123): em28xx: fix reversed definitions of I2S audio modesDevin Heitmueller2008-12-301-2/+2
* V4L/DVB (10122): em28xx: don't load em28xx-alsa for em2870 based devicesDevin Heitmueller2008-12-301-1/+1
* V4L/DVB (10121): em28xx: remove worthless Pinnacle PCTV HD Mini 80e device pr...Devin Heitmueller2008-12-302-35/+0
* V4L/DVB (10120): em28xx: remove redundant Pinnacle Dazzle DVC 100 profileDevin Heitmueller2008-12-302-15/+0
* V4L/DVB (10119): em28xx: fix corrupted XCLK valueDevin Heitmueller2008-12-301-11/+13
* V4L/DVB (10056): em28xx: Add snapshot button on Pixelview Prolink PlayTV USB 2.0Douglas Schilling Landgraf2008-12-301-0/+1
* V4L/DVB (10055): em28xx: Add entry for PixelView PlayTV Box 4Douglas Schilling Landgraf2008-12-302-0/+23
* V4L/DVB (9980): em28xx: simplify analog logicMauro Carvalho Chehab2008-12-303-15/+3
* V4L/DVB (9979): em28xx: move usb probe code to a proper placeMauro Carvalho Chehab2008-12-304-575/+633
* V4L/DVB (9970): em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab2008-12-301-5/+41
* V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab2008-12-303-2/+24
* V4L/DVB (9931): em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab2008-12-301-8/+4
* V4L/DVB (9930): em28xx: Fix bad locks on error conditionMauro Carvalho Chehab2008-12-301-6/+6
* V4L/DVB (9927): em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab2008-12-303-21/+69
* V4L/DVB (9926): em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab2008-12-301-1/+2
* V4L/DVB (9922): em28xx: don't assume every eb1a:2820 reference design is a Pr...Devin Heitmueller2008-12-301-1/+1
* V4L/DVB (9921): em28xx: add chip id for em2874Devin Heitmueller2008-12-302-0/+5
* V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab2008-12-301-12/+43
* V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab2008-12-301-8/+5
* V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab2008-12-301-11/+25
* V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab2008-12-301-4/+3
* V4L/DVB (9799): em28xx: fix Kworld Hybrid 330 (A316) supportMauro Carvalho Chehab2008-12-302-2/+5
* V4L/DVB (9793): em28xx: Add specific entry for WinTV-HVR 850Douglas Schilling Landgraf2008-12-303-2/+32
* V4L/DVB (9770): em28xx: turn off tuner when not usedMauro Carvalho Chehab2008-12-301-0/+6
* V4L/DVB (9756): em28xx: Improve register log formatMauro Carvalho Chehab2008-12-301-28/+32
* V4L/DVB (9767): em28xx: improve board description messagesMauro Carvalho Chehab2008-12-292-2/+16
* V4L/DVB (9766): em28xx: improve probe messagesMauro Carvalho Chehab2008-12-291-12/+30
* V4L/DVB (9765): em28xx: move tuner gpio's to the cards structMauro Carvalho Chehab2008-12-292-10/+28
* V4L/DVB (9764): em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab2008-12-295-15/+21
* V4L/DVB (9763): em28xx: fix gpio settingsMauro Carvalho Chehab2008-12-292-5/+2
* V4L/DVB (9762): em28xx: fix tuner absent entriesMauro Carvalho Chehab2008-12-291-4/+18
* V4L/DVB (9761): em28xx: replace magic numbers for mux aliasesMauro Carvalho Chehab2008-12-291-4/+4
* V4L/DVB (9760): em28xx: move gpio lines into board table descriptionMauro Carvalho Chehab2008-12-292-71/+67
* V4L/DVB (9759): em28xx: move gpio tables to the top of em28xx-cardsMauro Carvalho Chehab2008-12-291-69/+72
* V4L/DVB (9758): em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab2008-12-293-31/+31
* V4L/DVB (9755): em28xx: cleanup: We need just one tuner callbackMauro Carvalho Chehab2008-12-292-23/+8
* V4L/DVB (9754): em28xx: improve debug messagesMauro Carvalho Chehab2008-12-293-23/+26
* V4L/DVB (9753): em28xx: cleanup: saa7115 module auto-detects saa711x typeMauro Carvalho Chehab2008-12-292-27/+26
* V4L/DVB (9752): Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab2008-12-297-62/+43
* V4L/DVB (9751): em28xx: card description cleanupsMauro Carvalho Chehab2008-12-292-124/+59
* V4L/DVB (9747): em28xx: Properly handles XCLK and I2C speedMauro Carvalho Chehab2008-12-293-133/+39
* V4L/DVB (9745): em28xx: Cleanup GPIO/GPO setup codeDevin Heitmueller2008-12-291-18/+18
* V4L/DVB (9744): em28xx: cleanup XCLK register usageDevin Heitmueller2008-12-292-15/+60
* V4L/DVB (9717): em28xx: improve message probing logsMauro Carvalho Chehab2008-12-291-13/+25
* V4L/DVB (9676): em28xx: fix a regression caused by 22c90ec6a5e07173ee670dc2ca...Mauro Carvalho Chehab2008-12-291-1/+2
* V4L/DVB (9675): em28xx: devices with xc2028/3028 don't have tda9887Mauro Carvalho Chehab2008-12-291-5/+0
OpenPOWER on IntegriCloud