summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* 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_*
* use {interactive_help}Pascal Rigaux2003-02-121-17/+16
|
* cs4239 is managed by both "ad1848" and "snd-cs4236"Thierry Vignaud2003-02-101-2/+2
|
* translate topics (aka hw class names) in harddrake guiThierry Vignaud2003-01-301-25/+25
|
* - cosmetic fix for "drakconnect does not detect nvnet part of nvforce2 chips"Thierry Vignaud2003-01-301-3/+3
| | | | | | | | | | hint: their class is MEMORY_RAM :-( ... - btw, simplify unknown devices detection (merging tests regarding driver and media type) - move nforce system controllers in bridge class (which is renamed "bridges and system controllers" aka where we put stuff we've nothing to configure but we don't want to put them in controller so that users are not afraid) but nvnet
* fix doble detection of pci modemsThierry Vignaud2003-01-291-1/+1
|
* restore cd/dvd burners detectionThierry Vignaud2003-01-291-1/+1
|
* updateThierry Vignaud2003-01-281-1/+0
|
* perl_checker fixesThierry Vignaud2003-01-221-2/+2
|
* - if there's no know driver, offer to pick a driver in the driversThierry Vignaud2003-01-221-11/+14
| | | | | | | list in case ldetect-lst isn't up to date but the user know which driver to use - consolidate "pick any driver" entry
* handle proprietary driversThierry Vignaud2003-01-211-0/+5
|