summaryrefslogtreecommitdiff
path: root/decoders/ps2
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ps2')
-rw-r--r--decoders/ps2/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ps2/pd.py b/decoders/ps2/pd.py
index 0fbfbf4..c23e019 100644
--- a/decoders/ps2/pd.py
+++ b/decoders/ps2/pd.py
@@ -33,7 +33,7 @@ class Decoder(srd.Decoder):
desc = 'PS/2 keyboard/mouse interface.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['ps2']
+ outputs = []
tags = ['PC']
channels = (
{'id': 'clk', 'name': 'Clock', 'desc': 'Clock line'},