summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
Commit message (Collapse)AuthorAgeFilesLines
* (xmouse2xId): add ExplorerPS/2 mouse type idPascal Rigaux2002-08-221-1/+3
| | | | | (xmouse2xId): don't use ExplorerPS/2 during install (since install is xfree3)
* - add ExplorerPS/2 mouse handlingPascal Rigaux2002-08-221-9/+41
| | | | | - various changes & bug fixes
* fix the use of create_okcancelPascal Rigaux2002-08-201-1/+1
|
* use $::prefixPascal Rigaux2002-08-121-2/+1
|
* do the job of devfsd in case devfsd doesn't do itPascal Rigaux2002-08-051-2/+2
|
* (read): don't look at /dev/mouse symlink to get {device}, sysconfig/mousePascal Rigaux2002-07-311-1/+0
| | | | | gives it, so why bother (this fixes /dev//dev/misc/psaux bug)
* make new perl_checker happyPascal Rigaux2002-07-311-2/+2
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-7/+7
|
* - don't display "To activate the mouse, MOVE YOUR WHEEL!" when not installPascal Rigaux2002-07-291-10/+12
| | | | | - don't display "Please test the mouse" either
* allow to not mess with X config auxmousePascal Rigaux2002-07-291-3/+8
| | | | | (that way mousedrake doesn't need to care about it)
* disallow big_help (when pressing F1) when testing mousePascal Rigaux2002-07-291-1/+1
|
* (detect): return wacom inside $mousePascal Rigaux2002-07-281-17/+22
| | | | | | (mouseconfig): reduce the number of "Use of undefined value" (set_xfree_conf): created
* new XFree handling libraryPascal Rigaux2002-07-241-78/+14
| | | | | | | - only keyboard and mice functions are done, but adding the others is quite easy - so for now only used in mousedrake - but keyboarddrake and (of course) XFdrake will come
* when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵Pascal Rigaux2002-07-221-1/+1
| | | | probing is never done
* devfssymlinkf doesn't have any return value, so don't check itPascal Rigaux2002-07-201-2/+2
|
* (devfssymlinkf): use devfs_device instead of device when availablePascal Rigaux2002-07-191-2/+2
|
* fix the detection of the fscking mac ps/2 mouse ("Mouse:USB|1 button: Apple ↵Thierry Vignaud2002-07-111-1/+1
| | | | Computer|iMac Mouse [Human Interface Devices|Boot Interface Subclass|Mouse]")
* use get_probeall instead of get_alias for usb-interfacePascal Rigaux2002-07-111-3/+3
|
* adapt to new modules.pmPascal Rigaux2002-07-041-5/+5
|
* corrected create_xpm APIdamien2002-03-181-7/+7
|
* (fullname2mouse): workaround when "1 Button" is not foundPascal Rigaux2002-03-111-0/+5
|
* special case for non detected usb interface on a box with no mouse.Pascal Rigaux2002-03-011-0/+11
| | | | | | | we *must* find out if there really is no usb, otherwise the box may not be accessible via the keyboard (if the keyboard is USB) the only way to know this is to make a full pci probe
* USB|Generic is 3 button mice, add a USB 2 Button entryPascal Rigaux2002-02-201-1/+2
|
* text positionningdamien2001-09-201-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-1/+0
|
* bugfix + cosmetic changesdamien2001-09-161-6/+9
|
* readded darea realizationdamien2001-09-151-1/+1
|
* trying to remove drawdamien2001-09-141-1/+1
|
* removed debug codedamien2001-09-121-1/+1
|
* test updateddamien2001-09-111-17/+14
|
* mouse test workeddamien2001-09-111-14/+32
|
* test_mouse moveddamien2001-09-101-0/+114
|
* added hid type usb mouse support.Francois Pons2001-09-101-2/+2
|
* added missing AlwaysCore line for second mouse in XF3.Francois Pons2001-08-311-3/+4
|
* make sure to update all symlink according to any mouse (max 2) probed.Francois Pons2001-08-301-0/+1
|
* fix previous fixes on mouse::write_confFrancois Pons2001-08-301-16/+18
|
* improved write_conf to enable multi-mice if only once mice is already defined.Francois Pons2001-08-291-22/+73
|
* updated for devfssumlinkfdamien2001-08-281-1/+1
|
* typodamien2001-08-281-1/+1
|
* make it compiledamien2001-08-271-1/+2
|
* add_devfslinkdamien2001-08-271-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-2/+2
|
* - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases)Pascal Rigaux2001-06-111-1/+1
| | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him?
* updates to X, mouse setup for PPCStew Benedict2001-04-141-2/+5
|
* fix wacom usb tabletFrancois Pons2001-04-111-2/+3
|
* PPC keyboard/mouse button emulationStew Benedict2001-04-031-0/+30
|
* fixed for standalone XFdrake and mousedrake (multi-mouse andFrancois Pons2001-03-281-23/+37
| | | | | correct probe (USB)).
* added support for two mice (laptop). The second mice is generally PS/2 asFrancois Pons2001-03-271-5/+15
| | | | | probe can says it is present.
* (detect): fix francois... uh, no too hard. easier to fix francois's bugs ;ppPascal Rigaux2001-03-241-4/+11
|
* added multiple tablet support (wacom), moved usb probe for mouse and tabletFrancois Pons2001-03-231-30/+37
| | | | | at the beginning.