Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add is_bridge_interface | Olivier Blin | 2005-07-01 | 1 | -0/+5 |
| | |||||
* | rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵ | Thierry Vignaud | 2005-06-24 | 1 | -1/+1 |
| | | | | regarding its purpose | ||||
* | enable to configure cx88 driver | Thierry Vignaud | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -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" choice | Pascal Rigaux | 2005-06-06 | 1 | -0/+4 |
| | |||||
* | get rid of the few remaining $LD_LOADER | Pascal Rigaux | 2005-06-03 | 1 | -3/+5 |
| | |||||
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵ | Pascal Rigaux | 2005-06-02 | 1 | -0/+12 |
| | | | | and use them | ||||
* | (getSCSI_26) fix of by one error resulting in misdetecing USB mass | Thierry Vignaud | 2005-05-26 | 1 | -1/+1 |
| | | | | | storage devices (#13569) | ||||
* | (getUPS) do not detect ms joystick as UPS (#15930) | Thierry Vignaud | 2005-05-13 | 1 | -1/+1 |
| | |||||
* | (getUPS) fix detecting Wingman gamepad as UPS (#15750) | Thierry Vignaud | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | (probeSerialDevices) really fix serial controllers detection (#15457) | Thierry Vignaud | 2005-05-12 | 1 | -2/+1 |
| | |||||
* | (probeSerialDevices) fix serial controllers detection (#15457) | Thierry Vignaud | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | fix USB devices detection for ndiswrapper | Olivier Blin | 2005-05-02 | 1 | -0/+8 |
| | |||||
* | (getUPS) do not detect IR devices as UPSes (#15495) | Thierry Vignaud | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | space fix | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | add getSynapticsTouchpads() | Olivier Blin | 2005-04-18 | 1 | -0/+6 |
| | |||||
* | use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*) | Olivier Blin | 2005-04-12 | 1 | -6/+12 |
| | |||||
* | getNet(): only up wireless devices | Olivier Blin | 2005-04-04 | 1 | -2/+2 |
| | |||||
* | enable ethernet interfaces during detection (fix Ralink wireless detection) | Olivier Blin | 2005-03-31 | 1 | -1/+5 |
| | |||||
* | do not detect joystics as UPSes | Thierry Vignaud | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | detect more Bewan devices | Olivier Blin | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | (floppies) do not use dmidecode for detecting floppies since it's not | Thierry Vignaud | 2005-03-29 | 1 | -10/+6 |
| | | | | | reliable (#15029) | ||||
* | handle wireless hardware type | Olivier Blin | 2005-03-21 | 1 | -1/+5 |
| | |||||
* | is_lan_interface: do not list wifi%d interfaces as LAN devices (#14523) | Olivier Blin | 2005-03-21 | 1 | -1/+2 |
| | |||||
* | (getUPS) enforce "hidups" as driver for BackPro UPSes | Thierry Vignaud | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | handle new kernel flavour for i686 but non pae | Pascal Rigaux | 2005-03-21 | 1 | -2/+5 |
| | |||||
* | (getUPS) move comment about serial UPS where appropriate | Thierry Vignaud | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | - add dmi_probe() | Pascal Rigaux | 2005-03-15 | 1 | -1/+9 |
| | | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module: | ||||
* | add is_lan_interface | Olivier Blin | 2005-03-04 | 1 | -2/+6 |
| | |||||
* | add ralink RT2x00 interfaces type in comment | Olivier Blin | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | XBox support - XFdrake | Stew Benedict | 2005-02-23 | 1 | -4/+0 |
| | |||||
* | write code correctly | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | "pae" flag in the cpu is needed for new kernel | Pascal Rigaux | 2005-02-23 | 1 | -1/+2 |
| | |||||
* | SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14 }) | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | Detect XBox, don't probe for floppy on XBox. | Stew Benedict | 2005-02-18 | 1 | -1/+5 |
| | |||||
* | - create dmidecode_category() | Pascal Rigaux | 2005-02-17 | 1 | -22/+26 |
| | | | | | | - don't use field {string} when not needed - better use regexps on dmidecode returned strings (even the kernel use strstr) | ||||
* | (isTVcard) perl_checko cleanup | Thierry Vignaud | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | (probeSerialDevices) simplify | Thierry Vignaud | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | (isTVcard) better style | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (probeSerialDevices) really "install" serial modules | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (isTVcard) only look for drivers configurable by drakxtv | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (getTVcards) rely on "multimedia/tv" category | Thierry Vignaud | 2005-02-10 | 1 | -3/+2 |
| | |||||
* | add various/serial category and thus add support for mice and modems | Thierry Vignaud | 2005-02-10 | 1 | -0/+4 |
| | | | | | connected to multiport serial cards | ||||
* | add network/modem category, thus adding support for ACP (Mwave) modems | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | since dmidecode can fail to properly detect a floppy drive, don't use it ↵ | Pascal Rigaux | 2005-01-14 | 1 | -1/+1 |
| | | | | during install (where we don't care if it's a bit slow) | ||||
* | (dmidecode) do not rerun dmidecode on machines that do not support it | Thierry Vignaud | 2005-01-11 | 1 | -2/+3 |
| | |||||
* | fix floppies detection (through dmidecode) | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵ | Pascal Rigaux | 2004-12-16 | 1 | -0/+4 |
| | | | | | | | but only if we are root (this helps testings install without dying) | ||||
* | fix | Pascal Rigaux | 2004-12-13 | 1 | -1/+1 |
| |