| Commit message (Expand) | Author | Age | Files | Lines |
* | all "gpsca*" driven devices are webcam | Thierry Vignaud | 2009-03-05 | 1 | -1/+2 |
* | fix displaying in proper category sound coprocessor & misc ACPI event keys NE... | Thierry Vignaud | 2009-01-06 | 1 | -2/+2 |
* | perl_checker cleanups | Thierry Vignaud | 2008-12-10 | 1 | -5/+5 |
* | normalize device IDs for devices cthat came from mouse.pm in order to | Thierry Vignaud | 2008-12-09 | 1 | -0/+9 |
* | no need to probe input devices thrice (they are already listed in | Thierry Vignaud | 2008-12-09 | 1 | -6/+8 |
* | (pciusb_id) try harder to find duplicates: ignore description for USB | Thierry Vignaud | 2008-12-09 | 1 | -1/+2 |
* | (pciusb_id) try harder to find duplicates: ignore pci bus & function | Thierry Vignaud | 2008-12-09 | 1 | -1/+1 |
* | (pciusb_id) try harder to find duplicates: ignore case (b/c bus can be | Thierry Vignaud | 2008-12-09 | 1 | -1/+1 |
* | (pciusb_id) split out fields list (needed for next commits) | Thierry Vignaud | 2008-12-09 | 1 | -1/+2 |
* | do not sduplicated hardware as unknown (#46242): track duplicated input devices | Thierry Vignaud | 2008-12-09 | 1 | -2/+2 |
* | do not show duplicated hardware as unknown (#46242): * list PC Speaker as sou... | Thierry Vignaud | 2008-12-09 | 1 | -1/+2 |
* | do not list PATA controllers as SATA (alternative would be to just | Thierry Vignaud | 2008-12-04 | 1 | -2/+3 |
* | do not use anymore printerdrake and thus do not detect printers anymore | Thierry Vignaud | 2008-09-15 | 1 | -1/+1 |
* | service_harddrake: fix autoconfiguration of harddisks (because an undefined c... | Olivier Blin | 2008-05-30 | 1 | -2/+2 |
* | do not offer to run XawTV wrapper but directly run drakxtv (since | Thierry Vignaud | 2008-03-31 | 1 | -1/+1 |
* | offer again to run drakxtv for TV cards (#39609), partially reverting | Thierry Vignaud | 2008-03-31 | 1 | -0/+1 |
* | class more sensors as biometric | Thierry Vignaud | 2008-01-24 | 1 | -1/+1 |
* | drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been wr... | Olivier Blin | 2008-01-02 | 1 | -2/+2 |
* | remove unused class argument (the caller already checks the class) | Olivier Blin | 2008-01-02 | 1 | -2/+2 |
* | harddrake: check that media are not USB keys before auto-configuring them (#3... | Olivier Blin | 2008-01-02 | 1 | -2/+3 |
* | rename is_auto_configurable_media as is_auto_configurable_class since it just... | Olivier Blin | 2008-01-02 | 1 | -3/+3 |
* | do no return 0 in harddrake::data::set_removable_configurator so that "Run co... | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
* | detect storage and various controllers before anything else (so that storage ... | Olivier Blin | 2007-10-31 | 1 | -103/+104 |
* | group USB_STORAGE with other storage devices | Olivier Blin | 2007-10-31 | 1 | -9/+9 |
* | use member | Olivier Blin | 2007-09-22 | 1 | -2/+2 |
* | service_harddrake: auto-configure CD-Rom drives in fstab again (even | Olivier Blin | 2007-09-22 | 1 | -4/+4 |
* | rename media auto configuration functions (and restore old is_removable) | Olivier Blin | 2007-09-21 | 1 | -5/+6 |
* | service_harddrake: automatically configure harddisks | Olivier Blin | 2007-09-21 | 1 | -2/+3 |
* | harddrake: do not auto-configure CD-Rom drives in fstab, it fordbids umountin... | Olivier Blin | 2007-09-21 | 1 | -4/+4 |
* | fix listing DVD/CD as them and as unknown (#33366) | Thierry Vignaud | 2007-09-20 | 1 | -3/+3 |
* | stop offering to run drakxtv ; rationale: | Thierry Vignaud | 2007-09-19 | 1 | -1/+0 |
* | list generic SCSI devices | Thierry Vignaud | 2007-09-04 | 1 | -1/+1 |
* | detect PS2 to USB converters as keyboards | Thierry Vignaud | 2007-09-04 | 1 | -1/+1 |
* | use usb_storage instead of usb-storage | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
* | do not use field {driver} from getInputDevices(), it may break (#31584) | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
* | merge "ide" and "all_ide" categories since we now use fully modularezed ide d... | Thierry Vignaud | 2007-06-28 | 1 | -1/+1 |
* | stop scannerdrake from fooling us about scanners and from leading us to display | Thierry Vignaud | 2007-06-14 | 1 | -1/+2 |
* | add a class for biometric sensors (fingerprint for now) (#31182) | Thierry Vignaud | 2007-06-12 | 1 | -0/+8 |
* | remove unused configurator_auto | Olivier Blin | 2007-06-04 | 1 | -1/+0 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -27/+45 |
* | AGP devices must be detected prior to video cards because some DRM drivers | Thierry Vignaud | 2006-03-13 | 1 | -9/+11 |
* | autoconf bluetooth controllers (enable bluetooth service) | Olivier Blin | 2006-03-03 | 1 | -1/+1 |
* | fix detecting some ATA devices (#21034) | Thierry Vignaud | 2006-02-07 | 1 | -1/+2 |
* | perl_checker cleanup | Thierry Vignaud | 2005-10-12 | 1 | -1/+1 |
* | display cards that offer additional parallep port in the system class | Thierry Vignaud | 2005-09-17 | 1 | -1/+3 |
* | (custom_id) try harder to have a sane name: before fallbacking to the | Thierry Vignaud | 2005-09-17 | 1 | -1/+2 |
* | add a few more icons in order to desambiguate some categories that | Thierry Vignaud | 2005-08-26 | 1 | -5/+5 |
* | do not detect PCI/USB modems twice (as modems and as unknown devices) | Thierry Vignaud | 2005-08-05 | 1 | -1/+1 |
* | fix keyboardrake path (thus enabling to run a config tool for keyboards) | Thierry Vignaud | 2005-08-04 | 1 | -1/+1 |
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |