From: Uwe Hermann Date: Sun, 23 Feb 2014 17:30:01 +0000 (+0100) Subject: rgb_led_spi: Shorten name/description (drop "mode"). X-Git-Tag: libsigrokdecode-0.3.0~83 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=e85b0440b9b50b8eac7f1b04d0108cbb77bcdb02;hp=e85b0440b9b50b8eac7f1b04d0108cbb77bcdb02 rgb_led_spi: Shorten name/description (drop "mode"). In the 'sdcard_spi' PD/case the SD spec specifically differentiates between a so-called "SPI mode" and "SD mode" (both being well-defined terms from the spec), thus the "SPI mode" in the name and description of that PD. For 'rgb_led_spi' however there's no such distinction for "modes" really, so shorten the name/description to just 'RGB LED (SPI)'. ---