aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2010-11-29staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16staging/easycap: make module params private/static, fix buildRandy Dunlap4-18/+18
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas5-72/+287
2010-11-09staging/easycap: Eliminate BKLMike Thomas8-192/+695
2010-11-09staging/easycap: Avoid compiler warning about frame size ... larger than ...Mike Thomas1-59/+96
2010-11-09staging/easycap: Add option to set the hardware audio gainMike Thomas4-47/+96
2010-11-09staging/easycap: Add option to show conspicuous indication of signal lossMike Thomas3-41/+112
2010-11-09staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas4-121/+579
2010-11-09staging/easycap: Improve hardware initializationMike Thomas5-544/+1345
2010-11-09staging/easycap: Make code re-entrantMike Thomas7-1176/+1361
2010-11-09staging/easycap: Remove obsolete routinesMike Thomas8-994/+198
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-7/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-08Staging: easycap: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-3/+3
2010-10-05Staging: easycap: Makefile: cleaned up Makefile cflag linesTracey Dent1-4/+4
2010-08-09staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker3-47/+51
2010-07-22Staging: Remove unnecessary casts of private_dataJoe Perches3-5/+5
2010-07-22Staging: easycap: Upsample microphone audioMike Thomas5-49/+147
2010-07-22Staging: easycap: Replace some global variablesMike Thomas7-114/+128
2010-07-08Staging: easycap: Add dependencies to KconfigMike Thomas1-0/+1
2010-06-18Staging: easycap: add easycap driverR.M. Thomas14-0/+10808