summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* tag megaraid controllers as scsi onesThierry Vignaud2004-01-091-2/+2
|
* fix wrong message in error patch (catched by new perl_checker)Thierry Vignaud2003-12-171-2/+2
|
* handle new snd-bt87x driver from alsa-1.0.0-rc2Thierry Vignaud2003-12-091-2/+2
|
* prevent load new driver too during install (anthil #110)Thierry Vignaud2003-11-201-2/+2
|
* fix anthill bug #110 (install looping on missing module snd-pcm-oss)Thierry Vignaud2003-11-201-6/+8
|
* set drakconnect as config tool for modems as well as for isdn & adslThierry Vignaud2003-10-271-3/+3
| | | | | adapters
* list isdn adapters in their own class instead of showing them up asThierry Vignaud2003-10-271-1/+3
| | | | | unknown devices
* split out adsl detection from modem one into its one categoryThierry Vignaud2003-10-271-1/+3
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-1/+1
|
* minor updateThierry Vignaud2003-10-031-2/+0
|
* prevent some obscure crash at install timeThierry Vignaud2003-09-181-0/+1
|
* when installing, remember the new sound driver so that the user isn'tThierry Vignaud2003-09-181-0/+1
| | | | | confused if he ever want to configure it again
* fix #5403:Thierry Vignaud2003-09-161-5/+4
| | | | | | - make sure to use OptionMenu instead of Combo boxes - move help into a tooltip
* fix #5488: do not overwrite current driver if it's a viable driver forThierry Vignaud2003-09-151-2/+5
| | | | | the current sound card
* show the current driver too (being preselected) so that users do notThierry Vignaud2003-09-151-1/+3
| | | | | get confused
* resync with current bttv card and tuner listsThierry Vignaud2003-08-271-6/+23
|
* while bootstrapping, only write /etc/modules.conf only if we really altered itThierry Vignaud2003-08-261-0/+3
| | | | | (thus preventing depmod to be runned everytime)
* explain data structThierry Vignaud2003-08-261-0/+2
|
* typo fixes from Arpad BiroThierry Vignaud2003-08-211-1/+1
|
* return ok/cancel stateThierry Vignaud2003-08-211-0/+2
|
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-1/+1
|
* fixed typoPablo Saratxaga2003-08-131-1/+1
|
* fix #4258Thierry Vignaud2003-07-241-1/+2
|
* fix card tree displayThierry Vignaud2003-07-011-5/+5
|
* Fixed typos; updated Ukrainian po filePablo Saratxaga2003-06-271-2/+2
|
* support more tuners and tv cardsThierry Vignaud2003-06-051-1/+5
|
* do not fork usb module drivers list but reuse list_modules one insteadThierry Vignaud2003-05-221-2/+2
|
* bump versionThierry Vignaud2003-05-151-1/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-242-2/+2
|
* hackism to shut up perl_checkerThierry Vignaud2003-04-021-1/+1
|
* propagate $in where neededThierry Vignaud2003-04-011-3/+3
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-32/+27
| | | | | functions
* jackadit^h^h^h^h^ hpixel said: "we do not need anymore --auto"Thierry Vignaud2003-03-121-1/+1
|
* fix typoThierry Vignaud2003-03-121-1/+1
|
* handle multiple removable devices: their managment is different from other hwThierry Vignaud2003-03-121-4/+9
| | | | | classes since we need to run a config tool per device and not one per hw class
* updateThierry Vignaud2003-03-101-11/+3
|
* perl_checker fixThierry Vignaud2003-03-061-1/+1
|
* updateThierry Vignaud2003-03-061-3/+1
|
* fix #1929Thierry Vignaud2003-03-061-2/+2
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-13/+12
|
* move usb webcams which have mod_quickcam as a driver from unknown toThierry Vignaud2003-03-061-2/+2
| | | | | webcam clategory since they do not have any valid usb class
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-1/+1
|
* add ieee1394-controller alias and load ohci1394 when a firewire controller ↵Thierry Vignaud2003-02-271-1/+1
| | | | appeared
* detect firewire controllersThierry Vignaud2003-02-271-1/+2
|
* detect usb adsl speed touch modem as modem and not as unknown deviceThierry Vignaud2003-02-261-2/+6
| | | | | what's remain: why sane-find-scanner keep detect it a scanner ??
* typo fix (s/snd-slot/sound-slot/)Thierry Vignaud2003-02-261-1/+1
|
* handle floppes, zip drives, dvd-rom, cdrom and burners at startup timeThierry Vignaud2003-02-251-5/+5
|
* - factorize code into harddrake::data::set_removable_configurator()Thierry Vignaud2003-02-251-1/+8
| | | | | | | - really do not offer to configure module for removable devices - do not put zip drives in unknown devices class - reuse Yes|No translations in harddrake::ui
* bump version numberThierry Vignaud2003-02-171-1/+1
|
* - {interactive_help} is a function returning text, it doesn't need to do the ↵Pascal Rigaux2003-02-131-3/+2
| | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_*