summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Expand)AuthorAgeFilesLines
* fix displaying in proper category sound coprocessor & misc ACPI eventThierry Vignaud2009-01-061-2/+2
* perl_checker cleanups [backported from trunk]Thierry Vignaud2009-01-061-5/+5
* normalize device IDs for devices that came from mouse.pm in order toThierry Vignaud2009-01-061-0/+9
* no need to probe input devices thrice (they are already listed inThierry Vignaud2009-01-061-6/+8
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2009-01-061-1/+2
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2009-01-061-1/+1
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2009-01-061-1/+1
* (pciusb_id) split out fields list (needed for next commits) [backported from ...Thierry Vignaud2009-01-061-1/+2
* do not sduplicated hardware as unknown (#46242): track duplicatedThierry Vignaud2009-01-061-2/+2
* do not show duplicated hardware as unknown (#46242): list PC SpeakerThierry Vignaud2009-01-061-1/+2
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2009-01-061-2/+3
* service_harddrake: enable/disable apmd if neededOlivier Blin2008-10-011-0/+1
* harddrake: auto-configure floppiesOlivier Blin2008-09-231-0/+5
* do not use anymore printerdrake and thus do not detect printers anymoreThierry Vignaud2008-09-151-1/+1
* better style (#41358)Thierry Vignaud2008-09-091-1/+1
* service_harddrake: adapt kernel modaliases that are not valid anymoreOlivier Blin2008-09-011-0/+25
* (configure_one_sound_slot) do not set snd-ac97-codec's "power_save=1"Thierry Vignaud2008-06-161-1/+2
* service_harddrake: fix autoconfiguration of harddisks (because an undefined c...Olivier Blin2008-05-301-2/+2
* service_harddrake: fix kbluetooth config pathOlivier Blin2008-05-301-1/+1
* service_harddrake: do not allow fbdev if /proc/fb is emptyOlivier Blin2008-05-301-1/+1
* (set_pulseaudio_routing) be more robust when managingThierry Vignaud2008-05-201-2/+2
* (switch) advise to log out if PA is enabled/disabledThierry Vignaud2008-05-131-0/+6
* (switch) remove typo fix from last commit that was here for debuggingThierry Vignaud2008-05-131-1/+1
* (switch) make sure that switch alsa-plugins-pulseaudio is installedThierry Vignaud2008-05-131-0/+4
* (switch) grey 5.1 sound option if PA is disabledThierry Vignaud2008-05-131-0/+1
* (switch) grey PA routing if PA is disabledThierry Vignaud2008-05-091-0/+1
* disable PA routing when PA is disabled (#40219)Thierry Vignaud2008-05-091-1/+1
* do not offer to run XawTV wrapper but directly run drakxtv (sinceThierry Vignaud2008-03-311-1/+1
* offer again to run drakxtv for TV cards (#39609), partially revertingThierry Vignaud2008-03-311-0/+1
* (switch) kill unneeded ";"Thierry Vignaud2008-03-251-1/+1
* fix errors while setting PA preferences (#39270)Thierry Vignaud2008-03-251-3/+3
* recommend using insensitive search (#39136)Thierry Vignaud2008-03-211-1/+1
* "#-" is special for install, just use "#"Thierry Vignaud2008-03-131-1/+1
* (switch) factorize code to save PA settingsThierry Vignaud2008-03-111-8/+9
* (is_5_1_in_pulseaudio_enabled,set_5_1_in_pulseaudio,switch) enable toThierry Vignaud2008-03-111-0/+30
* (switch) enable to reset the sound mixer to default valuesThierry Vignaud2008-03-111-0/+5
* (is_pulseaudio_routing_enabled,set_pulseaudio_routing,switch) addThierry Vignaud2008-03-111-0/+28
* (switch) display trouble shooting when there's no driver tooThierry Vignaud2008-03-111-5/+5
* (is_user_switching_enabled,set_user_switching,switch) add support toThierry Vignaud2008-03-111-0/+26
* (is_pulseaudio_enabled,set_pulseaudio,switch) add support to enable/disable P...Thierry Vignaud2008-03-111-2/+31
* (switch) factorize common optionsThierry Vignaud2008-03-111-4/+6
* (switch) use the same API when there's no alternative driver (neededThierry Vignaud2008-03-111-3/+5
* move all driver list & troubleshooting in an advanced expanderThierry Vignaud2008-02-201-0/+2
* class more sensors as biometricThierry Vignaud2008-01-241-1/+1
* drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been wr...Olivier Blin2008-01-021-2/+2
* remove unused class argument (the caller already checks the class)Olivier Blin2008-01-021-2/+2
* harddrake: check that media are not USB keys before auto-configuring them (#3...Olivier Blin2008-01-021-2/+3
* rename is_auto_configurable_media as is_auto_configurable_class since it just...Olivier Blin2008-01-021-3/+3
* do no return 0 in harddrake::data::set_removable_configurator so that "Run co...Olivier Blin2008-01-021-1/+1
* detect storage and various controllers before anything else (so that storage ...Olivier Blin2007-10-311-103/+104