summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
AgeCommit message (Collapse)Author
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 - Revert build changes with respect to saa7134-alsa.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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 - obj-$(CONFIG_VIDEO_SAA7134) += saa7134-alsa.oMichael Krufky
+ saa7134-objs += saa7134-alsa.o Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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 - fix offsetsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-25 - don't build saa7134-alsa if CONFIG_VIDEO_ALSA is disabled.Michael Krufky
- enable CONFIG_VIDEO_ALSA by default - don't build cx88-alsa if CONFIG_VIDEO_ALSA_TESTING is disabled. Thanks to pentium451 (irc nick), for pointing out this bug. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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-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 - rename saa7113 to saa711xMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-23rename saa7113 to saa711xMichael Krufky
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-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
2005-10-20 * ../v4l/compat.h:Nickolay V. Shmyrev
- Fix kcalloc error with kernel < 2.6.9. Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
2005-10-20 - This script does create a version-specific V4L tree onMauro Carvalho Chehab
another dir, removing compat references. It allows nested #if or #ifdef. - It needs more testing. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-20 * ../v4l/compat.h:Nickolay V. Shmyrev
Fix build of em driver with 2.6.8 kernel. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-20 - add card: PCTV Cardbus TV/Radio (ITO25 Rev:2B)Michael Krufky
Composite input only for now. Uses tda8275a tuner, not yet working. Signed-off-by: Paul T Zalac <pzalac@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-20 * ../linux/Documentation/video4linux/CARDLIST.saa7134:Michael Krufky
* ../linux/drivers/media/video/saa7134/saa7134-cards.c: * ../linux/drivers/media/video/saa7134/saa7134.h: - Analog support for Asus P7131 Dual - TDA8275A - Digital support is under development - Remote doesn't work yet Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-19 - Fixed to work with CVS.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-19 * ../v4l/scripts/gentree.pl:Mauro Carvalho Chehab
- Add new script to create a clean tree (without uneeded #if). Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-19 - Rearranged print order to present a correct answer.Mauro Carvalho Chehab
- Some cleanups at tuner_attach function. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-19 - Fixed user mode compiling.Mauro Carvalho Chehab
- Created a new define OBSOLETE_OWNER. It does indicate a piece of API that should be removed for kernel 2.6.15. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-19 - Tree-merge enabled once again.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-19 - Fix normal v4l build. Tree-merge temporarily disabled.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18 * ../linux/drivers/media/video/tda8290.c: (tda8290_init):Nickolay V. Shmyrev
* ../linux/include/media/tuner.h: - Unify whitespaces. - Fix build warning. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-18 - corrected probing code for tda8290Hartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
2005-10-18 - Previous commit broke tree-merge. Here is the correct fix.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18 - Partially revert to old tree-merge method to resolve the bug:Michael Krufky
dvb_dmx_init failed (errno = -12) Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18 * ../linux/drivers/media/video/cx88/cx88-video.c: (radio_do_ioctl):Nickolay V. Shmyrev
* ../linux/drivers/media/video/saa7134/saa7134-video.c: (video_do_ioctl), (radio_do_ioctl): - Set tuner type in VIDIOC_G_TUNER. Signed-off-by: Elad Lahav <elad_lahav@users.sourceforge.net>
2005-10-18 - Fixed log for tveeprom on em28xx cards.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-18 - Added autodetection code to tda8290, to avoid conflicts withMauro Carvalho Chehab
tda9887. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-18 - Cleanup some unnecessary ALSA memory (de/)allocationsMauro Carvalho Chehab
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-18 - SAA713x keymaps and key builders were moved from ir-kbd-i2c.cMauro Carvalho Chehab
to saa7134-input.c - saa7134-i2c's attach now detects I2C IR and calls saa7134 specific code. - Small bugfix at ir-kbd-i2c. - disable_ir now unregisters i2c device. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-18- Added driver for Cirrus Logic Low Voltage Stereo A/D Converter.Mauro Carvalho Chehab
This is used by Adaptec AVC-2010 and AVC-2410 boards. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-18- Commented obsoleted stuff at videodev headers.Mauro Carvalho Chehab
- Removed reference to owner on video_device on em2820. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-17 * ../linux/drivers/usb/media/em2820-video.c: (em2820_v4l2_close):Markus Rechberger
- cleanup dev assignment Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-17 * ../linux/drivers/usb/media/em2820-video.c:Markus Rechberger
- replaced obsolete video_get_drvdata and video_set_drvdata Signed-off-by: Markus Rechberger <mrechberger@gmail.com>