From 385407aa94e85491928a23787deff337ba2167a0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 29 Aug 2001 09:25:47 +0000 Subject: make sure Port entry for wacom is placed first. --- perl-install/Xconfigurator.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index e28a91e31..d227bd458 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -974,22 +974,22 @@ sub write_XF86Config { print F $dev =~ /input\/event/ ? qq( Section "XInput" SubSection "WacomStylus" - DeviceName "Stylus$_" Port "$dev" + DeviceName "Stylus$_" USB AlwaysCore Mode Absolute EndSubSection SubSection "WacomCursor" - DeviceName "Cursor$_" Port "$dev" + DeviceName "Cursor$_" USB AlwaysCore Mode Relative EndSubSection SubSection "WacomEraser" - DeviceName "Eraser$_" Port "$dev" + DeviceName "Eraser$_" USB AlwaysCore Mode Absolute @@ -999,20 +999,20 @@ EndSection ) : qq( Section "XInput" SubSection "WacomStylus" - DeviceName "Stylus$_" Port "$dev" + DeviceName "Stylus$_" AlwaysCore Mode Absolute EndSubSection SubSection "WacomCursor" - DeviceName "Sursor$_" Port "$dev" + DeviceName "Sursor$_" AlwaysCore Mode Relative EndSubSection SubSection "WacomEraser" - DeviceName "Eraser$_" Port "$dev" + DeviceName "Eraser$_" AlwaysCore Mode Absolute EndSubSection -- cgit v1.2.1