summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
Commit message (Collapse)AuthorAgeFilesLines
* really apply specific ALPS touchpad settings (#14510)Olivier Blin2005-04-051-0/+1
|
* configure wacom devices with synaptics touchpads tooOlivier Blin2005-04-011-2/+2
|
* XBox - get xpad to work in install (added xset)Stew Benedict2005-03-221-2/+10
|
* help perl_checkerOlivier Blin2005-03-211-1/+1
|
* use specific Synaptics settings for ALPS devices (#14512)Olivier Blin2005-03-211-1/+2
|
* mousedrake, detectloader support for XBoxStew Benedict2005-03-081-0/+4
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-3/+3
|
* (detect) fix synaptics auto-detectionOlivier Blin2004-10-011-1/+1
|
* use input/mice instead of psaux for synaptics touchpads (#11771)Olivier Blin2004-09-271-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 configurationPascal Rigaux2004-09-211-4/+6
|
* more synaptics fixesOlivier Blin2004-09-071-5/+5
|
* perl_checker fixOlivier Blin2004-09-031-1/+1
|
* (set_xfree_conf) synaptics fixesOlivier Blin2004-09-031-2/+3
|
* really make synaptics works at install (don't crash graphical install)Olivier Blin2004-08-301-1/+1
|
* i suxOlivier Blin2004-08-261-1/+1
|
* define and use $o->{mouse}{alternate_install} if detected mouse can't be ↵Olivier Blin2004-08-261-1/+1
| | | | used during install
* (set_xfree_conf) don't create crappy auxmouse if there is noneOlivier Blin2004-08-261-1/+1
|
* (detect) do not return unusable synaptics driver at beginning of installOlivier Blin2004-08-261-0/+1
|
* synaptics touchpad supportOlivier Blin2004-08-241-7/+30
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-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 -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* fix commentPascal Rigaux2004-07-071-1/+1
|
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-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 Rigaux2004-06-241-1/+1
|
* hid is missing (and not needed) on kernel 2.6.7.0.rc2Pascal Rigaux2004-06-071-1/+1
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-1/+0
|
* detection defaults on automatic choicesPascal Rigaux2004-02-171-2/+3
|
* fix mouse detect() on kernel 2.4Pascal Rigaux2004-02-171-1/+3
|
* more cleanupPascal Rigaux2004-02-121-8/+9
|
* new 'Universal|Any PS/2 & USB mice' mouse name usable with kernel 2.6Pascal Rigaux2004-02-121-14/+23
|
* rename mouseconfig() with detect_serial() which is what it really does!Pascal Rigaux2004-02-121-2/+2
|
* create probe_wacom_devices() and cleanupPascal Rigaux2004-02-121-13/+14
|
* cleanupPascal Rigaux2004-02-121-1/+1
|
* cleanupPascal Rigaux2004-02-121-8/+10
|
* remove deprecated commentPascal Rigaux2004-02-121-2/+1
|
* always use fast_mouse_probe (probing serial is now mostly deprecated, and itPascal Rigaux2004-02-121-10/+2
| | | | | is *re-done* by drakconnect, so no need to do it soon)
* cleanup wacom detectionPascal Rigaux2004-02-121-6/+3
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-1/+4
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* - add change_mouse_live()Pascal Rigaux2004-02-061-1/+18
| | | | | - use /dev/mouse in XF86Config to allow changing protocol in standalone
* use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6Pascal Rigaux2004-02-041-1/+1
| | | | | | (not statisfying since people booting with kernel 2.4 will not get a working mouse, but at least we can test if this really works nicely for 2.6)
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-1/+1
|
* add new mouse "PS/2|Automatic" and use it by default,Pascal Rigaux2003-11-251-3/+4
| | | | | | so that "PS/2|Generic PS2 Wheel Mouse" use protocol IMPS/2 which is needed when we force mouse change live ("auto" doesn't work in that case)
* - use "auto" for ps/2Pascal Rigaux2003-11-201-2/+2
| | | | | - allow using same config for ps/2 and imps/2
* perl checker should have told us?Guillaume Cottenceau2003-11-191-1/+1
|
* use fast_mouse_probe first in mandrake movePascal Rigaux2003-10-231-2/+2
|
* cleanupPascal Rigaux2003-09-291-1/+0
|
* fixed the fix of fpons trick...Francois Pons2003-09-101-1/+1
|
* fixed the fpons trick (which was false moreover)Francois Pons2003-09-101-1/+1
|