summaryrefslogtreecommitdiffstats
path: root/lib/mouse.pm
Commit message (Collapse)AuthorAgeFilesLines
* move serial_ports to detect_devices.pmChristophe Fergeau2009-07-011-6/+1
|
* Prefix functions with _ when they are internalChristophe Fergeau2009-07-011-27/+27
|
* (set_xfree_conf) fix vmmouse configuration for vmware (#49654)Thierry Vignaud2009-04-221-1/+1
|
* (various_xfree_conf) install 'x11-driver-input-vmmouse' if neededThierry Vignaud2009-03-201-0/+1
|
* (detect) configure input driver as 'vmmouse' if running in vmware (#29106)Thierry Vignaud2009-03-201-0/+3
| | | | | (needs drakxtools >= 12.17)
* small fix noticed by pixel's eagle eyePascal Terjan2009-02-111-2/+2
|
* mousedrake: test if the file is there before trying to install the packagesPascal Terjan2009-02-111-9/+10
|
* - mousedrake:Pascal Rigaux2009-01-081-1/+1
| | | | | o synaptics driver in now in package x11-driver-input-synaptics (#45531)
* - mousedrake:Pascal Rigaux2008-10-241-13/+1
| | | | | | | o do not use /dev/mouse symlink (in xorg.conf) o do not propose to test the chosen mice (it doesn't handle evdev/synaptics and so is quite obsolete nowadays)
* - mousedrake:Pascal Rigaux2008-04-281-1/+2
| | | | | | | | o evdev and imwheel handle orthogonal things, so do use imwheel even if we need evdev (#40088) nb: the tests on logitech mice were ok because of the ubstable entry
* - mousedrake:Pascal Rigaux2008-01-221-1/+1
| | | | | | o use udev in $PATH instead of /lib/udev/usb_id (need latest udev pkg)
* drop unused Primary option in set_synapticsOlivier Blin2007-12-141-4/+1
|
* - use /dev/input/by-id/xxx device instead of vendor+product for evdev micePascal Rigaux2007-11-191-14/+17
| | | | | (vendor+product support is dropped in x11-driver-input-evdev-1.2.0)
* - fix device /dev/input/by-id/usb-$ID_SERIAL-event-mouse for wacomsPascal Rigaux2007-11-121-0/+1
| | | | | when the ID_SERIAL contains special chars
* add support for x11-driver-input-vboxmouse when inside a VirtualBox guestOlivier Blin2007-09-281-2/+6
|
* make mice list dynamic, since it probes pci busOlivier Blin2007-09-281-2/+4
|
* - when using evdev for mice, ensure it doesn't match a keyboardPascal Rigaux2007-09-201-1/+2
| | | | | (eg: in case of a mouse+keyboard combo) (#32905)
* - for evdev configured mice, specify bustypePascal Rigaux2007-09-191-1/+1
| | | | | | | (useful for "Macintosh mouse button emulation" which has same vendor/product as "AT Translated Set 2 keyboard") (need drakxtools-backend 10.4.203)
* - minimal support for allowing to choose evdev on all micePascal Rigaux2007-09-071-8/+20
|
* - fix detection of touchpad on some kernels (#31584)Pascal Rigaux2007-08-021-1/+1
| | | | | | | | | | | | | (need drakxtools-backend >= 10.4.145) issue was: H: Handlers=event2 ts0 mouse0 in /proc/bus/input/devices instead of the more usual H: Handlers=mouse0 event2 ts0
* - wacom configuration: Pascal Rigaux2007-07-091-9/+14
| | | | | | o enhance configuration by using /dev/input/by-id/xxx (need drakxtools-backend >= 10.4.144)
* re-sync after the big svn lossPascal Rigaux2007-04-251-167/+204
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+641