aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap
Commit message (Expand)AuthorAge
* staging/easycap: fix mismatch in easycap_poll() mutex lock-unlockAlexey Khoroshilov2011-08-29
* staging/easycap: Use memdup_userThomas Meyer2011-08-23
* staging/easycap: remove oss supportTomas Winkler2011-07-08
* staging/easycap: remove unused macro MICROSECONDSTomas Winkler2011-07-08
* staging/easycap: kill telltale logicTomas Winkler2011-07-05
* Remove unneeded version.h includes (and add where needed) for drivers/staging...Jesper Juhl2011-07-05
* staging/easycap: Fix bytesperline calculationKirill Smelkov2011-07-05
* staging/easycap: PAGE_SIZE is always definedKirill Smelkov2011-07-05
* staging/easycap: There is no need to support V4L1 ioctlsKirill Smelkov2011-07-05
* staging/easycap: Fix thinko in "bars" module option descriptionKirill Smelkov2011-07-05
* staging/easycap: Kill leftover build options in readmeKirill Smelkov2011-07-05
* Staging: easycap: use after free in easycap_delete()Dan Carpenter2011-07-05
* 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