Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't class Logitech wired kbd+mouse as unknown | Thierry Vignaud | 2016-05-03 | 1 | -1/+1 |
| | | | | just filter them out as those are duplicates of USB devices (mga#3510) | ||||
* | match more USB keyboards | Thierry Vignaud | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | fix detecting some devices as network | Thierry Vignaud | 2015-10-14 | 1 | -2/+3 |
| | | | | commit 5debe867e12c9b062ee15fe59f09e8a7b34627b2 landed in wrong place... | ||||
* | fix detecting some memory chips (mga#5810) | Thierry Vignaud | 2015-05-07 | 1 | -1/+1 |
| | | | | side effect: one more string to translate | ||||
* | fix detecting AHCI as SATA (mga#9992) | Thierry Vignaud | 2015-05-07 | 1 | -1/+2 |
| | | | | | AHCI driver is a kernel built-in these days, not a module anymore, since kernel-desktop-3.8.0-0.rc6.1.mga3 (Feb 06 2013) | ||||
* | fix detecting some wireless devices as scanners (mga#9895) | Thierry Vignaud | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | list HID USB devices with keyboards | Thierry Vignaud | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | fix detecting bluetooth devices | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | (spot by perl_checker) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -3/+1 |
| | |||||
* | fix crash after mismerge (mga#3696) | Thierry Vignaud | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | fix mismerge | Thierry Vignaud | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | do not display some bluetooth stuff as unknown (mga#1460) | Thierry Vignaud | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | harddrake: prevent detecting some soft modems as scanners (mga#2753) | Thierry Vignaud | 2011-12-10 | 1 | -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 Vignaud | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | try harder to match webcams (#53940) | Thierry Vignaud | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | fix detecting firewire controllers when using the new kernel firewire stack | Thierry Vignaud | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | fix detecting some cameras | Thierry Vignaud | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | fix detecting some mice | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | fix detecting some memory card readers as unknown | Thierry Vignaud | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | fix detecting scanners | Thierry Vignaud | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | fix listing some ATA (eg: pata_marvell) devices as unknown | Thierry Vignaud | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | (set_media_auto_configurator,set_media_remover) kill them (now useless) | Thierry Vignaud | 2009-04-08 | 1 | -10/+0 |
| | |||||
* | (is_auto_configurable_class) kill it (now useless) | Thierry Vignaud | 2009-04-08 | 1 | -1/+0 |
| | |||||
* | do not check anymore for disks on startup | Thierry Vignaud | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | when device has no description, use vendor string (and do not use defined() ↵ | Thierry Vignaud | 2009-04-07 | 1 | -2/+2 |
| | | | | as we don't care about empty strings) | ||||
* | list card readers as system components instead of unknows devices | Thierry Vignaud | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Thierry Vignaud | 2009-01-06 | 1 | -2/+2 |
| | | | | NEWS harddrake | ||||
* | 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 |
| | | | | | | 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 in | Thierry Vignaud | 2008-12-09 | 1 | -6/+8 |
| | | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices()) | ||||
* | (pciusb_id) try harder to find duplicates: ignore description for USB | Thierry Vignaud | 2008-12-09 | 1 | -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 & function | Thierry Vignaud | 2008-12-09 | 1 | -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 be | Thierry Vignaud | 2008-12-09 | 1 | -1/+1 |
| | | | | | either 'USB' or 'usb' (eg: input devices) | ||||
* | (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 ↵ | Thierry Vignaud | 2008-12-09 | 1 | -1/+2 |
| | | | | sound card | ||||
* | do not list PATA controllers as SATA (alternative would be to just | Thierry Vignaud | 2008-12-04 | 1 | -2/+3 |
| | | | | | list all ATA controllers together) | ||||
* | 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 ↵ | Olivier Blin | 2008-05-30 | 1 | -2/+2 |
| | | | | configurator will make harddrake skip all disks) | ||||
* | do not offer to run XawTV wrapper but directly run drakxtv (since | Thierry Vignaud | 2008-03-31 | 1 | -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 reverting | Thierry Vignaud | 2008-03-31 | 1 | -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 biometric | Thierry Vignaud | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been ↵ | Olivier Blin | 2008-01-02 | 1 | -2/+2 |
| | | | | written for ages | ||||
* | 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 ↵ | Olivier Blin | 2008-01-02 | 1 | -2/+3 |
| | | | | (#34568) | ||||
* | rename is_auto_configurable_media as is_auto_configurable_class since it ↵ | Olivier Blin | 2008-01-02 | 1 | -3/+3 |
| | | | | just compares class names | ||||
* | do no return 0 in harddrake::data::set_removable_configurator so that "Run ↵ | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | | | | config tool" gets available again in harddrake (#34794) | ||||
* | detect storage and various controllers before anything else (so that storage ↵ | Olivier Blin | 2007-10-31 | 1 | -103/+104 |
| | | | | devices get detected at first boot on live) | ||||
* | group USB_STORAGE with other storage devices | Olivier Blin | 2007-10-31 | 1 | -9/+9 |
| |