[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: d...@mielke.cc | Canada K2A 1H7 | http://FamilyRadio.org/
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 },
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty