summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Expand)AuthorAgeFilesLines
* don't list HDA "input" devices as keyboardsThierry Vignaud2018-04-171-1/+1
* typo fixThierry Vignaud2017-05-031-1/+1
* don't class Logitech wired kbd+mouse as unknownThierry Vignaud2016-05-031-1/+1
* match more USB keyboardsThierry Vignaud2016-05-031-1/+1
* fix detecting some devices as networkThierry Vignaud2015-10-141-2/+3
* fix detecting some memory chips (mga#5810)Thierry Vignaud2015-05-071-1/+1
* fix detecting AHCI as SATA (mga#9992)Thierry Vignaud2015-05-071-1/+2
* fix detecting some wireless devices as scanners (mga#9895)Thierry Vignaud2014-01-131-1/+1
* list HID USB devices with keyboardsThierry Vignaud2013-04-091-1/+1
* fix detecting bluetooth devicesThierry Vignaud2012-03-231-1/+1
* 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
* 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() a...Thierry Vignaud2009-04-071-2/+2
* 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 NE...Thierry Vignaud2009-01-061-2/+2
* 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
* no need to probe input devices thrice (they are already listed inThierry Vignaud2008-12-091-6/+8
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2008-12-091-1/+2
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2008-12-091-1/+1
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2008-12-091-1/+1
* (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 sou...Thierry Vignaud2008-12-091-1/+2
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2008-12-041-2/+3
* 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 c...Olivier Blin2008-05-301-2/+2
* do not offer to run XawTV wrapper but directly run drakxtv (sinceThierry Vignaud2008-03-311-1/+1
* offer again to run drakxtv for TV cards (#39609), partially revertingThierry Vignaud2008-03-311-0/+1
* class more sensors as biometricThierry Vignaud2008-01-241-1/+1
* drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been wr...Olivier Blin2008-01-021-2/+2
* 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 (#3...Olivier Blin2008-01-021-2/+3
* rename is_auto_configurable_media as is_auto_configurable_class since it just...Olivier Blin2008-01-021-3/+3
* do no return 0 in harddrake::data::set_removable_configurator so that "Run co...Olivier Blin2008-01-021-1/+1