index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
easycap
Age
Commit message (
Expand
)
Author
2011-07-08
staging/easycap: remove oss support
Tomas Winkler
2011-07-08
staging/easycap: remove unused macro MICROSECONDS
Tomas Winkler
2011-07-06
staging/easycap: kill telltale logic
Tomas Winkler
2011-07-05
Remove unneeded version.h includes (and add where needed) for drivers/staging...
Jesper Juhl
2011-07-05
staging/easycap: Fix bytesperline calculation
Kirill Smelkov
2011-07-05
staging/easycap: PAGE_SIZE is always defined
Kirill Smelkov
2011-07-05
staging/easycap: There is no need to support V4L1 ioctls
Kirill Smelkov
2011-07-05
staging/easycap: Fix thinko in "bars" module option description
Kirill Smelkov
2011-07-05
staging/easycap: Kill leftover build options in readme
Kirill Smelkov
2011-07-05
Staging: easycap: use after free in easycap_delete()
Dan Carpenter
2011-05-18
staging/easycap: easycap_probe: drop more unused variables
Tomas Winkler
2011-05-18
staging/easycap: probe: simplify the endpoints tests
Tomas Winkler
2011-05-18
staging/easycap: easycap_probe: drop verbose printouts
Tomas Winkler
2011-04-21
staging/easycap: easycap_probe: drop unuzed variables
Tomas Winkler
2011-04-21
staging/easycap: easycap_probe: take out duplicated code from ifdef - else
Tomas Winkler
2011-04-21
staging/easycap: easycap_probe : rename usb variables to common names
Tomas Winkler
2011-04-20
staging/easycap: revamp reset function
Tomas Winkler
2011-03-24
Merge 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 ioctls
Hans Verkuil
2011-03-17
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2011-03-07
staging/easycap: reduce code nesting in easycap_sound.c
Tomas Winkler
2011-03-07
staging/easycap: easycap_settings.c don't copy constant strings twice
Tomas Winkler
2011-03-07
staging/easycap: add first level indentation to easycap_settings.c
Tomas Winkler
2011-03-07
staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditional
Tomas Winkler
2011-03-07
staging/easycap: reduce code duplication for ssa stk settings
Tomas Winkler
2011-03-07
staging/easycap: wait_i2c should be static
Tomas Winkler
2011-03-07
staging/easycap: convert comparison to NULL into boolean
Tomas Winkler
2011-03-07
staging/easycap: replace if(false == var) with if (!var)
Tomas Winkler
2011-03-07
staging/easycap: replace if(true == var) with if (var)
Tomas Winkler
2011-03-07
staging/easycap: more style fixing in easycap_main.c
Tomas Winkler
2011-03-01
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
2011-02-28
staging/easycap: add first level indentation to easycap_ioctl.c
Tomas Winkler
2011-02-28
staging/easycap: add first level indentation to easycap_testcard.c
Tomas Winkler
2011-02-28
staging/easycap: add first level indentation to easycap_sound_oss.c
Tomas Winkler
2011-02-28
staging/easycap: add first level indentation to easycap_sound.c
Tomas Winkler
2011-02-28
staging/easycap: add first level indentation to easycap_main
Tomas Winkler
2011-02-23
staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02
Tomas Winkler
2011-02-23
staging/easycap: easycap_usb_probe: more indentation cleanups
Tomas Winkler
2011-02-23
staging/easycap: revamp inputset population code
Tomas Winkler
2011-02-23
staging/easycap: fix style issues in easycap_usb_probe function
Tomas Winkler
2011-02-18
staging/easycap: use %p for printing pointers
Tomas Winkler
2011-02-18
staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_H
Tomas Winkler
2011-02-18
staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPS
Tomas Winkler
2011-02-18
staging/easycap: style changes in easycap_low.c
Tomas Winkler
2011-02-18
staging/easycap: don't mask return value of usb_control_msg() by 0xFF
Tomas Winkler
2011-02-18
staging/easycap: add first level indetnation for easycap_low.c
Tomas Winkler
2011-02-09
staging/easycap: replace NOREADBACK with moduel parameter
Tomas Winkler
2011-02-09
staging/easycap: use regget for register back reading
Tomas Winkler
2011-02-09
stagine/easycap: make functions regset and regget static
Tomas Winkler
2011-02-09
staging/easycap: add first level indentation to regget/set functions
Tomas Winkler
[next]