summaryrefslogtreecommitdiff
path: root/linux/Documentation/video4linux/extract_xc3028.pl
AgeCommit message (Collapse)Author
2008-04-21tuner-xc2028: Several fixes to SCODEMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This patch fixes several issues on SCODE: 1) The extracting tool weren't generating the proper tags for SCODE. This has almost no effect, since those tags shouldn't be used; 2) DIBCOM52 were using a wrong IF. It should be 5200, instead of 5700; 3) seek_firmware were wanting an exact match for firmware type. This is wrong. As result, no SCODE firmware were loaded; 4) A few files were including the wrong file for seeking demod firmwares; 5) XC3028_FE_DEFAULT can be used, if user doesn't want to load a firmware. However, this weren't documentated. This feature require more testing. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-01-01Fix script to work on 32 bit intMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> The previous version used to require that perl to run on 64 bit machines. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-12-31Optimize scriptMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> The previous script were generated using a non-optimized way. This patch replaces the script with an optimized one, where each firmware is direcly copied from HVR12x0 driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-12-31Add a tool for extracting xc3028 version 2.7 firmwareMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This tool allows the extraction of xc3028 v2.7 firmware from HVR 12x0 file. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>