summaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap.h
Commit message (Expand)AuthorAgeFilesLines
* staging: Move media drivers to staging/mediaMauro Carvalho Chehab2011-11-031-594/+0
* staging/easycap: kill timeval members of easycap structTomas Winkler2011-10-171-11/+0
* staging/easycap: remove oss supportTomas Winkler2011-07-081-35/+0
* staging/easycap: remove unused macro MICROSECONDSTomas Winkler2011-07-081-4/+0
* staging/easycap: kill telltale logicTomas Winkler2011-07-051-2/+0
* Remove unneeded version.h includes (and add where needed) for drivers/staging...Jesper Juhl2011-07-051-1/+0
* staging/easycap: PAGE_SIZE is always definedKirill Smelkov2011-07-051-4/+0
* staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler2011-03-071-9/+1
* staging/easycap: wait_i2c should be staticTomas Winkler2011-03-071-1/+0
* staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_HTomas Winkler2011-02-181-4/+0
* staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler2011-02-181-6/+0
* staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler2011-02-091-0/+1
* stagine/easycap: make functions regset and regget staticTomas Winkler2011-02-091-23/+0
* staging/easycap: remove TESTONE and EASYCAP_TESTTONETomas Winkler2011-02-091-3/+0
* staging/easycap: remove EASYCAP_SILENT optionTomas Winkler2011-02-091-1/+0
* stagine/easycap: use module paramter for default encoding instead of ifdefTomas Winkler2011-02-091-1/+0
* stagine/easycap: make easyoss_fops staticTomas Winkler2011-02-041-1/+0
* staging/easycap: kill declaration of not existing variablesTomas Winkler2011-02-041-5/+1
* staging/easycap: don't shadow rc variable from macrosTomas Winkler2011-02-041-8/+8
* staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-041-23/+23
* staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-041-9/+9
* staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler2011-02-041-4/+1
* staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler2011-02-041-1/+0
* staging/easycap: make ALSA ops function static in sound.cTomas Winkler2011-01-251-14/+0
* staging/easycap: make oss ops function static in sound_oss.cTomas Winkler2011-01-251-9/+1
* staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-251-12/+13
* staging/easycap: implement strerror functionTomas Winkler2011-01-251-0/+2
* staging/easycap: easycap.h ident correctly signed_div_resultTomas Winkler2011-01-251-2/+2
* staging: easycap: easycap.h use indentation for first levelTomas Winkler2011-01-251-187/+186
* staging: easycap: make functions local to easycap_main.c staticTomas Winkler2011-01-251-25/+2
* staging: easycap: group module parameters handlingTomas Winkler2011-01-251-3/+3
* staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protectionTomas Winkler2011-01-251-3/+3
* staging: easycap: remove redunant headersTomas Winkler2011-01-251-0/+19
* staging: easycap: replace STRINGIZE with __stringify()Tomas Winkler2011-01-211-2/+0
* staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-211-13/+12
* Staging: easycap: fix sparse warnings for module parametersTomas Winkler2011-01-211-0/+4
* staging: easycap: add ALSA supportMike Thomas2011-01-211-17/+67
* Staging: easycap: Make easycap_debug non-staticMike Thomas2011-01-211-1/+0
* Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2010-12-071-1/+1
|\
| * staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap2010-11-291-0/+1
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | staging/easycap: make module params private/static, fix buildRandy Dunlap2010-11-161-2/+2
* | staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-091-13/+3
* | staging/easycap: Eliminate BKLMike Thomas2010-11-091-2/+14
* | staging/easycap: Add option to show conspicuous indication of signal lossMike Thomas2010-11-091-0/+2
* | staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas2010-11-091-3/+13
* | staging/easycap: Improve hardware initializationMike Thomas2010-11-091-11/+36
* | staging/easycap: Make code re-entrantMike Thomas2010-11-091-11/+46
* | staging/easycap: Remove obsolete routinesMike Thomas2010-11-091-34/+2
|/
* staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker2010-08-091-6/+2