Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when_load: is called many times (from read_already_loaded) so avoir ↵ | Guillaume Cottenceau | 2003-11-17 | 1 | -1/+1 |
| | | | | remounting /proc/bus/usb those many times and sleeping for 4 seconds | ||||
* | (remove_alias_regexp) simplify | Thierry Vignaud | 2003-11-06 | 1 | -4/+1 |
| | |||||
* | "let please pixel" changes | Thierry Vignaud | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | - generalize & rename remove_alias() as remove_alias_regexp() to handle regexps | Thierry Vignaud | 2003-11-06 | 1 | -1/+6 |
| | | | | | | | | | - introduce back a simple remove_alias() wrapper to remove_alias_regexp() - change remove_alias*() API from remove_alias(module) to remove_alias(alias) btw old behaviour was broken if eg one has two 3com cards when network::ethernet::configureNetwork removed all ethX aliases on 3c59x | ||||
* | (write_conf) do not discard remove_alias changes ... (why nobody never | Thierry Vignaud | 2003-11-06 | 1 | -1/+3 |
| | | | | | saw it in years :-() | ||||
* | perl checker | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | woops, when_load already exists :) | Guillaume Cottenceau | 2003-11-03 | 1 | -14/+9 |
| | |||||
* | for move: ensure "post load" stuff (here, mounting /proc/bus/usb) | Guillaume Cottenceau | 2003-11-03 | 1 | -9/+13 |
| | | | | | is done also when using /sbin/modprobe | ||||
* | fixed for ongoing bug since at least 9.0 for alias not reported in current ↵ | Francois Pons | 2003-10-28 | 1 | -1/+1 |
| | | | | installation. | ||||
* | use /sbin/modprobe in move also | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and ↵ | Pascal Rigaux | 2003-09-18 | 1 | -1/+1 |
| | | | | planel) | ||||
* | increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse ↵ | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | | | | may be undetected) | ||||
* | (add_alias) override current setting when adding an alias | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | don't care if insmod'ing ohci1394 fail (bug #1972) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | load detected firewire modules during install | Pascal Rigaux | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -4/+4 |
| | |||||
* | (probe_category): one regexp is enough for isdn | Thierry Vignaud | 2003-05-20 | 1 | -2/+1 |
| | |||||
* | (get_parameters) perl-ize | Thierry Vignaud | 2003-04-29 | 1 | -6/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -5/+5 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
| | |||||
* | via via686 upgdrade after simplification too (next time pixel told me | Thierry Vignaud | 2003-03-13 | 1 | -1/+1 |
| | | | | | it's better to reuse some regexp, i kill him) | ||||
* | fix upgrade after simplification | Thierry Vignaud | 2003-03-13 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2003-03-13 | 1 | -8/+2 |
| | |||||
* | convert alsa driver from old naming system to new one (snd-card-XXX => | Thierry Vignaud | 2003-03-13 | 1 | -0/+17 |
| | | | | | | snd-XXX) and ensure correct upgrade for snd-via683 and snd-via8233 drivers | ||||
* | dmasound_awacs -> dmasound_pmac | Stew Benedict | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | add module2description() | Pascal Rigaux | 2003-02-17 | 1 | -3/+9 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | ck hptraid, but discard the insmod error for it | Pascal Rigaux | 2003-02-10 | 1 | -0/+2 |
| | |||||
* | small cleanup | Pascal Rigaux | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | fix latest source of "unlisted modules" in draksound: | Thierry Vignaud | 2003-01-27 | 1 | -0/+2 |
| | | | | | | | | | | | | modules::get_alias() was able to give "module " instead of only "module" beacause modules::read_conf() split the line on space with a maximum of 3 splited elements. i choose to strip terminal spaces and btw terminal comments. i did not choose to do not put a limit to split since it's usefull for some cases. | ||||
* | airport support for ppc | Stew Benedict | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | changes to have less "Use of uninitialized value" | Pascal Rigaux | 2003-01-14 | 1 | -6/+8 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -3/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | try to fix my fix for blank | Guillaume Cottenceau | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | try to make the install work in "blank" mode (aka fix pixel | Guillaume Cottenceau | 2002-10-02 | 1 | -1/+1 |
| | | | | | sucked when changed modules.pm code, not handling blank mode) | ||||
* | - change "=~ /isdn/" in "eq 'network/isdn'" | Damien Chaumette | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | - Fix isdn card detection | Damien Chaumette | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | make modules.pm patchable (avoid my ...) | Francois Pons | 2002-09-03 | 1 | -1/+2 |
| | |||||
* | updated log of add_probeall to be correct. | Francois Pons | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | add firewire controller configuration | Pascal Rigaux | 2002-08-20 | 1 | -1/+3 |
| | |||||
* | typo fix spoted by Arpad Biro | Thierry Vignaud | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | add remove_modules | Thierry Vignaud | 2002-08-19 | 1 | -0/+7 |
| |