X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Ftest%2Fusb_packet%2Ftest.conf;h=eabc09e90ac367bddf845e44f1cdb44314744467;hp=7cad97cf90579905f7fad88688c15cdbe048b215;hb=7974d8f42cc1629aa852b9c535b718d4fc8773e0;hpb=289a627f65cab78aa1e1a6c3e92c980d87010d11 diff --git a/decoder/test/usb_packet/test.conf b/decoder/test/usb_packet/test.conf index 7cad97c..eabc09e 100644 --- a/decoder/test/usb_packet/test.conf +++ b/decoder/test/usb_packet/test.conf @@ -4,6 +4,16 @@ test logitech_rx250_leftclick stack usb_signalling usb_packet input usb/hid/mouse/logitech_rx250/logitech_rx250_leftclick.sr output usb_packet annotation match logitech_rx250_leftclick.output + output usb_packet python match logitech_rx250_leftclick.python + +# Same output as above. +test logitech_rx250_leftclick_automatic + protocol-decoder usb_signalling channel dp=0 channel dm=1 option signalling=automatic + protocol-decoder usb_packet option signalling=low-speed + stack usb_signalling usb_packet + input usb/hid/mouse/logitech_rx250/logitech_rx250_leftclick.sr + output usb_packet annotation match logitech_rx250_leftclick.output + output usb_packet python match logitech_rx250_leftclick.python test olimex_stm32-h103_usb_hid protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=full-speed @@ -11,3 +21,98 @@ test olimex_stm32-h103_usb_hid stack usb_signalling usb_packet input usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr output usb_packet annotation match olimex_stm32-h103_usb_hid.output + output usb_packet python match olimex_stm32-h103_usb_hid.python + +# Same output as above. +test olimex_stm32-h103_usb_hid_automatic + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=automatic + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/mouse/olimex_stm32-h103_usb_hid/olimex_stm32-h103_usb_hid.sr + output usb_packet annotation match olimex_stm32-h103_usb_hid.output + output usb_packet python match olimex_stm32-h103_usb_hid.python + +test mk220_snippet + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=full-speed + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/keyboard_mouse_combo/logitech_mk220/mk220_snippet.sr + output usb_packet annotation match mk220_snippet.output + output usb_packet python match mk220_snippet.python + +# NOT the same output as above! +test mk220_snippet_automatic + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=automatic + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/keyboard_mouse_combo/logitech_mk220/mk220_snippet.sr + output usb_packet annotation match mk220_snippet_automatic.output + output usb_packet python match mk220_snippet_automatic.python + +test rt-mwk01_snippet + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=low-speed + protocol-decoder usb_packet option signalling=low-speed + stack usb_signalling usb_packet + input usb/hid/keyboard_mouse_combo/riitek_rt-mwk01/rt-mwk01_snippet.sr + output usb_packet annotation match rt-mwk01_snippet.output + output usb_packet python match rt-mwk01_snippet.python + +# Same output as above. +test rt-mwk01_snippet_automatic + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=automatic + protocol-decoder usb_packet option signalling=low-speed + stack usb_signalling usb_packet + input usb/hid/keyboard_mouse_combo/riitek_rt-mwk01/rt-mwk01_snippet.sr + output usb_packet annotation match rt-mwk01_snippet.output + output usb_packet python match rt-mwk01_snippet.python + +test usb_reset_and_setup_lowspeed + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=low-speed + protocol-decoder usb_packet option signalling=low-speed + stack usb_signalling usb_packet + input usb/setup/usb_reset_and_setup_lowspeed.sr + output usb_packet annotation match usb_reset_and_setup_lowspeed.output + output usb_packet python match usb_reset_and_setup_lowspeed.python + +# Same output as above. +test usb_reset_and_setup_lowspeed_automatic + protocol-decoder usb_signalling channel dp=1 channel dm=0 option signalling=automatic + protocol-decoder usb_packet option signalling=low-speed + stack usb_signalling usb_packet + input usb/setup/usb_reset_and_setup_lowspeed.sr + output usb_packet annotation match usb_reset_and_setup_lowspeed.output + output usb_packet python match usb_reset_and_setup_lowspeed.python + +test voltcraft_vc820_usb_ok + protocol-decoder usb_signalling channel dp=7 channel dm=6 option signalling=full-speed + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/dmm/voltcraft_vc820/voltcraft_vc820_usb_ok.sr + output usb_packet annotation match voltcraft_vc820_usb_ok.output + output usb_packet python match voltcraft_vc820_usb_ok.python + +# Same output as above. +test voltcraft_vc820_usb_ok_automatic + protocol-decoder usb_signalling channel dp=7 channel dm=6 option signalling=automatic + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/dmm/voltcraft_vc820/voltcraft_vc820_usb_ok.sr + output usb_packet annotation match voltcraft_vc820_usb_ok.output + output usb_packet python match voltcraft_vc820_usb_ok.python + +test voltcraft_vc820_usb_err + protocol-decoder usb_signalling channel dp=7 channel dm=6 option signalling=full-speed + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/dmm/voltcraft_vc820/voltcraft_vc820_usb_err.sr + output usb_packet annotation match voltcraft_vc820_usb_err.output + output usb_packet python match voltcraft_vc820_usb_err.python + +# NOT the same output as above! +test voltcraft_vc820_usb_err_automatic + protocol-decoder usb_signalling channel dp=7 channel dm=6 option signalling=automatic + protocol-decoder usb_packet option signalling=full-speed + stack usb_signalling usb_packet + input usb/hid/dmm/voltcraft_vc820/voltcraft_vc820_usb_err.sr + output usb_packet annotation match voltcraft_vc820_usb_err_automatic.output + output usb_packet python match voltcraft_vc820_usb_err_automatic.python