index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
easycap
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging/easycap: remove oss support
Tomas Winkler
2011-07-08
7
-1100
/
+4
*
staging/easycap: remove unused macro MICROSECONDS
Tomas Winkler
2011-07-08
1
-4
/
+0
*
staging/easycap: kill telltale logic
Tomas Winkler
2011-07-06
4
-122
/
+3
*
Remove unneeded version.h includes (and add where needed) for drivers/staging...
Jesper Juhl
2011-07-05
2
-1
/
+1
*
staging/easycap: Fix bytesperline calculation
Kirill Smelkov
2011-07-05
1
-1
/
+1
*
staging/easycap: PAGE_SIZE is always defined
Kirill Smelkov
2011-07-05
1
-4
/
+0
*
staging/easycap: There is no need to support V4L1 ioctls
Kirill Smelkov
2011-07-05
1
-2
/
+0
*
staging/easycap: Fix thinko in "bars" module option description
Kirill Smelkov
2011-07-05
1
-2
/
+2
*
staging/easycap: Kill leftover build options in readme
Kirill Smelkov
2011-07-05
1
-22
/
+0
*
Staging: easycap: use after free in easycap_delete()
Dan Carpenter
2011-07-05
1
-2
/
+3
*
staging/easycap: easycap_probe: drop more unused variables
Tomas Winkler
2011-05-18
1
-5
/
+0
*
staging/easycap: probe: simplify the endpoints tests
Tomas Winkler
2011-05-18
1
-144
/
+119
*
staging/easycap: easycap_probe: drop verbose printouts
Tomas Winkler
2011-05-18
1
-30
/
+0
*
staging/easycap: easycap_probe: drop unuzed variables
Tomas Winkler
2011-04-21
1
-13
/
+0
*
staging/easycap: easycap_probe: take out duplicated code from ifdef - else
Tomas Winkler
2011-04-21
1
-10
/
+4
*
staging/easycap: easycap_probe : rename usb variables to common names
Tomas Winkler
2011-04-21
1
-75
/
+68
*
staging/easycap: revamp reset function
Tomas Winkler
2011-04-20
1
-35
/
+24
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-03-24
1
-2
/
+1
|
\
|
*
[media] v4l: removal of old, obsolete ioctls
Hans Verkuil
2011-03-22
1
-5
/
+0
*
|
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2011-03-17
1
-1
/
+0
|
\
\
|
*
|
drivers: remove extraneous includes of smp_lock.h
Arnd Bergmann
2011-03-02
1
-1
/
+0
|
|
/
*
|
staging/easycap: reduce code nesting in easycap_sound.c
Tomas Winkler
2011-03-07
1
-213
/
+205
*
|
staging/easycap: easycap_settings.c don't copy constant strings twice
Tomas Winkler
2011-03-07
1
-63
/
+59
*
|
staging/easycap: add first level indentation to easycap_settings.c
Tomas Winkler
2011-03-07
1
-540
/
+560
*
|
staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditional
Tomas Winkler
2011-03-07
4
-111
/
+1
*
|
staging/easycap: reduce code duplication for ssa stk settings
Tomas Winkler
2011-03-07
1
-131
/
+42
*
|
staging/easycap: wait_i2c should be static
Tomas Winkler
2011-03-07
2
-32
/
+30
*
|
staging/easycap: convert comparison to NULL into boolean
Tomas Winkler
2011-03-07
6
-196
/
+196
*
|
staging/easycap: replace if(false == var) with if (!var)
Tomas Winkler
2011-03-07
3
-17
/
+17
*
|
staging/easycap: replace if(true == var) with if (var)
Tomas Winkler
2011-03-07
5
-69
/
+69
*
|
staging/easycap: more style fixing in easycap_main.c
Tomas Winkler
2011-03-07
1
-76
/
+57
*
|
staging/easycap: add first level indentation to easycap_ioctl.c
Tomas Winkler
2011-03-01
1
-1974
/
+1991
*
|
staging/easycap: add first level indentation to easycap_testcard.c
Tomas Winkler
2011-03-01
1
-103
/
+106
*
|
staging/easycap: add first level indentation to easycap_sound_oss.c
Tomas Winkler
2011-03-01
1
-711
/
+673
*
|
staging/easycap: add first level indentation to easycap_sound.c
Tomas Winkler
2011-03-01
1
-592
/
+572
*
|
staging/easycap: add first level indentation to easycap_main
Tomas Winkler
2011-03-01
1
-2330
/
+2234
*
|
staging/easycap: use USB_SUBCLASS_AUDIOSTREAMING instead of 0x02
Tomas Winkler
2011-02-23
1
-2
/
+4
*
|
staging/easycap: easycap_usb_probe: more indentation cleanups
Tomas Winkler
2011-02-23
1
-22
/
+16
*
|
staging/easycap: revamp inputset population code
Tomas Winkler
2011-02-23
1
-66
/
+39
*
|
staging/easycap: fix style issues in easycap_usb_probe function
Tomas Winkler
2011-02-23
1
-75
/
+29
*
|
staging/easycap: use %p for printing pointers
Tomas Winkler
2011-02-18
3
-28
/
+17
*
|
staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_H
Tomas Winkler
2011-02-18
1
-4
/
+0
*
|
staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPS
Tomas Winkler
2011-02-18
4
-42
/
+2
*
|
staging/easycap: style changes in easycap_low.c
Tomas Winkler
2011-02-18
1
-53
/
+38
*
|
staging/easycap: don't mask return value of usb_control_msg() by 0xFF
Tomas Winkler
2011-02-18
1
-1
/
+1
*
|
staging/easycap: add first level indetnation for easycap_low.c
Tomas Winkler
2011-02-18
1
-661
/
+641
*
|
staging/easycap: replace NOREADBACK with moduel parameter
Tomas Winkler
2011-02-09
3
-34
/
+38
*
|
staging/easycap: use regget for register back reading
Tomas Winkler
2011-02-09
1
-25
/
+12
*
|
stagine/easycap: make functions regset and regget static
Tomas Winkler
2011-02-09
2
-105
/
+100
*
|
staging/easycap: add first level indentation to regget/set functions
Tomas Winkler
2011-02-09
1
-66
/
+66
[next]