summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* nice kernel guys spend their free time renaming modules for funGuillaume Cottenceau2004-01-221-1/+1
|
* misc change: more readable way of setting usb-interface aliasGuillaume Cottenceau2004-01-211-1/+1
|
* add *-agp module supportNicolas Planel2004-01-211-0/+1
|
* don't pass empty options, new insmod doesn't like itPascal Rigaux2004-01-211-1/+1
|
* - ugly hack to temporary handle reading ide_cd in /proc/modules whereas wePascal Rigaux2004-01-201-5/+1
| | | | | | insmoded ide-cd - removing load_ide() (unused)
* kernel 2.6 .ko adaptationPascal Rigaux2004-01-201-2/+10
|
* kernel 2.2 is deprecatedPascal Rigaux2004-01-191-6/+0
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+1
|
* use $::prefixPascal Rigaux2004-01-051-5/+5
|
* - generate /etc/modprobe.preload (same as /etc/modules)Pascal Rigaux2004-01-051-9/+8
| | | | | - fix call to generate-modprobe.conf
* launch as shellNicolas Planel2003-12-161-1/+1
|
* remove () to be perl_checker compliantNicolas Planel2003-12-151-1/+1
|
* generate modprobe.conf when writing modules.confNicolas Planel2003-12-151-0/+3
|
* (remove_alias_regexp_byname) introduce it; works the same asThierry Vignaud2003-12-081-1/+8
| | | | | remove_alias_regexp but matches alias name instead of value
* when_load: is called many times (from read_already_loaded) so avoir ↵Guillaume Cottenceau2003-11-171-1/+1
| | | | remounting /proc/bus/usb those many times and sleeping for 4 seconds
* (remove_alias_regexp) simplifyThierry Vignaud2003-11-061-4/+1
|
* "let please pixel" changesThierry Vignaud2003-11-061-2/+2
|
* - generalize & rename remove_alias() as remove_alias_regexp() to handle regexpsThierry Vignaud2003-11-061-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 neverThierry Vignaud2003-11-061-1/+3
| | | | | saw it in years :-()
* perl checkerGuillaume Cottenceau2003-11-031-1/+1
|
* woops, when_load already exists :)Guillaume Cottenceau2003-11-031-14/+9
|
* for move: ensure "post load" stuff (here, mounting /proc/bus/usb)Guillaume Cottenceau2003-11-031-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 Pons2003-10-281-1/+1
| | | | installation.
* use /sbin/modprobe in move alsoGuillaume Cottenceau2003-10-091-1/+1
|
* don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and ↵Pascal Rigaux2003-09-181-1/+1
| | | | planel)
* increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse ↵Pascal Rigaux2003-09-091-1/+1
| | | | may be undetected)
* (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
| | | | | it's better to reuse some regexp, i kill him)
* 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
| | | | | | snd-XXX) and ensure correct upgrade for snd-via683 and snd-via8233 drivers
* 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
| | | | | | | | | | | | 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 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", ↵Pascal Rigaux2003-01-071-2/+2
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|