[BRLTTY] brltty not immediately displaying text

Dave Mielke dave at mielke.cc
Fri Jan 8 03:39:31 EST 2016


[quoted lines by Mike Gorse on 2016/01/07 at 18:19 -0500]

Please test the attached patch (b40-1.patch).

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: Dave at Mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
-------------- next part --------------
diff --git a/Drivers/Braille/Baum/braille.c b/Drivers/Braille/Baum/braille.c
index 7cc0be0..9a9ea3e 100644
--- a/Drivers/Braille/Baum/braille.c
+++ b/Drivers/Braille/Baum/braille.c
@@ -1219,6 +1219,7 @@ verifyBaumPacket (
         break;
 
       default:
+        pvd->state = BAUM_PVS_WAITING;
         return BRL_PVR_INVALID;
     }
   } else if (size == 2) {


More information about the BRLTTY mailing list