aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08staging/easycap: remove oss supportTomas Winkler1-66/+1
2011-07-05staging/easycap: kill telltale logicTomas Winkler1-81/+3
2011-07-05Staging: easycap: use after free in easycap_delete()Dan Carpenter1-2/+3
2011-05-18staging/easycap: easycap_probe: drop more unused variablesTomas Winkler1-5/+0
2011-05-18staging/easycap: probe: simplify the endpoints testsTomas Winkler1-144/+119
2011-05-18staging/easycap: easycap_probe: drop verbose printoutsTomas Winkler1-30/+0
2011-04-20staging/easycap: easycap_probe: drop unuzed variablesTomas Winkler1-13/+0
2011-04-20staging/easycap: easycap_probe: take out duplicated code from ifdef - elseTomas Winkler1-10/+4
2011-04-20staging/easycap: easycap_probe : rename usb variables to common namesTomas Winkler1-75/+68
2011-04-20staging/easycap: revamp reset functionTomas Winkler1-35/+24
2011-03-07staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler1-93/+0
2011-03-07staging/easycap: convert comparison to NULL into booleanTomas Winkler1-81/+81
2011-03-07staging/easycap: replace if(false == var) with if (!var)Tomas Winkler1-15/+15
2011-03-07staging/easycap: replace if(true == var) with if (var)Tomas Winkler1-49/+49
2011-03-07staging/easycap: more style fixing in easycap_main.cTomas Winkler1-76/+57
2011-02-28staging/easycap: add first level indentation to easycap_mainTomas Winkler1-2330/+2234
2011-02-23staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02Tomas Winkler1-2/+4
2011-02-23staging/easycap: easycap_usb_probe: more indentation cleanupsTomas Winkler1-22/+16
2011-02-23staging/easycap: revamp inputset population codeTomas Winkler1-66/+39
2011-02-23staging/easycap: fix style issues in easycap_usb_probe functionTomas Winkler1-75/+29
2011-02-18staging/easycap: use %p for printing pointersTomas Winkler1-22/+12
2011-02-18staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler1-25/+1
2011-02-09staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler1-0/+4
2011-02-09staging/easycap: remove EASYCAP_SILENT optionTomas Winkler1-6/+0
2011-02-09stagine/easycap: use module paramter for default encoding instead of ifdefTomas Winkler1-7/+7
2011-02-09staging/easycap: prefer printk over SAY in module entry functionsTomas Winkler1-9/+3
2011-02-09staging/easycap: remove paranoid argument checks in usb probe/disconnectTomas Winkler1-26/+3
2011-02-04staging/easycap: add level 1 tabs in usb_probe/disconnect functionTomas Winkler1-1159/+1159
2011-02-04staging/easycap: replace underscored types with regular onceTomas Winkler1-49/+49
2011-02-04staging/easycap: rename variable s32 to tmpTomas Winkler1-83/+83
2011-02-04staging/easycap: remove explicit NULL initializationTomas Winkler1-8/+3
2011-02-04staging/easycap: improve coding style when checking return valueTomas Winkler1-16/+16
2011-02-04staging/easycap: fix artificial line breaksTomas Winkler1-8/+4
2011-02-04staging/easycap: repace #if defined with simpler #ifdefTomas Winkler1-28/+25
2011-02-04staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler1-10/+2
2011-02-04staging/easycap: don't cast NULL pointerTomas Winkler1-58/+58
2011-01-25staging/easycap: make OSS compilation optional instead of ALSATomas Winkler1-18/+18
2011-01-25staging/easycap: implement strerror functionTomas Winkler1-261/+62
2011-01-25staging: easycap: make functions local to easycap_main.c staticTomas Winkler1-142/+120
2011-01-25staging: easycap: group module parameters handlingTomas Winkler1-13/+16
2011-01-25staging: easycap: remove redunant headersTomas Winkler1-1/+0
2011-01-25staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler1-9/+7
2011-01-21staging: easycap: drop redunant backslashes from the codeTomas Winkler1-561/+561
2011-01-21Staging: easycap: fix sparse warnings for module parametersTomas Winkler1-1/+6
2011-01-21staging: easycap: add ALSA supportMike Thomas1-164/+230
2011-01-21Staging: easycap: Make easycap_debug non-staticMike Thomas1-1/+1
2010-11-16staging/easycap: make module params private/static, fix buildRandy Dunlap1-9/+9
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas1-26/+135
2010-11-09staging/easycap: Eliminate BKLMike Thomas1-92/+219
2010-11-09staging/easycap: Add option to set the hardware audio gainMike Thomas1-2/+6