From 38c93685494c0ace5fce6ab92fb52176ed9cf872 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Aug 2002 11:55:10 +0000 Subject: make wacom config work --- perl-install/Xconfig/parse.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/Xconfig/parse.pm') diff --git a/perl-install/Xconfig/parse.pm b/perl-install/Xconfig/parse.pm index dbd8851ea..9f4b40bd5 100644 --- a/perl-install/Xconfig/parse.pm +++ b/perl-install/Xconfig/parse.pm @@ -137,6 +137,9 @@ my %kind_names = ( Display => [ qw(Depth Modes) ], # Subsection in Device Screen => [ qw(Identifier Driver Device Monitor DefaultColorDepth) ], InputDevice => [ qw(Identifier Driver Protocol Device Type Mode XkbModel XkbLayout XkbDisable Emulate3Buttons Emulate3Timeout) ], + WacomCursor => [ qw(Port) ], #-\ + WacomStylus => [ qw(Port) ], #--> Port must be first + WacomEraser => [ qw(Port) ], #-/ ServerLayout => [ qw(Identifier) ], ); my @want_string = qw(Identifier DeviceName VendorName ModelName BoardName Driver Device Chipset Monitor Protocol XkbModel XkbLayout XkbOptions Load BusID); -- cgit v1.2.1