summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix displaying in proper category sound coprocessor & misc ACPI eventThierry Vignaud2009-01-061-2/+2
| | | | | keys NEWS harddrake [backported from trunk]
* perl_checker cleanups [backported from trunk]Thierry Vignaud2009-01-061-5/+5
|
* normalize device IDs for devices that came from mouse.pm in order toThierry Vignaud2009-01-061-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10) [backported from trunk]
* no need to probe input devices thrice (they are already listed inThierry Vignaud2009-01-061-6/+8
| | | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices()) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2009-01-061-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2009-01-061-1/+1
| | | | | | for USB devices (especially usefull in order to track eg: input devices) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2009-01-061-1/+1
| | | | | either 'USB' or 'usb' (eg: input devices) [backported from trunk]
* (pciusb_id) split out fields list (needed for next commits) [backported from ↵Thierry Vignaud2009-01-061-1/+2
| | | | trunk]
* do not sduplicated hardware as unknown (#46242): track duplicatedThierry Vignaud2009-01-061-2/+2
| | | | | input devices [backported from trunk]
* do not show duplicated hardware as unknown (#46242): list PC SpeakerThierry Vignaud2009-01-061-1/+2
| | | | | as sound card [backported from trunk]
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2009-01-061-2/+3
| | | | | list all ATA controllers together) [backported from trunk]
* do not use anymore printerdrake and thus do not detect printers anymoreThierry Vignaud2008-09-151-1/+1
|
* service_harddrake: fix autoconfiguration of harddisks (because an undefined ↵Olivier Blin2008-05-301-2/+2
| | | | configurator will make harddrake skip all disks)
* do not offer to run XawTV wrapper but directly run drakxtv (sinceThierry Vignaud2008-03-311-1/+1
| | | | | | | xawtv is no more installed by default and since there's no sense to scan for TV channels as root and since modern TV apps have their own scan wizards)
* offer again to run drakxtv for TV cards (#39609), partially revertingThierry Vignaud2008-03-311-0/+1
| | | | | | | | | r228624 from 2007-09-19: "stop offering to run drakxtv ; rationale: - all TV players have their own wizard - kernel do a better job at autoconfiguring cards"
* class more sensors as biometricThierry Vignaud2008-01-241-1/+1
|
* drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been ↵Olivier Blin2008-01-021-2/+2
| | | | written for ages
* remove unused class argument (the caller already checks the class)Olivier Blin2008-01-021-2/+2
|
* harddrake: check that media are not USB keys before auto-configuring them ↵Olivier Blin2008-01-021-2/+3
| | | | (#34568)
* rename is_auto_configurable_media as is_auto_configurable_class since it ↵Olivier Blin2008-01-021-3/+3
| | | | just compares class names
* do no return 0 in harddrake::data::set_removable_configurator so that "Run ↵Olivier Blin2008-01-021-1/+1
| | | | config tool" gets available again in harddrake (#34794)
* detect storage and various controllers before anything else (so that storage ↵Olivier Blin2007-10-311-103/+104
| | | | devices get detected at first boot on live)
* group USB_STORAGE with other storage devicesOlivier Blin2007-10-311-9/+9
|
* use memberOlivier Blin2007-09-221-2/+2
|
* service_harddrake: auto-configure CD-Rom drives in fstab again (evenOlivier Blin2007-09-221-4/+4
| | | | | | | if it prevents KDE media manager from unmounting them), to be consistent with install which actually configures CD-Rom drives in fstab (revert harddrake commit 228859)
* rename media auto configuration functions (and restore old is_removable)Olivier Blin2007-09-211-5/+6
|
* service_harddrake: automatically configure harddisksOlivier Blin2007-09-211-2/+3
|
* harddrake: do not auto-configure CD-Rom drives in fstab, it fordbids ↵Olivier Blin2007-09-211-4/+4
| | | | umounting with hal (install does not configure them in fstab either)
* fix listing DVD/CD as them and as unknown (#33366)Thierry Vignaud2007-09-201-3/+3
|
* stop offering to run drakxtv ; rationale:Thierry Vignaud2007-09-191-1/+0
| | | | | | - all TV players have their own wizard - kernel do a better job at autoconfiguring cards
* list generic SCSI devicesThierry Vignaud2007-09-041-1/+1
|
* detect PS2 to USB converters as keyboardsThierry Vignaud2007-09-041-1/+1
|
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-1/+1
|
* do not use field {driver} from getInputDevices(), it may break (#31584)Pascal Rigaux2007-08-021-1/+1
|
* merge "ide" and "all_ide" categories since we now use fully modularezed ide ↵Thierry Vignaud2007-06-281-1/+1
| | | | drivers
* stop scannerdrake from fooling us about scanners and from leading us to displayThierry Vignaud2007-06-141-1/+2
| | | | | twice the same device (#31182)
* add a class for biometric sensors (fingerprint for now) (#31182)Thierry Vignaud2007-06-121-0/+8
|
* remove unused configurator_autoOlivier Blin2007-06-041-1/+0
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-27/+45
|
* AGP devices must be detected prior to video cards because some DRM driversThierry Vignaud2006-03-131-9/+11
| | | | | | doesn't like be loaded after agpgart thus order in /etc/modprobe.preload is important (modules.pm should enforce such sorting)
* autoconf bluetooth controllers (enable bluetooth service)Olivier Blin2006-03-031-1/+1
|
* fix detecting some ATA devices (#21034)Thierry Vignaud2006-02-071-1/+2
|
* perl_checker cleanupThierry Vignaud2005-10-121-1/+1
|
* display cards that offer additional parallep port in the system classThierry Vignaud2005-09-171-1/+3
| | | | | rather than in the "unknown" section
* (custom_id) try harder to have a sane name: before fallbacking to theThierry Vignaud2005-09-171-1/+2
| | | | | | class name (eg: "Printer"), try to use the vendor name (eg for printers)
* add a few more icons in order to desambiguate some categories thatThierry Vignaud2005-08-261-5/+5
| | | | | were using the same icon
* do not detect PCI/USB modems twice (as modems and as unknown devices)Thierry Vignaud2005-08-051-1/+1
|
* fix keyboardrake path (thus enabling to run a config tool for keyboards)Thierry Vignaud2005-08-041-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* use mousedrake to configure tablets & touchscreensThierry Vignaud2005-05-231-0/+1
|