summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap
AgeCommit message (Expand)Author
2011-07-08staging/easycap: remove oss supportTomas Winkler
2011-07-08staging/easycap: remove unused macro MICROSECONDSTomas Winkler
2011-07-05staging/easycap: kill telltale logicTomas Winkler
2011-07-05Remove unneeded version.h includes (and add where needed) for drivers/staging...Jesper Juhl
2011-07-05staging/easycap: Fix bytesperline calculationKirill Smelkov
2011-07-05staging/easycap: PAGE_SIZE is always definedKirill Smelkov
2011-07-05staging/easycap: There is no need to support V4L1 ioctlsKirill Smelkov
2011-07-05staging/easycap: Fix thinko in "bars" module option descriptionKirill Smelkov
2011-07-05staging/easycap: Kill leftover build options in readmeKirill Smelkov
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-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-03-21[media] v4l: removal of old, obsolete ioctlsHans Verkuil
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-07staging/easycap: reduce code nesting in easycap_sound.cTomas Winkler
2011-03-07staging/easycap: easycap_settings.c don't copy constant strings twiceTomas Winkler
2011-03-07staging/easycap: add first level indentation to easycap_settings.cTomas Winkler
2011-03-07staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler
2011-03-07staging/easycap: reduce code duplication for ssa stk settingsTomas Winkler
2011-03-07staging/easycap: wait_i2c should be staticTomas 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-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann
2011-02-28staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler
2011-02-28staging/easycap: add first level indentation to easycap_testcard.cTomas Winkler
2011-02-28staging/easycap: add first level indentation to easycap_sound_oss.cTomas Winkler
2011-02-28staging/easycap: add first level indentation to easycap_sound.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: drop EASYCAP_NEEDS_USBVIDEO_HTomas Winkler
2011-02-18staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler
2011-02-18staging/easycap: style changes in easycap_low.cTomas Winkler
2011-02-18staging/easycap: don't mask return value of usb_control_msg() by 0xFFTomas Winkler
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