summaryrefslogtreecommitdiff
path: root/v4l/scripts/cardlist
AgeCommit message (Collapse)Author
2008-01-13Move all board specific configuration to em28xx-cards.cMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This cleanup moves the board-specific configurations to em28xx-cards.c. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-09-08cx23885: add cardlist generator scriptMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> based on cx88.pl -- minimal changes required for cx23885 Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2007-04-14Use a better format to represent usbvision supported boardsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Changed usbvision cards table to allow: 1) Not repeat USB ID on two structs; 2) Not need to specify both usb and card description tables at the same order, removing some magic; Some cards had duplicated names. Fixed. A test for an specific board were doing by using a string comparation. The comparation were wrong. Also, it is not a good practice to recognize a board based on his string name. Acked-by: Thierry MERLE <thierry.merle@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-04-03Add script to generate CARDLIST.usbvisionMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-17fix Makefile and KconfigManu Abraham
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Manu Abraham <manu@linuxtv.org>
2006-01-28Several fixes for using with mercurialMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> cvs commands replaced to hg created a new script to help commiting Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-12reactivated CARDLIST.tuner automatic update script.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-12disable CARDLIST.tuner automatic regeration scriptMichael Krufky
- disable CARDLIST.tuner automatic regeration script, until it can be updated to handle latest redesign. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25tuner description now follows the same CodingStyle as the othersMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-29 - write to CARDLIST.em28xx instead of CARDLIST.em2820Michael 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-11 - Included support for em2800.Mauro Carvalho Chehab
- Included card insmod parameter. - Now it will not try to register audio anymore. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 - Fixed dir for em2820. Now at drivers/usb/mediaMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../Makefile: - make changelog now rebuilds cardlist * ../v4l/scripts/buildpatch: - Updated to work against ../linux * ../v4l/scripts/cardlist: - fixed to work even without symlinks Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-06 - Added scripts and CARDLIST for em2820.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-29- Updated an entry to reflect changes on tuner-simple.cMauro Carvalho Chehab
- Added PCI subvendor ID to bttv boards Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-02 * Make.config:Nickolay V. Shmyrev
- Fix check for newer kernel to compile dvb modules. * tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist: - Cleanup code a bit * msp3400-old.c, vbi, tda9887.h: - Remove unused files
2005-06-22 * scripts/cardlist:Mauro Carvalho Chehab
- Script updated to strip tail spaces - Correclty generates a tuner number for tea chip * doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - Card definitions updated. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-05-15Mauro Chehab (mchehab at brturbo.com.br): scripts/cardlist updated toMauro Carvalho Chehab
automatically generate doc/CARDLIST.cx88. doc/CARDLIST.xxx updated.
2004-04-05- added tda9887 debug code.Gerd Knorr
- scripts/saa7134.pl fix.
2004-02-22Initial revisionGerd Knorr