summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* stop offering to run drakxtv ; rationale:Thierry Vignaud2007-09-191-1/+0
| | | | | | - all TV players have their own wizard - kernel do a better job at autoconfiguring cards
* list generic SCSI devicesThierry Vignaud2007-09-041-1/+1
|
* detect PS2 to USB converters as keyboardsThierry Vignaud2007-09-041-1/+1
|
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-1/+1
|
* do not use field {driver} from getInputDevices(), it may break (#31584)Pascal Rigaux2007-08-021-1/+1
|
* merge "ide" and "all_ide" categories since we now use fully modularezed ide ↵Thierry Vignaud2007-06-281-1/+1
| | | | drivers
* stop scannerdrake from fooling us about scanners and from leading us to displayThierry Vignaud2007-06-141-1/+2
| | | | | twice the same device (#31182)
* add a class for biometric sensors (fingerprint for now) (#31182)Thierry Vignaud2007-06-121-0/+8
|
* remove unused configurator_autoOlivier Blin2007-06-041-1/+0
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-27/+45
|
* AGP devices must be detected prior to video cards because some DRM driversThierry Vignaud2006-03-131-9/+11
| | | | | | doesn't like be loaded after agpgart thus order in /etc/modprobe.preload is important (modules.pm should enforce such sorting)
* autoconf bluetooth controllers (enable bluetooth service)Olivier Blin2006-03-031-1/+1
|
* fix detecting some ATA devices (#21034)Thierry Vignaud2006-02-071-1/+2
|
* perl_checker cleanupThierry Vignaud2005-10-121-1/+1
|
* display cards that offer additional parallep port in the system classThierry Vignaud2005-09-171-1/+3
| | | | | rather than in the "unknown" section
* (custom_id) try harder to have a sane name: before fallbacking to theThierry Vignaud2005-09-171-1/+2
| | | | | | class name (eg: "Printer"), try to use the vendor name (eg for printers)
* add a few more icons in order to desambiguate some categories thatThierry Vignaud2005-08-261-5/+5
| | | | | were using the same icon
* do not detect PCI/USB modems twice (as modems and as unknown devices)Thierry Vignaud2005-08-051-1/+1
|
* fix keyboardrake path (thus enabling to run a config tool for keyboards)Thierry Vignaud2005-08-041-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* use mousedrake to configure tablets & touchscreensThierry Vignaud2005-05-231-0/+1
|
* really list ATM devicesThierry Vignaud2005-05-191-3/+3
|
* fix DVB configuratorThierry Vignaud2005-05-191-1/+0
|
* list tablets and touchscreens in their own categoryThierry Vignaud2005-05-191-0/+8
|
* fix detecting joysticksThierry Vignaud2005-05-191-1/+1
|
* add a DVB classThierry Vignaud2005-05-191-0/+9
|
* - simplify through modules::probe_category()Thierry Vignaud2005-05-191-10/+3
| | | | | - ensure modules.pm is loaded since we used it for quite some time
* list ATM, Bluetooth, WAN, USB audio devices in their own categoriesThierry Vignaud2005-05-191-0/+46
|
* split the old joystick category into gameport (aka joystick controllers) andThierry Vignaud2005-05-191-1/+14
| | | | | joystick (real joysticks devices)
* fix SATA & hw RAID detection by detecting them pior to PATA detectionThierry Vignaud2005-05-021-9/+9
|
* with harddrake crash with USB/PCI DSL modems (#15034)Olivier Blin2005-04-081-1/+1
|
* fix harddrake crashThierry Vignaud2005-04-011-1/+1
|
* do not detect USB joystics as UPSes (#15102)Thierry Vignaud2005-03-311-1/+1
|
* megaraid controllers are listed as RAID ones nowThierry Vignaud2005-03-301-1/+1
|
* 3ware controllers are listed as RAID ones nowThierry Vignaud2005-03-301-1/+1
|
* ensure we detect all known sound cardsThierry Vignaud2005-03-301-1/+5
|
* do not list hardware controllers in unknown sectionThierry Vignaud2005-03-301-0/+13
|
* ensure we detect all known SATA controllersThierry Vignaud2005-03-301-1/+5
|
* fix optical mice detection (#15082)Thierry Vignaud2005-03-291-9/+9
|
* - disable imm/ppa probe during install since it causes some rubbish to be ↵Pascal Rigaux2005-03-291-1/+7
| | | | | | | printed (bugzilla #12560) - add an option in harddrake to probe imm/ppa
* adapt to new adsl_detect prototypeOlivier Blin2005-03-181-1/+1
|
* list usb mice that have not driver set as "Mouse:xxx" in usbtable (#13575)Thierry Vignaud2005-02-161-1/+1
|
* do not detect speakers as keyboardsThierry Vignaud2005-02-101-1/+1
|
* rely on new "multimedia/webcam" category for detecting webcamsThierry Vignaud2005-02-101-4/+3
|
* s/Disk/Hard Disk/Funda Wang2005-01-301-1/+1
|
* tag devices as bridges later so that pcmcia controllers got a chanceThierry Vignaud2005-01-211-9/+9
| | | | | to be detected
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-031-1/+1
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* (pcmcia_controller_probe) move some harddrake code thereThierry Vignaud2004-12-131-5/+1
|
* rollback previous bogus commitThierry Vignaud2004-11-301-1/+1
|
* detect_devices::getModem() does not take an argument anymoreThierry Vignaud2004-11-301-1/+1
|