summaryrefslogtreecommitdiff
path: root/v4l_experimental
AgeCommit message (Collapse)Author
2006-02-01fixed xc3028 firmware extractor, added terratec fw supportMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> fixed xc3028 firmware extractor for terratec's emBDA.sys firmware fixed delay in firmwareupload, now terratec's firmware also works Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-31From: Andreas Monitzer <andy@monitzer.com>Michael Krufky
Support for external IEEE1394 adapters designed by Digital Everywhere and produced by El Gato, shipped under the brand name 'EyeTV 300/400'. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-25adding small setup toolMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25small cleanups (removed debugging printks),Markus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25fixed tuner-types, modified channel calculationMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25better description added MakefileMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25modified Makefile to fit compilationMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25Typo in READMEMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25Hauppauge HVR 900 driver supportMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-23Fix minor bug in pvrusb2 where audio mode wasn't updating correctlyMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-23Use mutexes in pvrusb2 for kernel 2.6.16 or laterMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-22Eliminate kludge in pvrusb2 involving tda9887 module detection.Mike Isely
Eliminate horrid kludge in pvrusb2 involved in detecting tda9887 client attachment. Use the driver id instead, now that the ID is being set. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-22Various fixes to permit pvrusb2 compilation w/ kernel 2.6.16Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-22Implement logic to report pvrusb2 handler <-> I2C client associationMike Isely
Make it easier to find out which pvrusb2 handlers have been assigned to which attached I2C clients. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-21Solve pvrusb2 compilation warningMike Isely
We need to be checking the return value for copy_to_user(); for some reason my builds weren't catching this which is why it went unfixed until now. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-15Remove obsolete build instructions from pvrusb2Mike Isely
This removes last vestiges of previous pvrusb2 build setup, since this build is driven now by the main build. Makefile here is adjusted to outsource build actions "upstairs" to V4L if it is still used so previous behavior is still present. From: Mike Isely <isely@pobox.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Change global "debug" to "pvrusb2_debug"Mike Isely
Note - I think this is the only actual global variable in the entire driver right now. (Other stuff is either static or held through a context pointer). From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Use v4l_print_ioctl() where appropriateMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Start using cx2341x.h for encoder commandsMike Isely
-Change pvrusb2-encoder.c to use encoder command definitions from cx2341x.h instead of hardcoding those definitions directly. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Remove pvrusb2 code which doesn't belong in V4LMike Isely
-Clean up code & comditional compilation stuff which doesn't belong in V4L tree or otherwise might cause compilation problems in certain kernel environments. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-09Remove some long-dead code from the pvrusb2 driverMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-09Make the pvrusb2 driver more tolerant of USB streaming errorsMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-09Optimize control changes in pvrusb2 when it doesn't really changeMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-09Improve reporting and handling of pvrusb2 firmware load failures.Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-09Change some bitmasks to shift expressions to improve readabilityMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-03Fix pvrusb2 compilation error for kernels older than 2.6.13Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-03Cosmetic adjustments to permit compilation in older environmentsMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-03Fix video standard initialization bugMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-03Implement some (normally disabled) I2C adapter debugging codeMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-01Kill pvrusb2 initialization bug involving saa711x and msp3400Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-01Patch pvrusb2 to compile again with centralized ioctl definitionsMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-01New I2C client handling implementation for pvrusb2 driverMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-28Adjust pvrusb2 driver to track VIDIOC_INT_AUDIO_CLOCK_FREQ API changeMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-12-28Prioritize PAL_BG over SECAM_LMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-12-25fix build for 2.6.14, based on patch (hwmon: hwmon vs i2c, second round (01/11))Michael Krufky
- fix build for 2.6.14, based on: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fc6adfa9adf2be84119a3c2592287f33bd1dff2 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-25drop i2c_clientname()Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-25remove I2C_ALGO_BITMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-25Add v3tv experimental build environmentMichael Krufky
- Add v3tv experimental build environment, based on current pvrusb2 setup Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-25Merge V3TV driver from http://www.gilfillan.org/v3tv/v3tv-v4l2/Michael Krufky
From: Perry Gilfillan <perrye@linuxmail.org> - Merge V3TV driver from http://www.gilfillan.org/v3tv/v3tv-v4l2/ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-25kernel-syncMichael Krufky
import linux-2.6.15-rc7/drivers/i2c/busses/i2c-voodoo3.c - imported from linux-2.6.15-rc7/drivers/i2c/busses/i2c-voodoo3.c - This will stay in experimental until the V3TV driver is ready for inclusion. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-10ir-kbd-gpio is now part of bttvRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> Merged ir-kbd-gpio into bttv as bttv-input, for consistency with other input modules Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-12-08More input layer backportsRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> kernel-sync (Bugfix at ir-kbd-gpio) Updated experimental bttv-input Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-12-07Support tda9887 in pvrusb2 driverMike Isely
Note that these changes become benign if tda9887 is not needed by for a particular tuner type or if tda9887 itself eventually goes away. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Update driver version infoMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Clear v4l2_frequency structure before using itMike Isely
-Need to clear v4l2_frequency structure to zero before using it, in order that newly added fields (that we otherwise would not care about) will take proper default values. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Fix various small issues introduced by earlier PAL-M enhancementMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Fix broken pvrusb2 build, due to accidental commitMike Isely
- tveeprom.o had been accidentally added to pvrusb2's Kbuild file. This change restores the previous state. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Change all uses of V4L2_STD_NTSC to V4L2_STD_NTSC_M in pvrusb2Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-11-30cx88-ivtv.c added to experimental branchMauro Carvalho Chehab
- This code adds basic cx88 support for basic ivtv calls. It is not meant to go to prodution. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-29Fixed support for PAL-MMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>