summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Collapse)AuthorAgeFilesLines
* list HID USB devices with keyboardsThierry Vignaud2013-04-091-1/+1
|
* fix detecting bluetooth devicesThierry Vignaud2012-03-231-1/+1
| | | | (spot by perl_checker)
* perl_checker cleanupsThierry Vignaud2012-03-231-3/+1
|
* fix crash after mismerge (mga#3696)Thierry Vignaud2011-12-111-1/+1
|
* fix mismergeThierry Vignaud2011-12-101-1/+1
|
* do not display some bluetooth stuff as unknown (mga#1460)Thierry Vignaud2011-12-101-1/+1
|
* harddrake: prevent detecting some soft modems as scanners (mga#2753)Thierry Vignaud2011-12-101-1/+1
| | | | | | as usual sane-find-scanner is reporting wrongly too many devices, so we must filter them Here, let's filter harder soft modems
* identify HECI controllers as system devices (#58215)Thierry Vignaud2010-03-171-1/+1
|
* try harder to match webcams (#53940)Thierry Vignaud2010-02-251-1/+1
|
* fix detecting firewire controllers when using the new kernel firewire stackThierry Vignaud2010-01-181-1/+1
|
* fix detecting some camerasThierry Vignaud2009-12-231-1/+1
|
* fix detecting some miceThierry Vignaud2009-11-241-1/+1
|
* fix detecting some memory card readers as unknownThierry Vignaud2009-09-141-1/+1
|
* fix detecting scannersThierry Vignaud2009-04-281-1/+1
|
* fix listing some ATA (eg: pata_marvell) devices as unknownThierry Vignaud2009-04-141-1/+1
|
* (set_media_auto_configurator,set_media_remover) kill them (now useless)Thierry Vignaud2009-04-081-10/+0
|
* (is_auto_configurable_class) kill it (now useless)Thierry Vignaud2009-04-081-1/+0
|
* do not check anymore for disks on startupThierry Vignaud2009-04-081-1/+1
|
* when device has no description, use vendor string (and do not use defined() ↵Thierry Vignaud2009-04-071-2/+2
| | | | as we don't care about empty strings)
* list card readers as system components instead of unknows devicesThierry Vignaud2009-04-071-2/+2
|
* all "gpsca*" driven devices are webcamThierry Vignaud2009-03-051-1/+2
|
* fix displaying in proper category sound coprocessor & misc ACPI event keys ↵Thierry Vignaud2009-01-061-2/+2
| | | | NEWS harddrake
* perl_checker cleanupsThierry Vignaud2008-12-101-5/+5
|
* normalize device IDs for devices cthat came from mouse.pm in order toThierry Vignaud2008-12-091-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10)
* no need to probe input devices thrice (they are already listed inThierry Vignaud2008-12-091-6/+8
| | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices())
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2008-12-091-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm)
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2008-12-091-1/+1
| | | | | for USB devices (especially usefull in order to track eg: input devices)
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2008-12-091-1/+1
| | | | | either 'USB' or 'usb' (eg: input devices)
* (pciusb_id) split out fields list (needed for next commits)Thierry Vignaud2008-12-091-1/+2
|
* do not sduplicated hardware as unknown (#46242): track duplicated input devicesThierry Vignaud2008-12-091-2/+2
|
* do not show duplicated hardware as unknown (#46242): * list PC Speaker as ↵Thierry Vignaud2008-12-091-1/+2
| | | | sound card
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2008-12-041-2/+3
| | | | | list all ATA controllers together)
* 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
|