summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
2005-10-29Added nxt200x authors to contributors file.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-29 - VIDEO_CX88 need not depend on EXPERIMENTALMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-29Updated documentation to include "hybrid" v4l/dvb and ATSC cards.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-28 - module em2820 renamed to em28xx and moved to V4L dir.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-28- Moved some user defines to be out of __KERNEL__ define.Mauro Carvalho Chehab
Signed-off-by: Michael Schimek <mschimek@gmx.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-28Adding support for the Artec T1 USB2.0 box (real USB2.0)Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-10-28From: Kirk Lapray <kirk.lapray@gmail.com>Michael Krufky
- Remove status check from nxt200x_readreg_multibyte, it really shouldn't be necessary. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-28- Instead of determining how to write to the tuner based on which NIMMichael Krufky
is being used, make this determination based on whether the chip is a NXT2002 or NXT2004. - If NXT2004, write directly to tuner. If NXT2002, write through NXT chip. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27From: Mark Adams <mark147m@gmail.com>Johannes Stezenbach
Fix a bug in the software demux which causes large MPEG sections to be lost when they follow very small sections. The problem happens when two sections begin in the same transport packet. The dvb_demux code resets its buffer only before the first of these sections. This means that when the second (or subsequent) section begins, there is up to 182 bytes of buffer space already used. If the following section is close to the maximum size, it currently won't fit in the (4096-byte) buffer and is thrown away. The fix is simply to enlarge the buffer by the size of one transport packet and correct one usage of the SECFEED_SIZE definition where what is really meant is the maximum size of a section. Signed-off-by: Mark Adams <mark147m@gmail.com>
2005-10-27- Some cleanups at I2C stuff and fixing when tuner addr is set.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-27 * ../linux/drivers/media/video/tuner-core.c: (tuner_command):Nickolay V. Shmyrev
- Quick and dirty fix for AUDC_CONFIG_PINNACLE. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-27 - Updated comments for AVerTVHD A180Michael Krufky
- Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder AFAIK, there is no analog demod, thus, no support for analog television. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27- Fixed bttv to accept radio devices like tea5767Mauro Carvalho Chehab
- Enabled radio on card #137 (it's a tea5767, and it's now working) Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-27 Added DVB support for AVerMedia AVerTVHD MCE A180Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27- Add support for AVerTVHD MCE a180.Michael Krufky
- Like Philips TUV1236D, if NIM is ALPS TDHU2 then write directly to tuner. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27Removed unnecessary check before kfreeMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27Check that a callback (set_ts_params) is set before calling it.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27 * ../linux/drivers/media/video/tuner-simple.c:Michael Krufky
(default_set_tv_freq): - ISO C90 forbids mixed declarations and code * ../v4l/compat.h: - Do not build support for nxt200x unless at least one of the following is true: a) KERNEL_VERSION >= 2.6.15 b) v4l / dvb merge-trees build environment. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27 * ../linux/drivers/media/video/cx88/Kconfig:Michael Krufky
* ../linux/drivers/media/video/cx88/Makefile: * ../linux/drivers/media/video/cx88/cx88-dvb.c: (nxt200x_set_ts_param), (dvb_register): * ../v4l/Makefile: - Added support for NXT200X based cards (ATI HDTV Wonder) * ../linux/drivers/media/video/cx88/cx88-cards.c: (cx88_card_setup): - Cleaned up initialization of ATI HDTV Wonder. The card is now able to work in analog or digital mode and able to switch between them without any problems. * ../linux/drivers/media/video/tuner-simple.c: (default_set_tv_freq): - Fixed value in "Philips TUV1236D ATSC/NTSC dual in" tuner data. - When tuning the "Philips TUV1236D ATSC/NTSC dual in" tuner, make sure that we are in the correct tuning mode. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-27From: Kirk Lapray <kirk.lapray@gmail.com>Michael Krufky
* nxt200x.c, nxt200x.h - New frontend module that supports both NXT2002 and NXT2004. So far, only tested on NXT2004. After testing on NXT2002, we should deprecate the nxt2002 module, and implement this one instead on the applicable cards. * get_dvb_firmware: - Added support for the NXT2004 firmware. This firmware works with both the ATI HDTV Wonder and the AVerTVHD MCE a180. This was originally written by Jean-Francois Thibert * dvb-pll.c - Fixed minimum frequency for tuv1236d. It seems that the data sheets are wrong. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-26 - Correcting fixes to accept radio devices like tea5767.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-26 * ../linux/drivers/media/video/mt20xx.c: (mt2050_set_radio_freq):Nickolay V. Shmyrev
Fix bug with setting mt2050 radio frequency Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-26- Fixed bttv to accept radio devices like tea5767.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-26 - Improved isoc error detection.Mauro Carvalho Chehab
Thanks-to: Stefan Kristiansson <stefan@langante.mine.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-26- Added Pinnacle Dazzle DVC 90Mauro Carvalho Chehab
Thanks-to: Stefan Kristiansson <stefan@langante.mine.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-25 * ../linux/drivers/media/video/cx88/cx88-alsa.c:Nickolay V. Shmyrev
(snd_cx88_pointer), (snd_cx88_create): - Fix build warnings and errors. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-25 * ../linux/drivers/media/video/saa7134/saa7134-alsa.c:Nickolay V. Shmyrev
- Fix compilation with 2.6.8. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-25- Some module rename and small fixesMauro Carvalho Chehab
- module renamed to cs53l32ac. - New debug info from em2820 eeprom - Fixed request_module to the newer name for saa711x - module info messages improved to show audio interfaces. - Fixed to compile cx53l32ac instead of cx53132ac. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-25 - Improve Kconfig user-friendliness for hybrid dvb/v4l boards.Michael Krufky
- Allow users to select dvb-bt8xx as a subheading of VIDEO_BT848 in the video4linux menu, to be consistant with cx88-dvb and saa7134-dvb. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-25 - Move cx88 and saa7134 configuration out ofMichael Krufky
drivers/media/video/Kconfig and instead, use new Kconfig files in each respective directory. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-25 - saa7134-dvb should not select cx22702Michael Krufky
This patch is already in 2.6.14-rc5-git3 commit: c0fef676bbd75e711711ed3ff5bebb7bfd1bdb00 Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-25 - imported from 2.6.14-rc5Michael Krufky
2005-10-24 * ../linux/Documentation/video4linux/API.html:Nickolay V. Shmyrev
* ../linux/drivers/media/video/tuner-core.c: (tuner_attach): Fixed broken API link and indentation. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-24fixed inittab register 0x12 for BSRU6/BSBE1Oliver Endriss
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-10-24stv0299_set_frontend(): reduced number of i2c transfers, set register 0x12 ↵Oliver Endriss
from inittab Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-10-24Updated comments of dvb_pll_tdvs_tua6034 to indicate thatMichael Krufky
it is used in both LG TDVS H061F and LG TDVS H062F Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-24From: Jesper Juhl <jesper.juhl@gmail.com>Johannes Stezenbach
This is the drivers/media/ part of the big kfree cleanup patch. Remove pointless checks for NULL prior to calling kfree() in drivers/media/. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Cc: Johannes Stezenbach <js@linuxtv.org> Cc: Michael Krufky <mkrufky@m1k.net> Cc: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-10-23From: Stuart Auchterlonie <stuarta@squashedfrog.net>Johannes Stezenbach
Nebula nxt6000 requires fe reset. Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
2005-10-23From: Deti Fliegl <deti@fliegl.de>Johannes Stezenbach
USB hot unplug Oops fix. Signed-off-by: Deti Fliegl <deti@fliegl.de>
2005-10-23Update em2800 scaler code and comments based on info from empiatechMarkus Rechberger
Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
2005-10-23 - fixed tda8290 autodetectionHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
2005-10-23 - Fix bug 5484: ASUS digimatrix card doesnt work with PAL tunerMichael Krufky
- Created new card entry (80), to separate NTSC (7135) card from PAL (7134) card versions. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-23- Renamed to saa711x.Mauro Carvalho Chehab
2005-10-23 * ../linux/drivers/media/video/saa7113.c:Markus Rechberger
- added saa7114 support on i2c address 0x42 Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-23 - Create Kconfig files for cx88 and saa7134 directories.Michael Krufky
These are new files, not yet in the kernel. When patching upstream, we will have to remove cx88 and saa7134 stuff from drivers/media/video/Kconfig and replace them with: source "drivers/media/video/cx88/Kconfig" source "drivers/media/video/saa7134/Kconfig" - Previously, when loading cx88-dvb or saa7134-dvb, all supported frontend modules get loaded as well, even if the hardware doesn't need it. - Added new functionality to give users a choice of whether to compile support for all dvb frontends, or to allow the user to tweak the build, and only include support for frontend modules needed by the hardware in the system. The option to build support for all frontends is selected by default. When unselected, a list of frontends is displayed, all selected by default. Users will be able to unselect the frontend modules that they do not wish to build support for. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-23- Added support for the following:Michael Krufky
Philips TUV1236D - ATI HDTV Wonder ALPS TDHU2 - AverTVHD MCE A180 Samsung TBMV30111IN - Air2PC ATSC - 2nd generation These will be used in a new NXT200X driver that incorporates the NXT2002 driver and adds support for a couple NXT2004 based cards. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2005-10-22 * ../linux/drivers/usb/media/em2820-video.c:Markus Rechberger
- added saa7114 initcode for MSI Vox USB 2.0 Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-22 * ../linux/drivers/usb/media/em2820-cards.c:Markus Rechberger
* ../linux/drivers/usb/media/em2820-i2c.c: * ../linux/drivers/usb/media/em2820.h: - fixed settings for MSI Vox USB 2.0 (saa7114 is missing atm) Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-22- Moved saa6752hs.c to video/saa7134 to reflect the same dir used on kernelMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-20 * ../linux/drivers/usb/media/em2820-cards.c:Markus Rechberger
- modified settings for MSI VOX USB 2.0