Some packet types were missing for debugging messages.

Samuel
diff --git a/Programs/brlapi_common.h b/Programs/brlapi_common.h
index 98fed09..bfda7c5 100644
--- a/Programs/brlapi_common.h
+++ b/Programs/brlapi_common.h
@@ -325,10 +325,12 @@ typedef struct {
 } brlapi_packetTypeEntry_t;
 
 static const brlapi_packetTypeEntry_t brlapi_packetTypeTable[] = {
+  { BRLAPI_PACKET_VERSION, "Version" },
   { BRLAPI_PACKET_AUTH, "Auth" },
   { BRLAPI_PACKET_GETDRIVERNAME, "GetDriverName" },
   { BRLAPI_PACKET_GETDISPLAYSIZE, "GetDisplaySize" },
   { BRLAPI_PACKET_ENTERTTYMODE, "EnterTtyMode" },
+  { BRLAPI_PACKET_SETFOCUS, "SetFocus" },
   { BRLAPI_PACKET_LEAVETTYMODE, "LeaveTtyMode" },
   { BRLAPI_PACKET_KEY, "Key" },
   { BRLAPI_PACKET_IGNOREKEYRANGES, "IgnoreKeyRanges" },
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to