summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-03-25 09:39:44 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-03-28 01:19:26 +0200
commit122e9a90a54e034b93f554938896983d293edec1 (patch)
treee4f0dbd668432246c017f68b0a74e0c04c9a8dc4
parent0736708e58a10e1903c47d72fee5343cccb1ce95 (diff)
downloadlibsigrokdecode-122e9a90a54e034b93f554938896983d293edec1.tar.gz
libsigrokdecode-122e9a90a54e034b93f554938896983d293edec1.zip
srd: PDs: Kill obsolete 'longdesc' entries.
-rw-r--r--decoders/dcf77/dcf77.py1
-rw-r--r--decoders/i2cdemux/i2cdemux.py1
-rw-r--r--decoders/mlx90614/mlx90614.py1
-rw-r--r--decoders/mx25lxx05d/mx25lxx05d.py1
-rw-r--r--decoders/nunchuk/nunchuk.py1
-rw-r--r--decoders/pan1321/pan1321.py1
-rw-r--r--decoders/rtc8564/rtc8564.py1
-rw-r--r--decoders/spi/spi.py1
-rw-r--r--decoders/transitioncounter/transitioncounter.py1
-rw-r--r--decoders/uart/uart.py1
-rw-r--r--decoders/usb/usb.py1
-rw-r--r--sigrokdecode.h.in2
12 files changed, 1 insertions, 12 deletions
diff --git a/decoders/dcf77/dcf77.py b/decoders/dcf77/dcf77.py
index eabceee..d8b9d3b 100644
--- a/decoders/dcf77/dcf77.py
+++ b/decoders/dcf77/dcf77.py
@@ -36,7 +36,6 @@ class Decoder(srd.Decoder):
name = 'DCF77'
longname = 'DCF77 time protocol'
desc = 'TODO.'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['dcf77']
diff --git a/decoders/i2cdemux/i2cdemux.py b/decoders/i2cdemux/i2cdemux.py
index 6f29649..360c408 100644
--- a/decoders/i2cdemux/i2cdemux.py
+++ b/decoders/i2cdemux/i2cdemux.py
@@ -28,7 +28,6 @@ class Decoder(srd.Decoder):
name = 'I2C demux'
longname = 'I2C demultiplexer'
desc = 'TODO.'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['i2c']
outputs = [] # TODO: Only known at run-time.
diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/mlx90614.py
index 329aae2..35ca032 100644
--- a/decoders/mlx90614/mlx90614.py
+++ b/decoders/mlx90614/mlx90614.py
@@ -28,7 +28,6 @@ class Decoder(srd.Decoder):
name = 'MLX90614'
longname = 'Melexis MLX90614'
desc = 'TODO.'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['mlx90614']
diff --git a/decoders/mx25lxx05d/mx25lxx05d.py b/decoders/mx25lxx05d/mx25lxx05d.py
index fa05205..80b1a65 100644
--- a/decoders/mx25lxx05d/mx25lxx05d.py
+++ b/decoders/mx25lxx05d/mx25lxx05d.py
@@ -99,7 +99,6 @@ class Decoder(srd.Decoder):
name = 'MX25Lxx05D'
longname = 'Macronix MX25Lxx05D'
desc = 'Macronix MX25Lxx05D SPI flash chip decoder'
- longdesc = 'TODO'
license = 'gplv2+'
inputs = ['spi', 'logic']
outputs = ['mx25lxx05d']
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py
index b91e3ea..c756f4d 100644
--- a/decoders/nunchuk/nunchuk.py
+++ b/decoders/nunchuk/nunchuk.py
@@ -28,7 +28,6 @@ class Decoder(srd.Decoder):
name = 'Nunchuk'
longname = 'Nintendo Wii Nunchuk'
desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.'
- longdesc = '...'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['nunchuck']
diff --git a/decoders/pan1321/pan1321.py b/decoders/pan1321/pan1321.py
index 2c7e6c6..eed24cd 100644
--- a/decoders/pan1321/pan1321.py
+++ b/decoders/pan1321/pan1321.py
@@ -35,7 +35,6 @@ class Decoder(srd.Decoder):
name = 'PAN1321'
longname = 'Panasonic PAN1321'
desc = 'TODO.'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['uart']
outputs = ['pan1321']
diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py
index 2e2f10f..6677f7b 100644
--- a/decoders/rtc8564/rtc8564.py
+++ b/decoders/rtc8564/rtc8564.py
@@ -32,7 +32,6 @@ class Decoder(srd.Decoder):
name = 'RTC-8564'
longname = 'Epson RTC-8564 JE/NB'
desc = 'TODO.'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['rtc8564']
diff --git a/decoders/spi/spi.py b/decoders/spi/spi.py
index dfe83b9..a2ae86f 100644
--- a/decoders/spi/spi.py
+++ b/decoders/spi/spi.py
@@ -42,7 +42,6 @@ class Decoder(srd.Decoder):
name = 'SPI'
longname = 'Serial Peripheral Interface'
desc = '...desc...'
- longdesc = '...longdesc...'
license = 'gplv2+'
inputs = ['logic']
outputs = ['spi']
diff --git a/decoders/transitioncounter/transitioncounter.py b/decoders/transitioncounter/transitioncounter.py
index 44dda48..9506cee 100644
--- a/decoders/transitioncounter/transitioncounter.py
+++ b/decoders/transitioncounter/transitioncounter.py
@@ -28,7 +28,6 @@ class Decoder(srd.Decoder):
name = 'Transition counter'
longname = 'Pin transition counter'
desc = 'Counts rising/falling edges in the signal.'
- longdesc = '...'
license = 'gplv2+'
inputs = ['logic']
outputs = ['transitioncounts']
diff --git a/decoders/uart/uart.py b/decoders/uart/uart.py
index 057a890..6c9fdee 100644
--- a/decoders/uart/uart.py
+++ b/decoders/uart/uart.py
@@ -62,7 +62,6 @@ class Decoder(srd.Decoder):
name = 'UART'
longname = 'Universal Asynchronous Receiver/Transmitter'
desc = 'Universal Asynchronous Receiver/Transmitter (UART)'
- longdesc = 'TODO.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['uart']
diff --git a/decoders/usb/usb.py b/decoders/usb/usb.py
index 576855f..f024f49 100644
--- a/decoders/usb/usb.py
+++ b/decoders/usb/usb.py
@@ -87,7 +87,6 @@ class Decoder(srd.Decoder):
name = 'USB'
longname = 'Universal Serial Bus'
desc = 'Universal Serial Bus'
- longdesc = '...longdesc...'
license = 'gplv2+'
inputs = ['logic']
outputs = ['usb']
diff --git a/sigrokdecode.h.in b/sigrokdecode.h.in
index 58fb056..f73c58c 100644
--- a/sigrokdecode.h.in
+++ b/sigrokdecode.h.in
@@ -136,7 +136,7 @@ struct srd_decoder {
/** The (short) decoder name. Must be non-NULL. */
char *name;
- /** The (long) decoder name. May be NULL. */
+ /** The (long) decoder name. Must be non-NULL. */
char *longname;
/** A (short, one-line) description of the decoder. Must be non-NULL. */