From: Stefan BrĂ¼ns Date: Sun, 24 Apr 2016 00:57:17 +0000 (+0200) Subject: hameg-hmo: Add PATTern and BUS1/BUS2 trigger sources X-Git-Tag: libsigrok-0.5.0~403 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=510aa8281f19b6312163ff2f09d6515661889378 hameg-hmo: Add PATTern and BUS1/BUS2 trigger sources --- diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index 9137b3b7..47d87528 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -87,6 +87,9 @@ static const char *hmo_compact2_trigger_sources[] = { "CH2", "LINE", "EXT", + "PATT", + "BUS1", + "BUS2", "D0", "D1", "D2", @@ -105,6 +108,9 @@ static const char *hmo_compact4_trigger_sources[] = { "CH4", "LINE", "EXT", + "PATT", + "BUS1", + "BUS2", "D0", "D1", "D2",