diff options
Diffstat (limited to 'io-tool/sysfs-tests')
-rwxr-xr-x | io-tool/sysfs-tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/io-tool/sysfs-tests b/io-tool/sysfs-tests index 3c55a3d..fb465b4 100755 --- a/io-tool/sysfs-tests +++ b/io-tool/sysfs-tests @@ -133,10 +133,18 @@ show_assert extserial-dcd 0 store_assert extserial-dcd 1 store_assert extserial-dcd 0 +show_assert extserial-dsr 0 +store_assert extserial-dsr 1 +store_assert extserial-dsr 0 + show_assert extserial-ri 0 store_assert extserial-ri 1 store_assert extserial-ri 0 +show_assert extserial-dtr 0 +store extserial-dtr 1 +show_assert extserial-dtr 0 + show_assert led-sig1 0 store_assert led-sig1 1 store_assert led-sig1 0 |