index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
em28xx
/
em28xx-video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-26
V4L/DVB (6587): Cleanup at tv norm selection
Mauro Carvalho Chehab
1
-54
/
+7
2008-01-26
V4L/DVB (6586): Remove some dead code and make drive fully V4L2 compatible
Mauro Carvalho Chehab
1
-10
/
+0
2008-01-26
V4L/DVB (6585): Convert em28xx to video_ioctl2
Mauro Carvalho Chehab
1
-924
/
+1011
2008-01-26
V4L/DVB (6584): Fix read() method
Mauro Carvalho Chehab
1
-8
/
+22
2008-01-26
V4L/DVB (6583): Fix em28xx read stream locking
Mauro Carvalho Chehab
1
-21
/
+56
2008-01-26
V4L/DVB (6582): Fix em28xx to allow multiple open
Mauro Carvalho Chehab
1
-51
/
+73
2008-01-26
V4L/DVB (6545): em28xx: autodetect Cinergy 200 USB and VGear PocketTV
Sascha Sommer
1
-0
/
+1
2008-01-26
V4L/DVB (6538): em28xx: fix locking to allow accesses from 2 different thread...
Sascha Sommer
1
-72
/
+79
2008-01-26
V4L/DVB (6536): Add a hint for boards without unique USB ID
Mauro Carvalho Chehab
1
-85
/
+35
2008-01-26
V4L/DVB (6535): Fix: Adds the generic PCI IDs for em28xx
Mauro Carvalho Chehab
1
-9
/
+5
2008-01-26
V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG
Mauro Carvalho Chehab
1
-5
/
+0
2007-12-11
V4L/DVB (6581): Fix: avoids negative vma usage count
Mauro Carvalho Chehab
1
-1
/
+3
2007-12-11
V4L/DVB (6540): em28xx: fix failing autodetection after the reboot
Sascha Sommer
1
-1
/
+2
2007-11-05
V4L/DVB (6514): em28xx: Include linux/mm.h
Trent Piepho
1
-0
/
+1
2007-10-22
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
1
-2
/
+0
2007-10-20
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-10
V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry
Trent Piepho
1
-3
/
+1
2007-10-10
V4L/DVB (6005): Initialize filp->private_data only once in em28xx_v4l2_open
Rolf Eike Beer
1
-2
/
+0
2007-08-23
USB: Fix a memory leak in em28xx_usb_probe()
Jesper Juhl
1
-0
/
+1
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 4
Arjan van de Ven
1
-1
/
+1
2006-12-27
V4L/DVB (5014): Allyesconfig build fixes on some non x86 arch
David Brownell
1
-2
/
+2
2006-10-11
[PATCH] em28xx NULL noise removal
Al Viro
1
-1
/
+1
2006-09-26
V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.
Hans Verkuil
1
-1
/
+1
2006-06-30
V4L/DVB (4267): Remove all instances of request_module("tda9887")
Michael Krufky
1
-2
/
+0
2006-06-25
V4L/DVB (3715): Change all emails to the currently used one.
Mauro Carvalho Chehab
1
-2
/
+2
2006-06-25
V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING i...
Hans Verkuil
1
-7
/
+11
2006-05-13
V4L/DVB (3790): Use after free in drivers/media/video/em28xx/em28xx-video.c
Eric Sesterhenn
1
-5
/
+5
2006-04-02
V4L/DVB (3702): Make msp3400 routing defines more consistent
Hans Verkuil
1
-1
/
+1
2006-04-02
V4L/DVB (3700): Remove obsolete commands from tvp5150.c
Hans Verkuil
1
-27
/
+4
2006-03-24
V4L/DVB (3582): Implement correct msp3400 input/output routing
Hans Verkuil
1
-1
/
+7
2006-03-21
V4L/DVB (3513): Remove saa711x driver
Mauro Carvalho Chehab
1
-204
/
+14
2006-03-21
V4L/DVB (3499): Fix a bug when more than MAXBOARDS were plugged on em28xx
Mauro Carvalho Chehab
1
-1
/
+1
2006-02-27
V4L/DVB (3293): Fixed amux hauppauge hvr900/terratec hybrid xs
Markus Rechberger
1
-7
/
+7
2006-02-07
V4L/DVB (3318b): sem2mutex: drivers/media/, #2
Ingo Molnar
1
-53
/
+53
2006-02-07
V4L/DVB (3314): Fixed em28xx based system lockup
Markus Rechberger
1
-1
/
+3
2006-01-23
V4L/DVB (3432): Hauppauge HVR 900 Composite support
Markus Rechberger
1
-0
/
+1
2006-01-23
V4L/DVB (3423): CodingStyle fixes.
Mauro Carvalho Chehab
1
-442
/
+427
2006-01-23
V4L/DVB (3422): Implemented VIDIOC_G_FMT/S_FMT for sliced VBI
Mauro Carvalho Chehab
1
-153
/
+155
2006-01-23
V4L/DVB (3421): Several fixes to prepare for VBI
Mauro Carvalho Chehab
1
-76
/
+180
2006-01-23
V4L/DVB (3406): Added credits for em28xx-video.c
Mauro Carvalho Chehab
1
-0
/
+3
2006-01-15
V4L/DVB (3380): Semaphore to mutex conversion on drivers/media
Ingo Molnar
1
-3
/
+4
2006-01-12
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-2
/
+1
2006-01-09
V4L/DVB (3269): ioctls cleanups.
Michael Krufky
1
-1
/
+1
2006-01-09
V4L/DVB (3233): Fixed API to set I2S speed control
Mauro Carvalho Chehab
1
-0
/
+2
2006-01-09
V4L/DVB (3100): fix compile error, remove dead code and volume scaling
Hans Verkuil
1
-3
/
+1
2006-01-09
V4L/DVB (3099): Fixed device controls for em28xx on WinTV USB2 devices
Mauro Carvalho Chehab
1
-38
/
+123
2006-01-09
V4L (963): Explicit compat_ioctl32 handler to em28xx
Mauro Carvalho Chehab
1
-0
/
+2
2006-01-05
[PATCH] USB: remove .owner field from struct usb_driver
Greg Kroah-Hartman
1
-1
/
+0
2005-12-19
[PATCH] V4L/DVB (3188): Fix compilation failure with gcc 2.95.3.
Jean Delvare
1
-1
/
+1
[next]