From b3556e09b09136ac6b4435b2ccd1f57a13365535 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 27 Jul 2010 14:38:09 -0500 Subject: add extserial-dtr * Add ability to read DTR pin on external serial port --- io-tool/sysfs-tests | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'io-tool/sysfs-tests') 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 -- cgit v1.2.3