summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/easycap_main.c
AgeCommit message (Expand)Author
2011-07-08staging/easycap: remove oss supportTomas Winkler
2011-07-05staging/easycap: kill telltale logicTomas Winkler
2011-07-05Staging: easycap: use after free in easycap_delete()Dan Carpenter
2011-05-18staging/easycap: easycap_probe: drop more unused variablesTomas Winkler
2011-05-18staging/easycap: probe: simplify the endpoints testsTomas Winkler
2011-05-18staging/easycap: easycap_probe: drop verbose printoutsTomas Winkler
2011-04-20staging/easycap: easycap_probe: drop unuzed variablesTomas Winkler
2011-04-20staging/easycap: easycap_probe: take out duplicated code from ifdef - elseTomas Winkler
2011-04-20staging/easycap: easycap_probe : rename usb variables to common namesTomas Winkler
2011-04-20staging/easycap: revamp reset functionTomas Winkler
2011-03-07staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler
2011-03-07staging/easycap: convert comparison to NULL into booleanTomas Winkler
2011-03-07staging/easycap: replace if(false == var) with if (!var)Tomas Winkler
2011-03-07staging/easycap: replace if(true == var) with if (var)Tomas Winkler
2011-03-07staging/easycap: more style fixing in easycap_main.cTomas Winkler
2011-02-28staging/easycap: add first level indentation to easycap_mainTomas Winkler
2011-02-23staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02Tomas Winkler
2011-02-23staging/easycap: easycap_usb_probe: more indentation cleanupsTomas Winkler
2011-02-23staging/easycap: revamp inputset population codeTomas Winkler
2011-02-23staging/easycap: fix style issues in easycap_usb_probe functionTomas Winkler
2011-02-18staging/easycap: use %p for printing pointersTomas Winkler
2011-02-18staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler
2011-02-09staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler
2011-02-09staging/easycap: remove EASYCAP_SILENT optionTomas 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-04staging/easycap: add level 1 tabs in usb_probe/disconnect functionTomas Winkler
2011-02-04staging/easycap: replace underscored types with regular onceTomas 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: don't cast NULL pointerTomas 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: make functions local to easycap_main.c staticTomas Winkler
2011-01-25staging: easycap: group module parameters handlingTomas Winkler
2011-01-25staging: easycap: remove redunant headersTomas Winkler
2011-01-25staging: easycap: fix sparse warnings 'Should it be static'Tomas 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-11-16staging/easycap: make module params private/static, fix buildRandy Dunlap
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas
2010-11-09staging/easycap: Eliminate BKLMike Thomas
2010-11-09staging/easycap: Add option to set the hardware audio gainMike Thomas