index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
easycap
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-18
staging/easycap: easycap_probe: drop more unused variables
Tomas Winkler
1
-5
/
+0
2011-05-18
staging/easycap: probe: simplify the endpoints tests
Tomas Winkler
1
-144
/
+119
2011-05-18
staging/easycap: easycap_probe: drop verbose printouts
Tomas Winkler
1
-30
/
+0
2011-04-20
staging/easycap: easycap_probe: drop unuzed variables
Tomas Winkler
1
-13
/
+0
2011-04-20
staging/easycap: easycap_probe: take out duplicated code from ifdef - else
Tomas Winkler
1
-10
/
+4
2011-04-20
staging/easycap: easycap_probe : rename usb variables to common names
Tomas Winkler
1
-75
/
+68
2011-04-20
staging/easycap: revamp reset function
Tomas Winkler
1
-35
/
+24
2011-03-24
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2011-03-21
[media] v4l: removal of old, obsolete ioctls
Hans Verkuil
1
-5
/
+0
2011-03-16
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-1
/
+0
2011-03-07
staging/easycap: reduce code nesting in easycap_sound.c
Tomas Winkler
1
-213
/
+205
2011-03-07
staging/easycap: easycap_settings.c don't copy constant strings twice
Tomas Winkler
1
-63
/
+59
2011-03-07
staging/easycap: add first level indentation to easycap_settings.c
Tomas Winkler
1
-540
/
+560
2011-03-07
staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditional
Tomas Winkler
4
-111
/
+1
2011-03-07
staging/easycap: reduce code duplication for ssa stk settings
Tomas Winkler
1
-131
/
+42
2011-03-07
staging/easycap: wait_i2c should be static
Tomas Winkler
2
-32
/
+30
2011-03-07
staging/easycap: convert comparison to NULL into boolean
Tomas Winkler
6
-196
/
+196
2011-03-07
staging/easycap: replace if(false == var) with if (!var)
Tomas Winkler
3
-17
/
+17
2011-03-07
staging/easycap: replace if(true == var) with if (var)
Tomas Winkler
5
-69
/
+69
2011-03-07
staging/easycap: more style fixing in easycap_main.c
Tomas Winkler
1
-76
/
+57
2011-03-02
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
1
-1
/
+0
2011-02-28
staging/easycap: add first level indentation to easycap_ioctl.c
Tomas Winkler
1
-1974
/
+1991
2011-02-28
staging/easycap: add first level indentation to easycap_testcard.c
Tomas Winkler
1
-103
/
+106
2011-02-28
staging/easycap: add first level indentation to easycap_sound_oss.c
Tomas Winkler
1
-711
/
+673
2011-02-28
staging/easycap: add first level indentation to easycap_sound.c
Tomas Winkler
1
-592
/
+572
2011-02-28
staging/easycap: add first level indentation to easycap_main
Tomas Winkler
1
-2330
/
+2234
2011-02-23
staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02
Tomas Winkler
1
-2
/
+4
2011-02-23
staging/easycap: easycap_usb_probe: more indentation cleanups
Tomas Winkler
1
-22
/
+16
2011-02-23
staging/easycap: revamp inputset population code
Tomas Winkler
1
-66
/
+39
2011-02-23
staging/easycap: fix style issues in easycap_usb_probe function
Tomas Winkler
1
-75
/
+29
2011-02-18
staging/easycap: use %p for printing pointers
Tomas Winkler
3
-28
/
+17
2011-02-18
staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_H
Tomas Winkler
1
-4
/
+0
2011-02-18
staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPS
Tomas Winkler
4
-42
/
+2
2011-02-18
staging/easycap: style changes in easycap_low.c
Tomas Winkler
1
-53
/
+38
2011-02-18
staging/easycap: don't mask return value of usb_control_msg() by 0xFF
Tomas Winkler
1
-1
/
+1
2011-02-18
staging/easycap: add first level indetnation for easycap_low.c
Tomas Winkler
1
-661
/
+641
2011-02-09
staging/easycap: replace NOREADBACK with moduel parameter
Tomas Winkler
3
-34
/
+38
2011-02-09
staging/easycap: use regget for register back reading
Tomas Winkler
1
-25
/
+12
2011-02-09
stagine/easycap: make functions regset and regget static
Tomas Winkler
2
-105
/
+100
2011-02-09
staging/easycap: add first level indentation to regget/set functions
Tomas Winkler
1
-66
/
+66
2011-02-09
staging/easycap: remove TESTONE and EASYCAP_TESTTONE
Tomas Winkler
3
-282
/
+0
2011-02-09
staging/easycap: remove EASYCAP_SILENT option
Tomas Winkler
3
-15
/
+0
2011-02-09
staging/easycap: remove AUDIOTIME feature
Tomas Winkler
1
-42
/
+0
2011-02-09
staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctl
Tomas Winkler
1
-5
/
+0
2011-02-09
staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSS
Tomas Winkler
1
-4
/
+5
2011-02-09
stagine/easycap: use module paramter for default encoding instead of ifdef
Tomas Winkler
2
-8
/
+7
2011-02-09
staging/easycap: prefer printk over SAY in module entry functions
Tomas Winkler
1
-9
/
+3
2011-02-09
staging/easycap: remove paranoid argument checks in usb probe/disconnect
Tomas Winkler
1
-26
/
+3
2011-02-09
staging/easycap: fix build when SND is not enabled
Tomas Winkler
1
-2
/
+19
2011-02-04
staging/easycap: add level 1 tabs in usb_probe/disconnect function
Tomas Winkler
1
-1159
/
+1159
[next]