summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* enhance cohenrency: step 1Thierry Vignaud2002-07-101-0/+0
| | | | | | | | | | | | | | - ide and scsi devices use channel rather than bus to store their physical connection, which is more logic (at least for eide) - all devices have their connection bus in bus field, not in bus for {pci,usb,...} and interface_type for {scsi,eide,other_block_devices} - detect_devices:getIDE() : add eide_hds hash in order to be able to split info field between model and vendor - harddrake::ui : code reduction allowed by the above changes
* - add channel: primary/slave for eide deivcesThierry Vignaud2002-07-091-0/+0
| | | | | - get rid of ->{set,get}_user_data
* ensure we don't mix scsi and pci devicesThierry Vignaud2002-07-091-0/+0
|
* fix boot freeze on hw change: initscript was running us with stdoutThierry Vignaud2002-07-091-1/+0
| | | | | redirected to /dev/null; just use a small sh wrapper to fix it
* log only if options setThierry Vignaud2002-07-091-3/+5
|
* updateThierry Vignaud2002-07-091-4/+2
|
* typo fixThierry Vignaud2002-07-091-1/+1
|
* only log explanations in standalone modeThierry Vignaud2002-07-091-1/+1
|
* remove fixed stuffThierry Vignaud2002-07-081-6/+8
|
* - rehide "run config tool" button when it has been displayed inThierry Vignaud2002-07-081-0/+0
| | | | | another hw class
* don't display "run config tool" button if no configurator availlableThierry Vignaud2002-07-081-0/+0
|
* - center the main windowThierry Vignaud2002-07-081-0/+0
| | | | | - remove drakx decorations
* mice:Thierry Vignaud2002-07-081-0/+0
| | | | | | - s/nbuttons/Number of buttons/ - delete qw(MOUSETYPE XMOUSETYPE unsafe)
* don't delete info field in normal pathThierry Vignaud2002-07-081-0/+0
|
* - eide devices: split up info field into vendor and model fieldsThierry Vignaud2002-07-081-0/+0
| | | | | - complete help
* cache @devices so that hw probe is only done onceThierry Vignaud2002-07-081-7/+7
|
* hummm ... eide: 0->master, 1->slave :-(Thierry Vignaud2002-07-081-0/+0
|
* - remove save_report menu entry, this is done by service_harddrakeThierry Vignaud2002-07-081-0/+0
| | | | | - move $in declaration near where it's used
* eide hard disks : print master/slave for bus_locationThierry Vignaud2002-07-081-0/+0
|
* update todo listThierry Vignaud2002-07-081-1/+7
|
* - remove dead stuffThierry Vignaud2002-07-081-0/+0
| | | | | - comment some stuff
* minor simplicationThierry Vignaud2002-07-081-0/+0
|
* various cleanups:Thierry Vignaud2002-07-083-4/+4
| | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm
* simplify: use reverseThierry Vignaud2002-07-061-0/+0
|
* - help system:Thierry Vignaud2002-07-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code
* add bits regarding eide and scsiThierry Vignaud2002-07-061-0/+2
|
* add a configurator for soundThierry Vignaud2002-07-061-2/+2
|
* remove device test: there're only two harddrake::bttv users,Thierry Vignaud2002-07-051-1/+0
| | | | | | install_steps_interactive.pm and drakxtv which both have already tested that a bttv managed tv card is there.
* - add more tv cardsThierry Vignaud2002-07-051-4/+12
| | | | | | | | | - enable users to select number of buffers for mmap() - better description for pll setting - add tooltips help for some entries
* tv cards list:Thierry Vignaud2002-07-051-124/+158
| | | | | | | | | | | | | | | - split multi-cards entries - reverse the hash (needed since now bttv card types are not anymore unique) - complete the list from various sources - use a tree to display the list, it's clearer now since it's splitted by vendors - longer message
* - remove uneeded stuff for modules ("#!/..", "use lib..", "useThierry Vignaud2002-07-051-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standalone", ...) - simplify bttv options managment: - use if_, thanks MDK::Common - s/mapn/map by using a hash at first - s/mapn{if}/map{if_} - don't read/write modules.conf here, drakx take care of that for us thus, the test program became: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use bttv; use interactive; use modules; modules::read_conf; bttv::config('interactive'->vnew()); modules::write_conf;
* remove uneeded "#!/...", standalone, lib, ... (this is a module)Thierry Vignaud2002-07-051-0/+0
| | | | | POSIX is no more used too.
* remove uneeded "#!/.." and "use lib"Thierry Vignaud2002-07-051-4/+0
|
* spec29: bttv configuration part of drakxtv.Thierry Vignaud2002-07-051-0/+180
| | | | | | | | | | | | | | | | it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew());
* get rid of 'use vars'Thierry Vignaud2002-07-041-3/+1
|
* remove wait_message hack for printerdraker, better use class_discardThierry Vignaud2002-07-041-3/+2
|
* add harddrake2 todo listThierry Vignaud2002-07-041-0/+162
|
* don't stack signals on config buttonsThierry Vignaud2002-07-041-0/+0
|
* - remove no more used @pid_launchedThierry Vignaud2002-07-041-0/+0
| | | | | | | - better GUI reactivity: don't wait for config tool to complete, just "fork and forget" [(c) us air force] and refuse to run another config tool until the first one to complete
* print "Running $configurator ..." in status bar while running a configThierry Vignaud2002-07-041-0/+0
| | | | | tool
* - POSIX is needed for POSIX::waitThierry Vignaud2002-07-041-0/+0
| | | | | | | | | | | | - move strict and standalone require at top - c is unused - comment exceptions in devices loop (ie skip classes without any devices or any detector - optimize away $pid
* fix move from harddrake.pm to harddrake/data.pm:Thierry Vignaud2002-07-041-0/+0
| | | | | | | - menu does appear - information fields are translated from raw to english again
* harddrake2: "the return of the vengeance son"Thierry Vignaud2002-07-042-0/+77
- harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied