summaryrefslogtreecommitdiff
path: root/src/dev/ps2/PS2.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ps2/PS2.py')
-rw-r--r--src/dev/ps2/PS2.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dev/ps2/PS2.py b/src/dev/ps2/PS2.py
index fcbbc28c3..55b37f2e5 100644
--- a/src/dev/ps2/PS2.py
+++ b/src/dev/ps2/PS2.py
@@ -53,3 +53,9 @@ class PS2Keyboard(PS2Device):
class PS2Mouse(PS2Device):
type = 'PS2Mouse'
cxx_header = "dev/ps2/mouse.hh"
+
+class PS2TouchKit(PS2Device):
+ type = 'PS2TouchKit'
+ cxx_header = "dev/ps2/touchkit.hh"
+
+ vnc = Param.VncInput(Parent.any, "VNC server providing mouse input")