Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (set_removable_auto_configurator) copy it out from set_removable_configurator() | Thierry Vignaud | 2004-07-29 | 1 | -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 Rigaux | 2004-07-21 | 1 | -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.conf | Pascal Rigaux | 2004-07-07 | 1 | -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 Vignaud | 2004-06-17 | 1 | -1/+9 |
| | |||||
* | (set_removable_configurator) fix typo preventing adding entries in | Thierry Vignaud | 2004-06-17 | 1 | -1/+1 |
| | | | | | /etc/fstab for new removable media | ||||
* | (set_removable_configurator) switch from diskdrake to drakupdate_fstab | Thierry Vignaud | 2004-06-15 | 1 | -1/+1 |
| | | | | | (like hotplug we just automatically guess what's better) | ||||
* | update comment | Thierry Vignaud | 2004-06-15 | 1 | -1/+1 |
| | |||||
* | rename usbnet as net_modules | Thierry Vignaud | 2004-06-15 | 1 | -2/+2 |
| | |||||
* | since some hard disks are USB models, we've to filtering them out once we've | Thierry Vignaud | 2004-06-14 | 1 | -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, thus | Thierry Vignaud | 2004-06-14 | 1 | -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 (for | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | dobles) is already done at the upper level. | ||||
* | fix misdetection of nvidia nforce ethernet cards (broken since forcedeth | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst) | ||||
* | do not run XFdrake in automatic mode, it's useless | Thierry Vignaud | 2004-05-11 | 1 | -2/+1 |
| | |||||
* | list SATA controllers in their own category (anthill #741) | Thierry Vignaud | 2004-04-30 | 1 | -1/+10 |
| | |||||
* | change last isdn_detect_backend() remaining | Damien Chaumette | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | do X11 configuration automagically | Thierry Vignaud | 2004-04-23 | 1 | -0/+2 |
| | |||||
* | (set_removable_configurator) use diskdrake instead of drakupdate_fstab | Thierry Vignaud | 2004-04-23 | 1 | -1/+1 |
| | | | | | for removable media in automatic mode | ||||
* | set automatic flag for removable media | Thierry Vignaud | 2004-04-23 | 1 | -0/+5 |
| | |||||
* | split usb ports from usb controllers (arnaud request) | Thierry Vignaud | 2004-04-22 | 1 | -1/+10 |
| | |||||
* | new harddrake data structure (easier to extend) | Thierry Vignaud | 2004-04-22 | 1 | -49/+290 |
| | |||||
* | split out agp controllers out of bridges | Thierry Vignaud | 2004-03-17 | 1 | -0/+1 |
| | |||||
* | fix in strict mode | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | really, really fix ISDN cards detection :-( | Thierry Vignaud | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | really adapt to new network::isdn::isdn_detect_backend() API | Thierry Vignaud | 2004-03-09 | 1 | -2/+1 |
| | |||||
* | adapt to new network::isdn::isdn_detect_backend() API | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | bump version number | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | look at sound cards changes on bootstrapping | Thierry Vignaud | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | handle webcams managed by pwc driver | Thierry Vignaud | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | do not tag some ata raid controllers as unknown hw | Thierry Vignaud | 2004-02-23 | 1 | -1/+2 |
| | |||||
* | really fix doble blanked ISDN detection | Thierry Vignaud | 2004-02-17 | 1 | -1/+1 |
| | |||||
* | typo fix :-) | Thierry Vignaud | 2004-02-15 | 1 | -1/+1 |
| | |||||
* | fix ISDN detection (#6535) | Thierry Vignaud | 2004-02-14 | 1 | -1/+1 |
| | |||||
* | filter out devices to prevent them to appear several times in device | Thierry Vignaud | 2004-02-14 | 1 | -18/+29 |
| | | | | | tree (#4906) | ||||
* | only look for local printers (do not perform heavy network probe) | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | fix driver blacklist | Thierry Vignaud | 2004-02-12 | 1 | -1/+2 |
| | |||||
* | detect more webcams | Thierry Vignaud | 2004-02-12 | 1 | -2/+6 |
| | |||||
* | remove debug message | Thierry Vignaud | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | fix adsl modem detection | Thierry Vignaud | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | tag megaraid controllers as scsi ones | Thierry Vignaud | 2004-01-09 | 1 | -2/+2 |
| | |||||
* | set drakconnect as config tool for modems as well as for isdn & adsl | Thierry Vignaud | 2003-10-27 | 1 | -3/+3 |
| | | | | | adapters | ||||
* | list isdn adapters in their own class instead of showing them up as | Thierry Vignaud | 2003-10-27 | 1 | -1/+3 |
| | | | | | unknown devices | ||||
* | split out adsl detection from modem one into its one category | Thierry Vignaud | 2003-10-27 | 1 | -1/+3 |
| | |||||
* | explain data struct | Thierry Vignaud | 2003-08-26 | 1 | -0/+2 |
| | |||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | do not fork usb module drivers list but reuse list_modules one instead | Thierry Vignaud | 2003-05-22 | 1 | -2/+2 |
| | |||||
* | bump version | Thierry Vignaud | 2003-05-15 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | jackadit^h^h^h^h^ hpixel said: "we do not need anymore --auto" | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | fix typo | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 1 | -4/+9 |
| | | | | | classes since we need to run a config tool per device and not one per hw class |