summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/v4l.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-041-1/+1
|
* (config) do not configure unknow drivers (installer wasn't filteringThierry Vignaud2007-09-191-0/+1
| | | | | | them like drakxtv does, though we don't really care now we stop configuring them) (#31110)
* re-sync after the big svn lossPascal Rigaux2007-04-251-4/+0
|
* update model & tuner listsThierry Vignaud2006-03-011-1/+10
|
* perl_checko cleanupThierry Vignaud2006-01-281-1/+1
|
* sync bttv, cx88 and saa7134 driver model lists with kernel-2.6.16-rc1-mm2Thierry Vignaud2006-01-271-36/+97
|
* sync list with latest saa7134 driverThierry Vignaud2005-08-261-12/+22
|
* (config) do not set radio but for bttv driverThierry Vignaud2005-08-041-7/+5
|
* enable to configure cx88 driverThierry Vignaud2005-06-241-0/+34
|
* do not use tree branches for vendor when there's only one deviceThierry Vignaud2005-06-241-42/+43
|
* update card lists from kernel-2.6.12Thierry Vignaud2005-06-241-1/+51
|
* (config) do not use a comboThierry Vignaud2005-06-241-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-2/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-3/+3
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* sync tuners list with 2.6.6-rc2 tooThierry Vignaud2004-04-221-2/+5
|
* sync card lists with 2.6.6-rc2Thierry Vignaud2004-04-221-2/+19
|
* fix log messageThierry Vignaud2004-03-221-1/+1
|
* sync with 2.6.3-4mdkThierry Vignaud2004-03-201-1/+20
|
* reorder modules importThierry Vignaud2004-03-201-1/+1
|
* (config) read current configuration (Scott Mazur <scott@littlefish.ca>)Thierry Vignaud2004-03-201-3/+28
|
* share translationThierry Vignaud2004-03-201-1/+1
|
* fix setting options for bttv instead of saa7134 (#5612)Thierry Vignaud2004-03-201-1/+1
|
* resync with current bttv card and tuner listsThierry Vignaud2003-08-271-6/+23
|
* return ok/cancel stateThierry Vignaud2003-08-211-0/+2
|
* fix card tree displayThierry Vignaud2003-07-011-5/+5
|
* support more tuners and tv cardsThierry Vignaud2003-06-051-1/+5
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-1/+1
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* resync with bttv-0.7.100 and saa7134-0.2.2snapshotThierry Vignaud2002-11-141-14/+29
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-5/+5
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-13/+13
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* reindent for lord pixThierry Vignaud2002-10-231-199/+199
|
* -add cpus detectionThierry Vignaud2002-10-161-1/+1
| | | | | | | - update todo list - perl_checker fix
* don't use standalone while installingThierry Vignaud2002-09-191-2/+1
|
* corrected English typos (no space before colon in English)Pablo Saratxaga2002-08-291-5/+5
|
* - harddrake::bttv is renamed harddrake::v4lThierry Vignaud2002-08-161-0/+237
- harddrake::v4l handle saa7134 too now (and not only bttv) - harddrake::v4l::config need a new driver parameter in order to be able to offer the right cards and tuners list - drakxtv: kill some old comments - add the list of cards supported by saa7134 - add a not to remember a potentiel speedup