index
:
~jsimmons/drm-tdfx
master
KMS and GEM/TTM driver for 3Dfx hardware
jsimmons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
easycap
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
staging: Move media drivers to staging/media
Mauro Carvalho Chehab
10
-10274
/
+0
2011-10-17
staging/easycap: kill timeval members of easycap struct
Tomas Winkler
4
-64
/
+0
2011-10-11
easycap: fix ntsc module parameter description
Thomas Petazzoni
1
-1
/
+1
2011-08-29
staging/easycap: fix mismatch in easycap_poll() mutex lock-unlock
Alexey Khoroshilov
1
-1
/
+3
2011-08-23
staging/easycap: Use memdup_user
Thomas Meyer
1
-20
/
+10
2011-07-08
staging/easycap: remove oss support
Tomas Winkler
7
-1100
/
+4
2011-07-08
staging/easycap: remove unused macro MICROSECONDS
Tomas Winkler
1
-4
/
+0
2011-07-05
staging/easycap: kill telltale logic
Tomas Winkler
4
-122
/
+3
2011-07-05
Remove unneeded version.h includes (and add where needed) for drivers/staging...
Jesper Juhl
2
-1
/
+1
2011-07-05
staging/easycap: Fix bytesperline calculation
Kirill Smelkov
1
-1
/
+1
2011-07-05
staging/easycap: PAGE_SIZE is always defined
Kirill Smelkov
1
-4
/
+0
2011-07-05
staging/easycap: There is no need to support V4L1 ioctls
Kirill Smelkov
1
-2
/
+0
2011-07-05
staging/easycap: Fix thinko in "bars" module option description
Kirill Smelkov
1
-2
/
+2
2011-07-05
staging/easycap: Kill leftover build options in readme
Kirill Smelkov
1
-22
/
+0
2011-07-05
Staging: easycap: use after free in easycap_delete()
Dan Carpenter
1
-2
/
+3
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
[next]