index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
pvrusb2
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()
Mauro Carvalho Chehab
1
-3
/
+8
2008-10-21
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
Hans Verkuil
1
-3
/
+3
2008-10-21
V4L/DVB (9301): pvrusb2: Keep MPEG PTSs from drifting away
Boris Dores
1
-0
/
+4
2008-10-21
V4L/DVB (9300): pvrusb2: Fix deadlock problem
Mike Isely
1
-6
/
+0
2008-10-12
V4L/DVB (9116): USB: remove info() macro from usb media drivers
Greg Kroah-Hartman
1
-3
/
+5
2008-10-12
V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings
Hans Verkuil
1
-1
/
+1
2008-10-12
V4L/DVB (8902): pvrusb2: Remove comment lines which refer to checkpatch's beh...
Mike Isely
5
-35
/
+2
2008-10-12
V4L/DVB (8901): pvrusb2: Disable virtual IR device when not needed.
Mike Isely
1
-8
/
+28
2008-10-12
V4L/DVB (8900): pvrusb2: Implement cropping pass through
Mike Isely
6
-67
/
+383
2008-10-12
V4L/DVB (8899): pvrusb2: Implement default value retrieval in sysfs interface
Mike Isely
1
-0
/
+24
2008-10-12
V4L/DVB (8898): pvrusb2: Be able to programmatically retrieve a control's def...
Mike Isely
4
-6
/
+15
2008-10-12
V4L/DVB (8897): pvrusb2: Mark crop window size change as being disruptive to ...
Mike Isely
1
-0
/
+2
2008-10-12
V4L/DVB (8896): pvrusb2: Implement crop support
vdb128@picaros.org
6
-2
/
+183
2008-10-12
V4L/DVB (8895): pvrusb2: Fail gracefully if an alien USB ID is used
Mike Isely
1
-1
/
+11
2008-10-12
V4L/DVB (8894): pvrusb2: Remove BKL
Mike Isely
1
-6
/
+0
2008-10-12
V4L/DVB (8893): pvrusb2: Add comment elaborating on direct use of swab32()
Mike Isely
1
-0
/
+11
2008-10-12
V4L/DVB (8742): pvrusb2: use proper byteorder interface
Harvey Harrison
1
-2
/
+1
2008-10-12
V4L/DVB (8613): v4l: move BKL down to the driver level.
Hans Verkuil
1
-0
/
+6
2008-09-29
V4L/DVB (8892): pvrusb2: Handle USB ID 2040:2950 same as 2040:2900
Mike Isely
1
-0
/
+2
2008-07-27
Merge ../linux-2.6
Mauro Carvalho Chehab
2
-0
/
+2
2008-07-27
V4L/DVB (8534): remove select's of FW_LOADER
Adrian Bunk
1
-2
/
+0
2008-07-27
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
1
-4
/
+0
2008-07-27
V4L/DVB (8509): pvrusb2: fix device descriptions for HVR-1900 & HVR-1950
Michael Krufky
1
-3
/
+3
2008-07-26
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
Hans Verkuil
1
-1
/
+0
2008-07-26
V4L/DVB (8475): pvrusb2: Cosmetic macro fix (benign)
Mike Isely
1
-2
/
+2
2008-07-26
V4L/DVB (8474): pvrusb2: Enable IR chip on HVR-1900 class devices
Mike Isely
5
-11
/
+35
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
2
-0
/
+2
2008-07-23
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
1
-0
/
+1
2008-07-20
V4L/DVB (8176): pvrusb2: Update video_gop_size
Mike Isely
1
-2
/
+19
2008-07-20
V4L/DVB (8175): pvrusb2: Fix misleading source code comment
Mike Isely
1
-3
/
+2
2008-07-20
V4L/DVB (8105): cx2341x: add TS capability
Hans Verkuil
1
-1
/
+2
2008-07-20
V4L/DVB (7939): pvrusb2: Remove sysfs interface hackery
Mike Isely
1
-346
/
+114
2008-07-20
V4L/DVB (7938): pvrusb2: Increase enforced encoder wait delay to improve reli...
Mike Isely
1
-2
/
+4
2008-07-20
V4L/DVB (7937): pvrusb2: Change several embedded timer constants to defined v...
Mike Isely
1
-3
/
+22
2008-07-20
V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sources
Mike Isely
45
-45
/
+0
2008-07-20
V4L/DVB (7883): pvrusb2: make default frequency configurable via modprobe option
Michael Krufky
1
-4
/
+12
2008-07-20
V4L/DVB (7882): pvrusb2: make code static
Adrian Bunk
2
-6
/
+6
2008-05-14
V4L/DVB (7900): pvrusb: Fix Kconfig if DVB=m V4L_core=y
Mauro Carvalho Chehab
1
-0
/
+1
2008-05-14
V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb
Mauro Carvalho Chehab
1
-0
/
+1
2008-05-14
V4L/DVB (7846): Re-creates VIDEO_TUNER
Mauro Carvalho Chehab
1
-1
/
+1
2008-04-29
V4L/DVB (7782): pvrusb2: Driver is no longer experimental
Mike Isely
1
-1
/
+1
2008-04-29
V4L/DVB (7781): pvrusb2-dvb: include dvb support by default and update Kconfi...
Michael Krufky
1
-12
/
+6
2008-04-29
V4L/DVB (7780): pvrusb2: always enable support for OnAir Creator / HDTV USB2
Michael Krufky
2
-34
/
+1
2008-04-29
V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug
Michael Krufky
2
-17
/
+26
2008-04-29
Rename common tuner Kconfig names to use the same
Mauro Carvalho Chehab
1
-4
/
+4
2008-04-29
V4L/DVB(7767): Move tuners to common/tuners
Mauro Carvalho Chehab
1
-0
/
+1
2008-04-28
media: fix integer as NULL pointer warnings
Harvey Harrison
6
-8
/
+8
2008-04-26
V4L/DVB (7746): pvrusb2: make signed one-bit bitfields unsigned
Harvey Harrison
1
-11
/
+11
2008-04-26
V4L/DVB (7744): pvrusb2-dvb: add atsc/qam support for Hauppauge pvrusb2 model...
Michael Krufky
2
-0
/
+29
2008-04-24
V4L/DVB (7723): pvrusb2: Clean up input selection list generation in V4L inte...
Mike Isely
1
-32
/
+37
[next]