index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
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-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
2011-02-04
stagine/easycap: make easyoss_fops static
Tomas Winkler
2
-2
/
+1
2011-02-04
staging/easycap: kill declaration of not existing variables
Tomas Winkler
1
-5
/
+1
2011-02-04
staging/easycap: don't shadow rc variable from macros
Tomas Winkler
1
-8
/
+8
2011-02-04
staging/easycap: replace underscored types with regular once
Tomas Winkler
7
-170
/
+170
2011-02-04
staging/easycap: rename variable s16 to tmp
Tomas Winkler
2
-26
/
+25
2011-02-04
staging/easycap: rename variable u8 to tmp
Tomas Winkler
1
-17
/
+17
2011-02-04
staging/easycap: rename variable s32 to tmp
Tomas Winkler
1
-83
/
+83
2011-02-04
staging/easycap: remove explicit NULL initialization
Tomas Winkler
1
-8
/
+3
2011-02-04
staging/easycap: improve coding style when checking return value
Tomas Winkler
4
-27
/
+27
2011-02-04
staging/easycap: fix artificial line breaks
Tomas Winkler
1
-8
/
+4
2011-02-04
staging/easycap: repace #if defined with simpler #ifdef
Tomas Winkler
7
-64
/
+61
2011-02-04
staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTL
Tomas Winkler
5
-43
/
+7
2011-02-04
staging/easycap: remove comment: EASYCAP_NEEDS_ALSA
Tomas Winkler
1
-1
/
+0
2011-02-04
staging/easycap: don't cast NULL pointer
Tomas Winkler
5
-86
/
+86
2011-01-25
staging/easycap: make ALSA ops function static in sound.c
Tomas Winkler
2
-143
/
+120
2011-01-25
staging/easycap: make oss ops function static in sound_oss.c
Tomas Winkler
3
-340
/
+327
2011-01-25
staging/easycap: make OSS compilation optional instead of ALSA
Tomas Winkler
7
-742
/
+789
2011-01-25
staging/easycap: implement strerror function
Tomas Winkler
3
-793
/
+87
2011-01-25
staging/easycap: easycap.h ident correctly signed_div_result
Tomas Winkler
1
-2
/
+2
2011-01-25
staging/easycap: fix missing backslash in ifdef statement
Tomas Winkler
1
-1
/
+1
2011-01-25
staging: easycap: easycap.h use indentation for first level
Tomas Winkler
1
-187
/
+186
2011-01-25
staging: easycap: make functions local to easycap_main.c static
Tomas Winkler
2
-167
/
+122
2011-01-25
staging: easycap: group module parameters handling
Tomas Winkler
3
-16
/
+31
2011-01-25
staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protection
Tomas Winkler
1
-3
/
+3
2011-01-25
staging: easycap: remove redunant headers
Tomas Winkler
13
-224
/
+19
2011-01-25
staging: easycap: fix sparse warnings :conversion of int to enum
Tomas Winkler
1
-2
/
+2
2011-01-25
staging: easycap: fix sparse warnings 'Should it be static'
Tomas Winkler
5
-14
/
+22
2011-01-21
staging: easycap: replace STRINGIZE with __stringify()
Tomas Winkler
2
-8
/
+6
2011-01-21
staging: easycap: kill EASYCAP_NEEDS_CARD_CREATE
Tomas Winkler
2
-10
/
+0
2011-01-21
staging: easycap: drop redunant backslashes from the code
Tomas Winkler
6
-1082
/
+1081
2011-01-21
Staging: easycap: fix sparse warnings for module parameters
Tomas Winkler
8
-16
/
+11
2011-01-21
staging: easycap: add ALSA support
Mike Thomas
15
-499
/
+1621
2011-01-21
Staging: easycap: Make easycap_debug non-static
Mike Thomas
2
-2
/
+1
2010-12-07
Staging: Merge 2.6.37-rc5 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2010-11-29
staging: easycap needs smp_lock.h, fixes build error
Randy Dunlap
1
-0
/
+1
[prev]
[next]