index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
bt8xx
Age
Commit message (
Expand
)
Author
2006-08-06
On some cases, depth were not returned.
Mauro Carvalho Chehab
2006-07-26
bttv: Revert VBI_OFFSET to previous value, it works better
Trent Piepho
2006-07-25
bttv: clean up some pre-2.6.0 class device compat stuff
Trent Piepho
2006-07-25
bttv: use class_device_create_file and handle errors
Trent Piepho
2006-07-23
Fix broken dependencies on media Kconfig
Mauro Carvalho Chehab
2006-07-19
Several other backports from kernel to v4l/dvb tree
Mauro Carvalho Chehab
2006-07-19
[PATCH] 64bit resource: fix up printks for resources in video drivers
Mauro Carvalho Chehab
2006-07-19
[PATCH] irq-flags: media: Use the new IRQF_ constants
Mauro Carvalho Chehab
2006-07-19
Remove obsolete #include <linux/config.h>
Mauro Carvalho Chehab
2006-07-18
Check __must_check warning in video_device_create_file
Mauro Carvalho Chehab
2006-07-15
Previous patch broke compilation for kernels <2.6.18. Fixing.
Mauro Carvalho Chehab
2006-07-15
From: Randy Dunlap <rdunlap@xenotime.net>
Mauro Carvalho Chehab
2006-06-27
merge: http://linuxtv.org/hg/~mkrufky/v4l-dvb
Mauro Carvalho Chehab
2006-06-27
kernel sync: use list_move() and fix a typo
Mauro Carvalho Chehab
2006-06-26
Remove all instances of request_module("tda9887")
Michael Krufky
2006-06-23
merge: http://www.linuxtv.org/hg/~manu/v4l-algo
Mauro Carvalho Chehab
2006-06-22
Add support for the DNTV Live! mini DVB-T card.
Manu Abraham
2006-06-20
Whitespace cleanups
Mauro Carvalho Chehab
2006-06-05
Removed all references to kernel stuff from videodev.h and videodev2.h
Mauro Carvalho Chehab
2006-05-26
bttv: add autodetection support for Osprey 230
Michael Krufky
2006-05-18
bttv-gpio-irq is no longer used, remove it
Ricardo Cerqueira
2006-04-28
Bt8xx/bttv-cards.c: fix off-by-one errors
Mauro Carvalho Chehab
2006-04-27
v4l: rename TUNER_LG_TDVS_H062F to TUNER_LG_TDVS_H06XF
Michael Krufky
2006-04-11
Merge: from V4L1 tree
Mauro Carvalho Chehab
2006-04-11
Since we are not using CVS, $Id makes no sense anymore
Mauro Carvalho Chehab
2006-04-04
kbuild: drivers/media/video/bt8xx: remove $(src) from include path
Michael Krufky
2006-04-04
kbuild: use relative path to -I
Michael Krufky
2006-04-03
Change all emails to the currently used one.
Mauro Carvalho Chehab
2006-04-02
Fix some errors on bttv_risc_overlay
Mauro Carvalho Chehab
2006-04-01
Make msp3400 routing defines more consistent
Hans Verkuil
2006-04-01
More msp3400 and bttv fixes
Hans Verkuil
2006-03-31
Fix msp3400c and bttv stereo/mono/bilingual detection/handling
Hans Verkuil
2006-03-25
Fix compilation warning at powerpc platform
Mauro Carvalho Chehab
2006-03-19
Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode
Hans Verkuil
2006-03-19
Implement correct msp3400 input/output routing
Hans Verkuil
2006-03-19
Cleanup audio input handling
Hans Verkuil
2006-03-18
Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode
Hans Verkuil
2006-03-18
renamed I2C_foo addresses to I2C_ADDR_foo
Mauro Carvalho Chehab
2006-03-18
Fix Compilation after moving bttv code
Mauro Carvalho Chehab
2006-03-17
forgot to add Kconfig
Manu Abraham
2006-03-17
From: Manu Abraham <manu@linuxtv.org>
Manu Abraham