Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not fork usb module drivers list but reuse list_modules one instead | Thierry Vignaud | 2003-05-22 | 1 | -2/+2 |
| | |||||
* | bump version | Thierry Vignaud | 2003-05-15 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | jackadit^h^h^h^h^ hpixel said: "we do not need anymore --auto" | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | fix typo | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 1 | -4/+9 |
| | | | | | classes since we need to run a config tool per device and not one per hw class | ||||
* | move usb webcams which have mod_quickcam as a driver from unknown to | Thierry Vignaud | 2003-03-06 | 1 | -2/+2 |
| | | | | | webcam clategory since they do not have any valid usb class | ||||
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | add ieee1394-controller alias and load ohci1394 when a firewire controller ↵ | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | | | | appeared | ||||
* | detect firewire controllers | Thierry Vignaud | 2003-02-27 | 1 | -1/+2 |
| | |||||
* | detect usb adsl speed touch modem as modem and not as unknown device | Thierry Vignaud | 2003-02-26 | 1 | -2/+6 |
| | | | | | what's remain: why sane-find-scanner keep detect it a scanner ?? | ||||
* | handle floppes, zip drives, dvd-rom, cdrom and burners at startup time | Thierry Vignaud | 2003-02-25 | 1 | -5/+5 |
| | |||||
* | - factorize code into harddrake::data::set_removable_configurator() | Thierry Vignaud | 2003-02-25 | 1 | -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 number | Thierry Vignaud | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | translate topics (aka hw class names) in harddrake gui | Thierry Vignaud | 2003-01-30 | 1 | -25/+25 |
| | |||||
* | - cosmetic fix for "drakconnect does not detect nvnet part of nvforce2 chips" | Thierry Vignaud | 2003-01-30 | 1 | -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 modems | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | restore cd/dvd burners detection | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | add support for zip drives | Thierry Vignaud | 2003-01-13 | 1 | -0/+1 |
| | |||||
* | forgot to commit threat-hub-as-usb-controllers... | Thierry Vignaud | 2003-01-07 | 1 | -2/+2 |
| | |||||
* | saner default size (too big for 800x600 sadly) | Thierry Vignaud | 2002-12-18 | 1 | -1/+3 |
| | |||||
* | display "cpu #<XX>: <name>" for cpus | Thierry Vignaud | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | kill "used by only one" harddrake::ui module, | Mystery Man 580 | 2002-12-04 | 1 | -1/+1 |
| | | | | | move its content to standalone/harddrake2 | ||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -24/+24 |
| | |||||
* | fix eating too much items | Thierry Vignaud | 2002-11-26 | 1 | -1/+2 |
| | |||||
* | don't display two times some usb mice | Thierry Vignaud | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | s/usbvideo/usbvision/ | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -24/+24 |
| | |||||
* | resync with printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | handle devices managed by usbvision too | Thierry Vignaud | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | exclude more usb mice from unknown devices | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -10/+10 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -16/+16 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | nono changes for stupid perl_checker whose maintainer don't want to fix ↵ | Thierry Vignaud | 2002-10-23 | 1 | -3/+5 |
| | | | | deficienties | ||||
* | reindent for lord pix | Thierry Vignaud | 2002-10-23 | 1 | -39/+39 |
| | |||||
* | - printerdrake::auto_detect(local, net, smb): | Thierry Vignaud | 2002-10-17 | 1 | -16/+6 |
| | | | | | | | o split into local_detect, net_detect, net_smb_detect o detect: return all printers - printer: consolidate all *help_output into help_output | ||||
* | display cpu name (eg "Pentium") too in harddrake gui | Thierry Vignaud | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | display "$vendor cpu number $id" for cpus in harddrake gui | Thierry Vignaud | 2002-10-16 | 1 | -1/+4 |
| | |||||
* | miaouh | Thierry Vignaud | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | use code factored in detect_devices for modem detection | Thierry Vignaud | 2002-10-16 | 1 | -8/+2 |
| | |||||
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 1 | -0/+3 |
| | | | | | | | - update todo list - perl_checker fix | ||||
* | display again unknown category (spoted by florent beranger) | Thierry Vignaud | 2002-10-15 | 1 | -9/+1 |
| | |||||
* | move usb video devices to webcam category | Thierry Vignaud | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | - harddrake::data : consolidate common code in custom_id() | Thierry Vignaud | 2002-09-06 | 1 | -0/+5 |
| | | | | | | | - do some detection in dm stage - fix bad test - display better name | ||||
* | - don't list usb mouses as unknown hw | Thierry Vignaud | 2002-09-06 | 1 | -2/+5 |
| | | | | | | | - fix mouse detection (mouse::detect() needed modules::mergein_conf('/etc/modules.conf') first - don't skip mouse in --test mode | ||||
* | use new ln icons | Thierry Vignaud | 2002-09-02 | 1 | -1/+1 |
| |