summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix typoPascal Rigaux2006-02-211-1/+1
|
* handle new dmidecode outputPascal Rigaux2006-01-201-5/+15
|
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵Pascal Rigaux2006-01-101-1/+2
| | | | or using DMI info (often broken)
* drop sr_mod workarounds, it's now handled by udev coldplugOlivier Blin2005-09-191-2/+0
|
* ensure titi has the good tab-widthPascal Rigaux2005-09-191-0/+5
|
* add sr_mod in modprobe.preload if needed (#18641)Olivier Blin2005-09-171-0/+2
|
* (complete_usb_storage_info) using a local value is just sanerThierry Vignaud2005-09-161-2/+1
|
* (complete_usb_storage_info) delete {found} field once usedThierry Vignaud2005-09-161-0/+1
|
* (complete_usb_storage_info) fix getting data when multiple USB disksThierry Vignaud2005-09-161-1/+2
| | | | | | | | | | | of the same vendor are plugged right thing would be to compare {host} but usb_probde() cannot return SCSI host, thus descriptions might be switched if the manufacturer altered them on latest discs rationale:
* fallback to wpa_cli or iwlist/iwconfig when needed (#18516)Olivier Blin2005-09-151-2/+2
|
* - split is_useful_interface out of is_lan_interfaceOlivier Blin2005-09-071-7/+19
| | | | | | - split get_all_net_devices out of getNet - add get_net_interfaces to include isdn/dsl interfaces
* (get_scsi_driver) kill dead variableThierry Vignaud2005-08-251-1/+0
|
* since ldetect runs gzip, time spent in some of these detect functionsThierry Vignaud2005-08-251-3/+20
| | | | | was a significant part of mcc's startup time
* (get_scsi_driver) find driver of host controller from sysfs in allThierry Vignaud2005-08-251-3/+6
| | | | | cases (not just usb-storage case)
* (floppies) in standalone mode, usb-storage is loaded by hotplug. manuallyThierry Vignaud2005-08-101-1/+1
| | | | | loading it just slows down harddrake service startup
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-0/+5
|
* (getUPS) blacklist all keyboardsThierry Vignaud2005-08-041-1/+1
|
* (getUPS) blacklist all WingMan devices (#16995)Thierry Vignaud2005-07-271-1/+1
|
* (getUPS) do not detect Logitech devices as UPSes (#16994)Thierry Vignaud2005-07-271-1/+1
|
* fix alps touchpads detectionOlivier Blin2005-07-251-3/+1
|
* add has_wirelessOlivier Blin2005-07-131-1/+2
|
* add is_bridge_interfaceOlivier Blin2005-07-011-0/+5
|
* rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵Thierry Vignaud2005-06-241-1/+1
| | | | regarding its purpose
* enable to configure cx88 driverThierry Vignaud2005-06-241-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+1
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* make a special "low resources" choicePascal Rigaux2005-06-061-0/+4
|
* get rid of the few remaining $LD_LOADERPascal Rigaux2005-06-031-3/+5
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-0/+12
| | | | and use them
* (getSCSI_26) fix of by one error resulting in misdetecing USB massThierry Vignaud2005-05-261-1/+1
| | | | | storage devices (#13569)
* (getUPS) do not detect ms joystick as UPS (#15930)Thierry Vignaud2005-05-131-1/+1
|
* (getUPS) fix detecting Wingman gamepad as UPS (#15750)Thierry Vignaud2005-05-121-1/+1
|
* (probeSerialDevices) really fix serial controllers detection (#15457)Thierry Vignaud2005-05-121-2/+1
|
* (probeSerialDevices) fix serial controllers detection (#15457)Thierry Vignaud2005-05-121-1/+1
|
* fix USB devices detection for ndiswrapperOlivier Blin2005-05-021-0/+8
|
* (getUPS) do not detect IR devices as UPSes (#15495)Thierry Vignaud2005-04-261-1/+1
|
* perl_checker fixOlivier Blin2005-04-181-1/+1
|
* space fixOlivier Blin2005-04-181-1/+1
|
* add getSynapticsTouchpads()Olivier Blin2005-04-181-0/+6
|
* use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*)Olivier Blin2005-04-121-6/+12
|
* getNet(): only up wireless devicesOlivier Blin2005-04-041-2/+2
|
* enable ethernet interfaces during detection (fix Ralink wireless detection)Olivier Blin2005-03-311-1/+5
|
* do not detect joystics as UPSesThierry Vignaud2005-03-311-1/+1
|
* detect more Bewan devicesOlivier Blin2005-03-291-1/+1
|
* (floppies) do not use dmidecode for detecting floppies since it's notThierry Vignaud2005-03-291-10/+6
| | | | | reliable (#15029)
* handle wireless hardware typeOlivier Blin2005-03-211-1/+5
|
* is_lan_interface: do not list wifi%d interfaces as LAN devices (#14523)Olivier Blin2005-03-211-1/+2
|
* (getUPS) enforce "hidups" as driver for BackPro UPSesThierry Vignaud2005-03-211-2/+2
|
* handle new kernel flavour for i686 but non paePascal Rigaux2005-03-211-2/+5
|
* (getUPS) move comment about serial UPS where appropriateThierry Vignaud2005-03-181-1/+1
|
* - add dmi_probe()Pascal Rigaux2005-03-151-1/+9
| | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module: