summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Expand)AuthorAgeFilesLines
* don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and pl...Pascal Rigaux2003-09-181-1/+1
* increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse m...Pascal Rigaux2003-09-091-1/+1
* (add_alias) override current setting when adding an aliasThierry Vignaud2003-08-261-1/+1
* don't care if insmod'ing ohci1394 fail (bug #1972)Pascal Rigaux2003-08-211-1/+1
* load detected firewire modules during installPascal Rigaux2003-08-201-1/+1
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-4/+4
* (probe_category): one regexp is enough for isdnThierry Vignaud2003-05-201-2/+1
* (get_parameters) perl-izeThierry Vignaud2003-04-291-6/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-5/+5
* new perl_checker compliancePascal Rigaux2003-04-171-5/+5
* via via686 upgdrade after simplification too (next time pixel told meThierry Vignaud2003-03-131-1/+1
* fix upgrade after simplificationThierry Vignaud2003-03-131-1/+1
* simplifyThierry Vignaud2003-03-131-8/+2
* convert alsa driver from old naming system to new one (snd-card-XXX =>Thierry Vignaud2003-03-131-0/+17
* dmasound_awacs -> dmasound_pmacStew Benedict2003-02-241-1/+1
* add module2description()Pascal Rigaux2003-02-171-3/+9
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* ck hptraid, but discard the insmod error for itPascal Rigaux2003-02-101-0/+2
* small cleanupPascal Rigaux2003-02-101-1/+1
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-301-1/+1
* fix latest source of "unlisted modules" in draksound:Thierry Vignaud2003-01-271-0/+2
* airport support for ppcStew Benedict2003-01-171-1/+1
* changes to have less "Use of uninitialized value"Pascal Rigaux2003-01-141-6/+8
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
* do not use "local *F"Pascal Rigaux2002-12-041-3/+2
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* perl_checker fixesThierry Vignaud2002-11-261-1/+1
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-3/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* try to fix my fix for blankGuillaume Cottenceau2002-10-021-1/+1
* try to make the install work in "blank" mode (aka fix pixelGuillaume Cottenceau2002-10-021-1/+1
* - change "=~ /isdn/" in "eq 'network/isdn'"Damien Chaumette2002-09-091-1/+1
* - Fix isdn card detectionDamien Chaumette2002-09-061-1/+1
* make modules.pm patchable (avoid my ...)Francois Pons2002-09-031-1/+2
* updated log of add_probeall to be correct.Francois Pons2002-09-031-1/+1
* add firewire controller configurationPascal Rigaux2002-08-201-1/+3
* typo fix spoted by Arpad BiroThierry Vignaud2002-08-191-1/+1
* add remove_modulesThierry Vignaud2002-08-191-0/+7
* - modules::get_parameters : consolidate some codeThierry Vignaud2002-08-121-1/+9
* (load): when isStandalone, ignore errors when loading unavailable modules (ie...Pascal Rigaux2002-08-111-0/+1
* mergein_conf: return options if they're setThierry Vignaud2002-08-091-0/+1
* - export %modules::confThierry Vignaud2002-08-051-1/+1
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* (add_probeall): use "uniq" to have modules only once in ddebug.log (a "uniq"Pascal Rigaux2002-07-271-1/+1
* use get_probeall instead of get_alias for usb-interfacePascal Rigaux2002-07-111-0/+4
* - s/snd-card/snd/Thierry Vignaud2002-07-081-14/+5
* new "append_to_etc_modules" functionPascal Rigaux2002-07-071-0/+5