|
Bugzilla – Full Text Bug Listing |
| Summary: | Sax2 Configuration for Wacom Penabled TabletPC and improved Sax2 template | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Cameron Kellough <cameron.kellough> |
| Component: | YaST2 | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Third Party Developer/Partner | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Cameron Kellough
2006-01-26 20:55:23 UTC
*** Bug 145989 has been marked as a duplicate of this bug. *** Touchtype for PenabledTabletPC should by stylus not cursor. This was a mistake in my original submission from the configuration I tested. Thanks for the data. I added the following patch
Index: api/data/cdb/Touchscreens
===================================================================
--- api/data/cdb/Touchscreens (revision 993)
+++ api/data/cdb/Touchscreens (working copy)
@@ -29,7 +29,7 @@
# Mode = string
# Load = string
# Option = string,string
-# RawOption = string,string,...
+# RawOption = quotedoptionstring quotedvaluestring,...
# }
#----------------------#
@@ -83,3 +83,15 @@
ButtonNumber = 1
SendCoreEvents = on
}
+
+#--------------------------#
+# Wacom Penabled TabletPC #
+#--------------------------#
+Wacom:PenabledTabletPC {
+ Driver = wacom
+ Device = /dev/ttyS0
+ SendCoreEvents = on
+ TouchType = stylus
+ Mode = Absolute
+ RawOption = "ForceDevice" "ISDV4"
+}
|