aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap
Commit message (Expand)AuthorAge
* staging/easycap: easycap_probe: drop more unused variablesTomas Winkler2011-05-18
* staging/easycap: probe: simplify the endpoints testsTomas Winkler2011-05-18
* staging/easycap: easycap_probe: drop verbose printoutsTomas Winkler2011-05-18
* staging/easycap: easycap_probe: drop unuzed variablesTomas Winkler2011-04-20
* staging/easycap: easycap_probe: take out duplicated code from ifdef - elseTomas Winkler2011-04-20
* staging/easycap: easycap_probe : rename usb variables to common namesTomas Winkler2011-04-20
* staging/easycap: revamp reset functionTomas Winkler2011-04-20
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-24
|\
| * [media] v4l: removal of old, obsolete ioctlsHans Verkuil2011-03-21
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-16
|\ \
| * | drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-01
| |/
* | staging/easycap: reduce code nesting in easycap_sound.cTomas Winkler2011-03-07
* | staging/easycap: easycap_settings.c don't copy constant strings twiceTomas Winkler2011-03-07
* | staging/easycap: add first level indentation to easycap_settings.cTomas Winkler2011-03-07
* | staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler2011-03-07
* | staging/easycap: reduce code duplication for ssa stk settingsTomas Winkler2011-03-07
* | staging/easycap: wait_i2c should be staticTomas Winkler2011-03-07
* | staging/easycap: convert comparison to NULL into booleanTomas Winkler2011-03-07
* | staging/easycap: replace if(false == var) with if (!var)Tomas Winkler2011-03-07
* | staging/easycap: replace if(true == var) with if (var)Tomas Winkler2011-03-07
* | staging/easycap: more style fixing in easycap_main.cTomas Winkler2011-03-07
* | staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler2011-02-28
* | staging/easycap: add first level indentation to easycap_testcard.cTomas Winkler2011-02-28
* | staging/easycap: add first level indentation to easycap_sound_oss.cTomas Winkler2011-02-28
* | staging/easycap: add first level indentation to easycap_sound.cTomas Winkler2011-02-28
* | staging/easycap: add first level indentation to easycap_mainTomas Winkler2011-02-28
* | staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02Tomas Winkler2011-02-23
* | staging/easycap: easycap_usb_probe: more indentation cleanupsTomas Winkler2011-02-23
* | staging/easycap: revamp inputset population codeTomas Winkler2011-02-23
* | staging/easycap: fix style issues in easycap_usb_probe functionTomas Winkler2011-02-23
* | staging/easycap: use %p for printing pointersTomas Winkler2011-02-18
* | staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_HTomas Winkler2011-02-18
* | staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler2011-02-18
* | staging/easycap: style changes in easycap_low.cTomas Winkler2011-02-18
* | staging/easycap: don't mask return value of usb_control_msg() by 0xFFTomas Winkler2011-02-18
* | staging/easycap: add first level indetnation for easycap_low.cTomas Winkler2011-02-18
* | staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler2011-02-09
* | staging/easycap: use regget for register back readingTomas Winkler2011-02-09
* | stagine/easycap: make functions regset and regget staticTomas Winkler2011-02-09
* | staging/easycap: add first level indentation to regget/set functionsTomas Winkler2011-02-09
* | staging/easycap: remove TESTONE and EASYCAP_TESTTONETomas Winkler2011-02-09
* | staging/easycap: remove EASYCAP_SILENT optionTomas Winkler2011-02-09
* | staging/easycap: remove AUDIOTIME featureTomas Winkler2011-02-09
* | staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctlTomas Winkler2011-02-09
* | staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSSTomas Winkler2011-02-09
* | stagine/easycap: use module paramter for default encoding instead of ifdefTomas Winkler2011-02-09
* | staging/easycap: prefer printk over SAY in module entry functionsTomas Winkler2011-02-09
* | staging/easycap: remove paranoid argument checks in usb probe/disconnectTomas Winkler2011-02-09
* | staging/easycap: fix build when SND is not enabledTomas Winkler2011-02-09
* | staging/easycap: add level 1 tabs in usb_probe/disconnect functionTomas Winkler2011-02-04