From 847e488b37fe5c85c4d1aa4930ced34c24ca5b03 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 1 Feb 2014 23:14:46 +0100 Subject: Add a few missing probe-names. --- decoders/mx25lxx05d/pd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/mx25lxx05d') diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index faecf59..fdb8248 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -90,8 +90,8 @@ class Decoder(srd.Decoder): outputs = ['mx25lxx05d'] probes = [] optional_probes = [ - {'id': 'hold', 'name': 'HOLD#', 'desc': 'TODO.'}, - {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'TODO.'}, + {'id': 'hold', 'name': 'HOLD#', 'desc': 'Pause device w/o deselecting it'}, + {'id': 'wp_acc', 'name': 'WP#/ACC', 'desc': 'Write protect'}, ] options = {} annotations = [ -- cgit v1.2.3-70-g09d2