summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* do not probe memory chips at boot time ...Thierry Vignaud2004-11-251-1/+1
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-3/+3
|
* on startup, redo ethX aliasesThierry Vignaud2004-11-161-1/+1
|
* display more informationThierry Vignaud2004-11-021-0/+12
|
* explainThierry Vignaud2004-10-071-0/+2
|
* typo fixThierry Vignaud2004-09-301-1/+1
|
* list tablets too with miceThierry Vignaud2004-09-301-1/+1
|
* use a distinct icon for UPS devices in harddrake GUIThierry Vignaud2004-09-301-1/+1
|
* fix UPS devices listed in both "UPS" and "unknown" classesThierry Vignaud2004-09-301-1/+1
|
* list all mice and keyboards (thus lowering unknown hardware inThierry Vignaud2004-09-301-14/+25
| | | | | hwdb-clients)
* detect scanners later so that we filter out bogus usb devices detectedThierry Vignaud2004-09-141-9/+9
| | | | | by sane_find_scanner
* detect not yet supported ethernnet cards tooThierry Vignaud2004-09-141-1/+5
|
* (unknown) blacklist more bridges (though f() should already take careThierry Vignaud2004-09-141-1/+1
| | | | | of that)
* detect more bridges and the likeThierry Vignaud2004-09-141-1/+1
|
* explain why some hw classes are not probed on bootstrappingThierry Vignaud2004-09-131-0/+4
|
* move comment where appropriateThierry Vignaud2004-09-131-3/+0
|
* autoconfigure mice on bootstrappingThierry Vignaud2004-09-101-0/+1
|
* - do not run drakconnect for ethernet & ADSLThierry Vignaud2004-09-061-3/+3
| | | | | - do not run diskdrake for hd
* add module for storage controllers that are not compiled built-in in kernelThierry Vignaud2004-09-061-3/+3
|
* add a few commentsThierry Vignaud2004-09-061-0/+2
|
* add module for AGP controllerThierry Vignaud2004-09-061-1/+1
|
* run drakconnect when an ADSL device is found (we should do so only when deviceThierry Vignaud2004-09-061-1/+1
| | | | | is added, not when removed)
* add module for TV cards (trainee sucks...)Thierry Vignaud2004-09-061-1/+1
|
* added initial support for UPSFrederic Lepied2004-08-311-2/+11
|
* check usb controllers on bootOlivier Blin2004-08-181-1/+1
|
* add PCMCIA controllers classThierry Vignaud2004-08-181-0/+13
|
* use network::ethernet::get_eth_categories in ethernet detectorOlivier Blin2004-08-181-1/+2
|
* (set_removable_auto_configurator) copy it out from set_removable_configurator()Thierry Vignaud2004-07-291-0/+5
| | | | | (set_removable_configurator) restore it as of MDK10.0 time
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-4/+4
| | | | | | | | | | | | | | | $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
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* (pciusb_id) fix duplicated USB disks (in both disk and unknown categories)Thierry Vignaud2004-06-171-1/+9
|
* (set_removable_configurator) fix typo preventing adding entries inThierry Vignaud2004-06-171-1/+1
| | | | | /etc/fstab for new removable media
* (set_removable_configurator) switch from diskdrake to drakupdate_fstabThierry Vignaud2004-06-151-1/+1
| | | | | (like hotplug we just automatically guess what's better)
* update commentThierry Vignaud2004-06-151-1/+1
|
* rename usbnet as net_modulesThierry Vignaud2004-06-151-2/+2
|
* since some hard disks are USB models, we've to filtering them out once we'veThierry Vignaud2004-06-141-1/+1
| | | | | detected them in order to prevent tem to appear in the "unknown/other" category
* ethernet card detection: only rely on driver for matching ethernet cards, thusThierry Vignaud2004-06-141-7/+2
| | | | | | | | preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect.
* remove useless filtering in bridges detection code since proper filtering (forThierry Vignaud2004-06-141-1/+1
| | | | | dobles) is already done at the upper level.
* fix misdetection of nvidia nforce ethernet cards (broken since forcedethThierry Vignaud2004-06-141-1/+1
| | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst)
* do not run XFdrake in automatic mode, it's uselessThierry Vignaud2004-05-111-2/+1
|
* list SATA controllers in their own category (anthill #741)Thierry Vignaud2004-04-301-1/+10
|
* change last isdn_detect_backend() remainingDamien Chaumette2004-04-281-1/+1
|
* do X11 configuration automagicallyThierry Vignaud2004-04-231-0/+2
|
* (set_removable_configurator) use diskdrake instead of drakupdate_fstabThierry Vignaud2004-04-231-1/+1
| | | | | for removable media in automatic mode
* set automatic flag for removable mediaThierry Vignaud2004-04-231-0/+5
|
* split usb ports from usb controllers (arnaud request)Thierry Vignaud2004-04-221-1/+10
|
* new harddrake data structure (easier to extend)Thierry Vignaud2004-04-221-49/+290
|
* split out agp controllers out of bridgesThierry Vignaud2004-03-171-0/+1
|
* fix in strict modeThierry Vignaud2004-03-111-1/+1
|
* really, really fix ISDN cards detection :-(Thierry Vignaud2004-03-091-1/+1
|