aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08staging/easycap: remove oss supportTomas Winkler7-1100/+4
2011-07-08staging/easycap: remove unused macro MICROSECONDSTomas Winkler1-4/+0
2011-07-05staging/easycap: kill telltale logicTomas Winkler4-122/+3
2011-07-05Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/Jesper Juhl2-1/+1
2011-07-05staging/easycap: Fix bytesperline calculationKirill Smelkov1-1/+1
2011-07-05staging/easycap: PAGE_SIZE is always definedKirill Smelkov1-4/+0
2011-07-05staging/easycap: There is no need to support V4L1 ioctlsKirill Smelkov1-2/+0
2011-07-05staging/easycap: Fix thinko in "bars" module option descriptionKirill Smelkov1-2/+2
2011-07-05staging/easycap: Kill leftover build options in readmeKirill Smelkov1-22/+0
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-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-2/+1
2011-03-21[media] v4l: removal of old, obsolete ioctlsHans Verkuil1-5/+0
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+0
2011-03-07staging/easycap: reduce code nesting in easycap_sound.cTomas Winkler1-213/+205
2011-03-07staging/easycap: easycap_settings.c don't copy constant strings twiceTomas Winkler1-63/+59
2011-03-07staging/easycap: add first level indentation to easycap_settings.cTomas Winkler1-540/+560
2011-03-07staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler4-111/+1
2011-03-07staging/easycap: reduce code duplication for ssa stk settingsTomas Winkler1-131/+42
2011-03-07staging/easycap: wait_i2c should be staticTomas Winkler2-32/+30
2011-03-07staging/easycap: convert comparison to NULL into booleanTomas Winkler6-196/+196
2011-03-07staging/easycap: replace if(false == var) with if (!var)Tomas Winkler3-17/+17
2011-03-07staging/easycap: replace if(true == var) with if (var)Tomas Winkler5-69/+69
2011-03-07staging/easycap: more style fixing in easycap_main.cTomas Winkler1-76/+57
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-02-28staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler1-1974/+1991
2011-02-28staging/easycap: add first level indentation to easycap_testcard.cTomas Winkler1-103/+106
2011-02-28staging/easycap: add first level indentation to easycap_sound_oss.cTomas Winkler1-711/+673
2011-02-28staging/easycap: add first level indentation to easycap_sound.cTomas Winkler1-592/+572
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 Winkler3-28/+17
2011-02-18staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_HTomas Winkler1-4/+0
2011-02-18staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler4-42/+2
2011-02-18staging/easycap: style changes in easycap_low.cTomas Winkler1-53/+38
2011-02-18staging/easycap: don't mask return value of usb_control_msg() by 0xFFTomas Winkler1-1/+1
2011-02-18staging/easycap: add first level indetnation for easycap_low.cTomas Winkler1-661/+641
2011-02-09staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler3-34/+38
2011-02-09staging/easycap: use regget for register back readingTomas Winkler1-25/+12
2011-02-09stagine/easycap: make functions regset and regget staticTomas Winkler2-105/+100
2011-02-09staging/easycap: add first level indentation to regget/set functionsTomas Winkler1-66/+66