home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / sax / api / data / cdb / Pens < prev    next >
Text File  |  2006-11-29  |  5KB  |  181 lines

  1. # /.../
  2. # Copyright (c) 2000 SuSE GmbH Nuernberg, Germany.  All rights reserved.
  3. # Author: Marcus Schaefer <sax@suse.de>, 2001
  4. #
  5. # Template for pen data
  6. # -----------------------
  7. # <VENDOR NAME>:<DEVICE NAME>  {
  8. #  Driver               = driver...
  9. #  Protocol             = protocol...
  10. #  Device               = device name...
  11. #  BaudRate             = baud rate...
  12. #  SampleRate           = sample rate...
  13. #  Emulate3Buttons      = <on> or <off>
  14. #  Emulate3Timeout      = timeout val...
  15. #  ChordMiddle          = <on> or <off>
  16. #  MinX                 = area border...
  17. #  MaxX                 = area border...
  18. #  MinY                 = area border...
  19. #  MaxY                 = area border...
  20. #  ScreenNumber         = integer...
  21. #  ReportingMode        = mode...
  22. #  ButtonThreshold      = integer...
  23. #  ButtonNumber         = integer...
  24. #  SendCoreEvents       = <on> or <off>
  25. #  ClearRTS             = <on> or <off>
  26. #  ClearDTR             = <on> or <off>
  27. #  ZAxisMapping         = [ N M ] or X or Y 
  28. #  TabletType           = string
  29. #  TabletMode           = string
  30. #  Load                 = string
  31. #  Option               = string,string
  32. # }
  33.  
  34. #-------------------------------#
  35. # Wacom ISDV4 TabletPC Eraser   #
  36. #-------------------------------#
  37. WACOM:ISDV4 TABLET PC Stylus (SERIAL) {
  38.  Device              = /dev/ttyS0
  39.  TabletMode          = Absolute
  40.  Driver              = wacom
  41.  Protocol            = Auto
  42.  TabletType          = eraser
  43.  RawOption           = "ForceDevice" "ISDV4"
  44. }
  45.  
  46. #-------------------------------#
  47. # Wacom ISDV4 TabletPC Stylus   #
  48. #-------------------------------#
  49. WACOM:ISDV4 TABLET PC Eraser (SERIAL) {
  50.  Device              = /dev/ttyS0
  51.  TabletMode          = Absolute
  52.  Driver              = wacom
  53.  Protocol            = Auto
  54.  TabletType          = stylus
  55.  RawOption           = "ForceDevice" "ISDV4"
  56. }
  57.  
  58. #-------------------------------#
  59. # Wacom Intuos Eraser           #
  60. #-------------------------------#
  61. WACOM:INTUOS v1,2 Eraser (SERIAL) {
  62.  Device              = /dev/ttyS0
  63.  TabletMode          = Absolute
  64.  Driver              = wacom
  65.  Protocol            = Auto
  66.  TabletType          = eraser
  67. }
  68.  
  69. #-------------------------------#
  70. # Wacom Intuos Stylus           #
  71. #-------------------------------#
  72. WACOM:INTUOS v1,2 Stylus (SERIAL) {
  73.  Device              = /dev/ttyS0
  74.  TabletMode          = Absolute
  75.  Driver              = wacom
  76.  Protocol            = Auto
  77.  TabletType          = stylus
  78. }
  79.  
  80. #-------------------------------#
  81. # Wacom Graphire Eraser         #
  82. #-------------------------------#
  83. WACOM:GRAPHIRE v1,2 Eraser (SERIAL) {
  84.  Device              = /dev/ttyS0
  85.  TabletMode          = Absolute
  86.  Driver              = wacom
  87.  Protocol            = Auto
  88.  TabletType          = eraser
  89. }
  90.  
  91. #-------------------------------#
  92. # Wacom Graphire Stylus         #
  93. #-------------------------------#
  94. WACOM:GRAPHIRE v1,2 Stylus (SERIAL) {
  95.  Device              = /dev/ttyS0
  96.  TabletMode          = Absolute
  97.  Driver              = wacom
  98.  Protocol            = Auto
  99.  TabletType          = stylus
  100. }
  101.  
  102. #-------------------------------#
  103. # Wacom Intuos Eraser USB       #
  104. #-------------------------------#
  105. WACOM:INTUOS v1,2,3 Eraser (USB) {
  106.  Device              = /dev/input/event0
  107.  TabletMode          = Absolute
  108.  Driver              = wacom
  109.  Protocol            = Auto
  110.  TabletType          = eraser
  111.  Option              = USB,Tilt
  112.  SendCoreEvents      = on
  113.  ButtonThreshold     = 5
  114. }
  115.  
  116. #-------------------------------#
  117. # Wacom Intuos Stylus USB       #
  118. #-------------------------------#
  119. WACOM:INTUOS v1,2,3 Stylus (USB) {
  120.  Device              = /dev/input/event0
  121.  TabletMode          = Absolute
  122.  Driver              = wacom
  123.  Protocol            = Auto
  124.  TabletType          = stylus
  125.  Option              = USB,Tilt
  126.  ButtonThreshold     = 5
  127.  SendCoreEvents      = on
  128. }
  129.  
  130. #-------------------------------#
  131. # Wacom Graphire Eraser USB     #
  132. #-------------------------------#
  133. WACOM:GRAPHIRE v1,2,3,4 Eraser (USB) {
  134.  Device              = /dev/input/event0
  135.  TabletMode          = Absolute
  136.  Driver              = wacom
  137.  Protocol            = Auto
  138.  TabletType          = eraser
  139.  Option              = USB,Tilt
  140.  SendCoreEvents      = on
  141.  ButtonThreshold     = 5
  142. }
  143.  
  144. #-------------------------------#
  145. # Wacom Graphire Stylus USB     #
  146. #-------------------------------#
  147. WACOM:GRAPHIRE v1,2,3,4 Stylus (USB) {
  148.  Device              = /dev/input/event0
  149.  TabletMode          = Absolute
  150.  Driver              = wacom
  151.  Protocol            = Auto
  152.  TabletType          = stylus
  153.  Option              = USB,Tilt
  154.  ButtonThreshold     = 5
  155.  SendCoreEvents      = on
  156. }
  157.  
  158. #-------------------------#
  159. # IBM X41 TabletPC Eraser #
  160. #-------------------------#
  161. IBM:X41 TABLET PC Eraser (SERIAL) {
  162.  Device              = /dev/ttyS2
  163.  TabletMode          = Absolute
  164.  Driver              = wacom
  165.  Protocol            = Auto
  166.  TabletType          = eraser
  167.  RawOption           = "ForceDevice" "ISDV4"
  168. }
  169.  
  170. #-------------------------#
  171. # IBM X41 TabletPC Stylus #
  172. #-------------------------#
  173. IBM:X41 TABLET PC Stylus (SERIAL) {
  174.  Device              = /dev/ttyS2
  175.  TabletMode          = Absolute
  176.  Driver              = wacom
  177.  Protocol            = Auto
  178.  TabletType          = stylus
  179.  RawOption           = "ForceDevice" "ISDV4"
  180. }
  181.