aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap
Commit message (Expand)AuthorAge
...
* | stagine/easycap: make functions regset and regget staticTomas Winkler2011-02-09
* | staging/easycap: add first level indentation to regget/set functionsTomas Winkler2011-02-09
* | staging/easycap: remove TESTONE and EASYCAP_TESTTONETomas Winkler2011-02-09
* | staging/easycap: remove EASYCAP_SILENT optionTomas Winkler2011-02-09
* | staging/easycap: remove AUDIOTIME featureTomas Winkler2011-02-09
* | staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctlTomas Winkler2011-02-09
* | staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSSTomas Winkler2011-02-09
* | stagine/easycap: use module paramter for default encoding instead of ifdefTomas Winkler2011-02-09
* | staging/easycap: prefer printk over SAY in module entry functionsTomas Winkler2011-02-09
* | staging/easycap: remove paranoid argument checks in usb probe/disconnectTomas Winkler2011-02-09
* | staging/easycap: fix build when SND is not enabledTomas Winkler2011-02-09
* | staging/easycap: add level 1 tabs in usb_probe/disconnect functionTomas Winkler2011-02-04
* | stagine/easycap: make easyoss_fops staticTomas Winkler2011-02-04
* | staging/easycap: kill declaration of not existing variablesTomas Winkler2011-02-04
* | staging/easycap: don't shadow rc variable from macrosTomas Winkler2011-02-04
* | staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-04
* | staging/easycap: rename variable s16 to tmpTomas Winkler2011-02-04
* | staging/easycap: rename variable u8 to tmpTomas Winkler2011-02-04
* | staging/easycap: rename variable s32 to tmpTomas Winkler2011-02-04
* | staging/easycap: remove explicit NULL initializationTomas Winkler2011-02-04
* | staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-04
* | staging/easycap: fix artificial line breaksTomas Winkler2011-02-04
* | staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-04
* | staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler2011-02-04
* | staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler2011-02-04
* | staging/easycap: don't cast NULL pointerTomas Winkler2011-02-04
* | staging/easycap: make ALSA ops function static in sound.cTomas Winkler2011-01-24
* | staging/easycap: make oss ops function static in sound_oss.cTomas Winkler2011-01-24
* | staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-24
* | staging/easycap: implement strerror functionTomas Winkler2011-01-24
* | staging/easycap: easycap.h ident correctly signed_div_resultTomas Winkler2011-01-24
* | staging/easycap: fix missing backslash in ifdef statementTomas Winkler2011-01-24
* | staging: easycap: easycap.h use indentation for first levelTomas Winkler2011-01-24
* | staging: easycap: make functions local to easycap_main.c staticTomas Winkler2011-01-24
* | staging: easycap: group module parameters handlingTomas Winkler2011-01-24
* | staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protectionTomas Winkler2011-01-24
* | staging: easycap: remove redunant headersTomas Winkler2011-01-24
* | staging: easycap: fix sparse warnings :conversion of int to enumTomas Winkler2011-01-24
* | staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler2011-01-24
* | staging: easycap: replace STRINGIZE with __stringify()Tomas Winkler2011-01-21
* | staging: easycap: kill EASYCAP_NEEDS_CARD_CREATETomas Winkler2011-01-21
* | staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-21
* | Staging: easycap: fix sparse warnings for module parametersTomas Winkler2011-01-21
* | staging: easycap: add ALSA supportMike Thomas2011-01-21
* | Staging: easycap: Make easycap_debug non-staticMike Thomas2011-01-21
|/
* Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2010-12-07
|\
| * staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap2010-11-29
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* | staging/easycap: make module params private/static, fix buildRandy Dunlap2010-11-16
* | staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-09