summaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Move media drivers to staging/mediaMauro Carvalho Chehab2011-11-031-2450/+0Star
* staging/easycap: kill timeval members of easycap structTomas Winkler2011-10-181-2/+0Star
* staging/easycap: Use memdup_userThomas Meyer2011-08-241-20/+10Star
* staging/easycap: remove oss supportTomas Winkler2011-07-081-6/+0Star
* staging/easycap: kill telltale logicTomas Winkler2011-07-061-10/+0Star
* Remove unneeded version.h includes (and add where needed) for drivers/staging...Jesper Juhl2011-07-051-0/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-241-2/+1Star
|\
| * [media] v4l: removal of old, obsolete ioctlsHans Verkuil2011-03-221-5/+0Star
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-171-1/+0Star
|\ \
| * | drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0Star
| |/
* | staging/easycap: convert comparison to NULL into booleanTomas Winkler2011-03-071-26/+26
* | staging/easycap: replace if(true == var) with if (var)Tomas Winkler2011-03-071-7/+7
* | staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler2011-03-011-1974/+1991
* | staging/easycap: remove AUDIOTIME featureTomas Winkler2011-02-091-42/+0Star
* | staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctlTomas Winkler2011-02-091-5/+0Star
* | staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSSTomas Winkler2011-02-091-4/+5
* | staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-041-20/+20
* | staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-041-5/+5
* | staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-041-4/+4
* | staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler2011-02-041-13/+2Star
* | staging/easycap: don't cast NULL pointerTomas Winkler2011-02-041-13/+13
* | staging/easycap: make oss ops function static in sound_oss.cTomas Winkler2011-01-251-307/+0Star
* | staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-251-2/+2
* | staging/easycap: fix missing backslash in ifdef statementTomas Winkler2011-01-251-1/+1
* | staging: easycap: remove redunant headersTomas Winkler2011-01-241-1/+0Star
* | staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler2011-01-241-1/+1
* | staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-211-252/+252
* | staging: easycap: add ALSA supportMike Thomas2011-01-211-132/+140
|/
* staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-101-2/+24
* staging/easycap: Eliminate BKLMike Thomas2010-11-101-88/+338
* staging/easycap: Avoid compiler warning about frame size ... larger than ...Mike Thomas2010-11-101-59/+96
* staging/easycap: Add option to set the hardware audio gainMike Thomas2010-11-101-3/+11
* staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas2010-11-101-47/+291
* staging/easycap: Improve hardware initializationMike Thomas2010-11-101-110/+251
* staging/easycap: Make code re-entrantMike Thomas2010-11-101-274/+311
* staging/easycap: Remove obsolete routinesMike Thomas2010-11-101-655/+40Star
* staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker2010-08-091-22/+30
* Staging: Remove unnecessary casts of private_dataJoe Perches2010-07-221-2/+2
* Staging: easycap: Upsample microphone audioMike Thomas2010-07-221-0/+35
* Staging: easycap: Replace some global variablesMike Thomas2010-07-221-8/+9
* Staging: easycap: add easycap driverR.M. Thomas2010-06-181-0/+2651