Age | Commit message (Collapse) | Author |
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
fixes the following error:
b2c2_flexcop: Unknown symbol stv0297_cs2_attach
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Added PAL-M video standard to pvrusb2
- still not working.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Type 0x103 ("TCL MFNM05-4") in the Hauppauge eeprom is a more
recent tuner that maps to TUNER_PHILIPS_FM1236_MK3. This had been
previously defined but due to some accident the definition got
removed. This change restores that definition. Change committed
on advice from Hans Verkuil <hverkuil@xs4all.nl>, who thinks he's
the one who had accidentally removed it before.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
|
|
- Enable support for OSD functions in dvb-ttpci driver.
Thanks to both Matthias Schwarzott <zzam@gentoo.org> and
Frank Enderle <fen@init-6.org>, for each sending in the same fix.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
[SPARC64]: Oops in pci_alloc_consistent with cingergyT2
From: Guido Guenther <agx@sigxcpu.org>
- Use correct API for allocating and freeing DMA buffers.
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
[PATCH] fix missing includes
From: Tim Schmielau <tim@physik3.uni-rostock.de>
I recently picked up my older work to remove unnecessary #includes of
sched.h, starting from a patch by Dave Jones to not include sched.h
from module.h. This reduces the number of indirect includes of sched.h
by ~300. Another ~400 pointless direct includes can be removed after
this disentangling (patch to follow later).
However, quite a few indirect includes need to be fixed up for this.
In order to feed the patches through -mm with as little disturbance as
possible, I've split out the fixes I accumulated up to now (complete for
i386 and x86_64, more archs to follow later) and post them before the
real patch. This way this large part of the patch is kept simple with
only adding #includes, and all hunks are independent of each other. So
if any hunk rejects or gets in the way of other patches, just drop it.
My scripts will pick it up again in the next round.
Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Dmitry's upstream patch is broken in v4l-dvb cvs... Reverting for now.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Mike Isely <isely@pobox.com>
- Rework various things to play nicer in native v4l environment
Signed-off-by: Mike Isely <isely@pobox.com>
|
|
- Fix an OOPS when initializing IR remote on saa7134
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
"make kernel-links" (dvb-kernel "makelinks" build method)
updated for merged tree.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- fix install for saa7146.
- allow separate, 'make v4l-install' and 'make dvb-install'
'make install' does both.
- 'make clean' and 'make distclean' less verbose.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Fix kernel message ( basically printk("%s", random_pointer) ).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Fix gcc-4.0.2 compile error in msp3400.c.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Fix suspend/resume 2.6.15 compile warnings.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Repair broken build configuration for hybrid v4l/dvb card
frontend selection.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
models.
- add workaround for Hauppauge PVR150 hardware problem with tuner models
85, 99 and 112 (model numbers as reported by tveeprom). The audio standard
autodetection does not always work correctly for these models.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Steven Toth <stoth@hauppauge.com>
- Modifications to bttv to support the Hauppauge ImpactVCB product
(Model #64900).
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- add install configuration for dvb-kernel modules to Makefile.
- enable all remaining dvb-kernel modules in merge-trees build environment.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Jörg Schummer <joerg.schummer@web.de>
- Added "TerraTec Cinergy 250 PCI" board (tv and radio).
- svideo not tested
- IR yet not working
Signed-off-by: Jörg Schummer <joerg.schummer@web.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Steven Toth <stoth@hauppauge.com>
- Fixed code handling for eeprom on cx88 boards.
- Hauppauge released a new version of the Nova-T-PCI (9002) a few months
ago with a different (compatible) tuner (but lacking RF passthru). The
official model# is 90003. All features are working.
- Adding entry to the known model list after testing.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- added saa7146 module to build configuration.
- fix build for dib3000 frontend module.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Michael H. Schimek <mschimek@gmx.at>
* ../linux/drivers/media/video/bttv-driver.c: (bttv_common_ioctls),
(bttv_do_ioctl):
Fixed bttv ioctls VIDIOC_ENUMINPUT, VIDIOCGTUNER, VIDIOC_QUERYCAP.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
|
|
From: Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
- added dvb device modules to build configuration.
- these will be enabled later in the merge-trees build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- added b2c2-flexcop build configuration to Makefile
- this will be enabled later on with the merge scripts
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Dwaine Garden <DwaineGarden@rogers.com>
* ../v4l/linux/drivers/media/video/saa711x.c:
Signed-off-by: Dwaine Garden <DwaineGarden@rogers.com>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
From: Michael H. Schimek <mschimek@gmx.at>
* ../v4l/linux/drivers/media/video/bttv-driver.c:
* ../v4l/linux/drivers/media/video/video-buf.c:
bttv raw format fix to fix VIDIOCSPICT ioctl.
Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
ARRRGH!
|
|
I just can't get this right :( Fix my second mistake
|
|
Changed the wrong parameter :(
|
|
Fix voltage switching
|
|
Port code for SU1278/SH2 (TUA6100) from pre-refactored code
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|