[BRLTTY] brltty and Esytime, on Raspbian Jessie.

Dave Mielke dave at mielke.cc
Thu Jun 30 19:40:22 EDT 2016


[quoted lines by Arthur BREUNEVAL on 2016/07/01 at 01:05 +0200]

>Yes, when I plug it up, I see the firmware version: 'Esytime 1.03
>31-03-2014' is printed.

I'll check to be sure, but that does indeed look like a year or two ago so it's 
probably the expected problem. In fact, when I compare our current EuroBraille 
USB table with the USB information you sent me, I can see that it won't work. 
So, let's try some experiments. Could you please aplpy the attached patch 
(eu-esytime-1.patch) to see how it works?

-- 
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/EuroBraille/eu_braille.c b/Drivers/Braille/EuroBraille/eu_braille.c
index 804f525..e2d4ee1 100644
--- a/Drivers/Braille/EuroBraille/eu_braille.c
+++ b/Drivers/Braille/EuroBraille/eu_braille.c
@@ -231,7 +231,7 @@ connectResource (BrailleDisplay *brl, const char *identifier) {
     { /* Esytime */
       .vendor=0XC251, .product=0X1130,
       .configuration=1, .interface=0, .alternative=0,
-      .inputEndpoint=1, .outputEndpoint=0,
+      .inputEndpoint=7, .outputEndpoint=0,
       .disableEndpointReset = 1
     },
 


More information about the BRLTTY mailing list