Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -641/+0 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | (detect) handle quite's more tablets and touchscreens at install time | Thierry Vignaud | 2005-05-19 | 1 | -0/+5 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | fix simplification .. | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | simplify again (Pixel) | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | kill unused variable, simplify | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | using same mouse for alternate_install should be useless | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | | | | | remove it for xbox controller, thus making this option obsolete | ||||
* | fix me sucks | Olivier Blin | 2005-04-19 | 1 | -2/+4 |
| | |||||
* | always set synaptics touchpad as secondary and don't list them in mousedrake | Olivier Blin | 2005-04-19 | 1 | -18/+9 |
| | |||||
* | preselect synaptics touchpad if no external mouse is present | Olivier Blin | 2005-04-18 | 1 | -3/+6 |
| | |||||
* | use detect_devices::getSynapticsTouchpads() to detect touchpads | Olivier Blin | 2005-04-18 | 1 | -4/+3 |
| | |||||
* | always configure an universal mouse so that USB mices can be hotplugged | Olivier Blin | 2005-04-18 | 1 | -2/+3 |
| | |||||
* | really apply specific ALPS touchpad settings (#14510) | Olivier Blin | 2005-04-05 | 1 | -0/+1 |
| | |||||
* | configure wacom devices with synaptics touchpads too | Olivier Blin | 2005-04-01 | 1 | -2/+2 |
| | |||||
* | XBox - get xpad to work in install (added xset) | Stew Benedict | 2005-03-22 | 1 | -2/+10 |
| | |||||
* | help perl_checker | Olivier Blin | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | use specific Synaptics settings for ALPS devices (#14512) | Olivier Blin | 2005-03-21 | 1 | -1/+2 |
| | |||||
* | mousedrake, detectloader support for XBox | Stew Benedict | 2005-03-08 | 1 | -0/+4 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -3/+3 |
| | |||||
* | (detect) fix synaptics auto-detection | Olivier Blin | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | use input/mice instead of psaux for synaptics touchpads (#11771) | Olivier Blin | 2004-09-27 | 1 | -3/+4 |
| | | | | | | | (input/mice won't work with 2.4 kernels, but it doesn't matter since the config file is rewritten at boot on major kernel change, and synaptics devices are not configured for 2.4 kernels) | ||||
* | don't allow a broken X configuration to break mouse configuration | Pascal Rigaux | 2004-09-21 | 1 | -4/+6 |
| | |||||
* | more synaptics fixes | Olivier Blin | 2004-09-07 | 1 | -5/+5 |
| | |||||
* | perl_checker fix | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
| | |||||
* | (set_xfree_conf) synaptics fixes | Olivier Blin | 2004-09-03 | 1 | -2/+3 |
| | |||||
* | really make synaptics works at install (don't crash graphical install) | Olivier Blin | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | i sux | Olivier Blin | 2004-08-26 | 1 | -1/+1 |
| | |||||
* | define and use $o->{mouse}{alternate_install} if detected mouse can't be ↵ | Olivier Blin | 2004-08-26 | 1 | -1/+1 |
| | | | | used during install | ||||
* | (set_xfree_conf) don't create crappy auxmouse if there is none | Olivier Blin | 2004-08-26 | 1 | -1/+1 |
| | |||||
* | (detect) do not return unusable synaptics driver at beginning of install | Olivier Blin | 2004-08-26 | 1 | -0/+1 |
| | |||||
* | synaptics touchpad support | Olivier Blin | 2004-08-24 | 1 | -7/+30 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -15/+18 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | fix comment | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | module hid is now named usbhid (thanks to svetljo on cooker) | Pascal Rigaux | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | hid is missing (and not needed) on kernel 2.6.7.0.rc2 | Pascal Rigaux | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | XFree 3 is gone! | Pascal Rigaux | 2004-05-03 | 1 | -1/+0 |
| | |||||
* | detection defaults on automatic choices | Pascal Rigaux | 2004-02-17 | 1 | -2/+3 |
| | |||||
* | fix mouse detect() on kernel 2.4 | Pascal Rigaux | 2004-02-17 | 1 | -1/+3 |
| | |||||
* | more cleanup | Pascal Rigaux | 2004-02-12 | 1 | -8/+9 |
| | |||||
* | new 'Universal|Any PS/2 & USB mice' mouse name usable with kernel 2.6 | Pascal Rigaux | 2004-02-12 | 1 | -14/+23 |
| | |||||
* | rename mouseconfig() with detect_serial() which is what it really does! | Pascal Rigaux | 2004-02-12 | 1 | -2/+2 |
| | |||||
* | create probe_wacom_devices() and cleanup | Pascal Rigaux | 2004-02-12 | 1 | -13/+14 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-02-12 | 1 | -8/+10 |
| | |||||
* | remove deprecated comment | Pascal Rigaux | 2004-02-12 | 1 | -2/+1 |
| |