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