summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* there's an oss usb driver tooThierry Vignaud2003-01-091-2/+2
|
* - snd-rme9652 is a snd-rme96 sub moduleThierry Vignaud2003-01-091-4/+3
| | | | | - fix rme96xx <=> snd-rme96 equivalence
* quite a number of ensoniq cards are managed by sb.oThierry Vignaud2003-01-091-7/+6
|
* - pss is the oss equivalent of alsa ad1848Thierry Vignaud2003-01-091-2/+2
| | | | | - oss ad1848 is not a driver but a sub module
* cmi8330 is handled by sb tooThierry Vignaud2003-01-091-3/+3
|
* als100 card is handled by sb oss sound driverThierry Vignaud2003-01-091-3/+3
|
* oss trident driver handle ali5451 tooThierry Vignaud2003-01-091-3/+3
|
* - remove dobleThierry Vignaud2003-01-091-3/+2
| | | | | | - add a comment noting there's no alsa alternative for oss' ad1889 driver
* fix "unlisted driver" bug for rme driverThierry Vignaud2003-01-091-3/+3
|
* - add new oss drivers : ad1889, ali5455 and forteThierry Vignaud2003-01-091-13/+13
| | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore
* forgot to commit threat-hub-as-usb-controllers...Thierry Vignaud2003-01-071-2/+2
|
* saner default size (too big for 800x600 sadly)Thierry Vignaud2002-12-181-1/+3
|
* updateThierry Vignaud2002-12-041-36/+39
|
* display "cpu #<XX>: <name>" for cpusThierry Vignaud2002-12-041-1/+1
|
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-042-308/+1
| | | | | move its content to standalone/harddrake2
* cleanupsMystery Man 5802002-12-041-10/+5
|
* hide config buttons when switching from a configurable device to a nonMystery Man 5802002-12-041-4/+11
| | | | | configurable one
* fix gtktext_insert() usageMystery Man 5802002-12-041-23/+24
|
* gtk+2 port, yeah baby :-)Mystery Man 5802002-12-041-100/+103
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-273-52/+52
|
* fix eating too much itemsThierry Vignaud2002-11-261-1/+2
|
* interactive->exit call my_gtk->exit which destroy the windowThierry Vignaud2002-11-251-1/+0
|
* hide the "please wait" at the latest stageThierry Vignaud2002-11-201-3/+3
|
* - remove debugging codeThierry Vignaud2002-11-191-4/+3
| | | | | - document menu building
* - add option menu check boxes to prevent (slowly) detectingThierry Vignaud2002-11-191-9/+15
| | | | | | printers and modems - remove warnings on usb devices
* - explains more cpu bugsThierry Vignaud2002-11-191-5/+13
| | | | | - eventually fix --testing effect
* --testing handling was erronously revertedThierry Vignaud2002-11-191-1/+1
|
* don't display two times some usb miceThierry Vignaud2002-11-191-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-182-2/+2
|
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-181-0/+2
| | | | | to new option scheme
* - standalone.pm :Thierry Vignaud2002-11-181-18/+1
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* simplify code though my_gtk::gtkcolorThierry Vignaud2002-11-181-5/+2
|
* s/usbvideo/usbvision/Thierry Vignaud2002-11-151-1/+1
|
* - add missing printer directoryThierry Vignaud2002-11-151-0/+2
| | | | | - bump version to 9.1 like most of our packages
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-142-4/+4
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* explain the detect() vs new() delayed gui construction when embeddedThierry Vignaud2002-11-141-0/+1
|
* display port for network printers tooThierry Vignaud2002-11-141-0/+1
|
* resync with bttv-0.7.100 and saa7134-0.2.2snapshotThierry Vignaud2002-11-141-14/+29
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-132-2/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-134-29/+29
|
* display floppy driver type as well as mouse typeThierry Vignaud2002-11-131-0/+2
|
* resync with printerdrakeThierry Vignaud2002-11-121-1/+1
|
* handle devices managed by usbvision tooThierry Vignaud2002-11-121-2/+2
|
* exclude more usb mice from unknown devicesThierry Vignaud2002-11-121-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-112-12/+12
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-114-29/+29
|
* make perl_checker happyPascal Rigaux2002-11-091-1/+1
|
* *** empty log message ***Thierry Vignaud2002-11-071-0/+14
|
* - getCPUs() : fix cpu fields parsingThierry Vignaud2002-11-071-7/+14
| | | | | | | - harddrake::detect : o describe most cpu fields o print value of skipped fields