[BRLTTY] BrailleConnect 24 with BRLTTY 3.10

Dave Mielke dave at mielke.cc
Wed Dec 17 18:29:44 EST 2008


[quoted lines by Rob Meredith on 2008/12/17 at 14:36 -0500]

>I am trying to get a BrailleConnect 24 to work over USB with the current the release of brltty. I remember this came up before on the list regarding a VarioConnect display, and Dave issued a patch. Using that patch as a guide, I added the following lines to my copy of BrailleDrivers/Baum/braille.c in the UsbChannelDefinition struct:
>{ /* BrailleConnect 24 */
>                .vendor=0x0904, .product=0x2009,
>                        .configuration=1, .interface=0, .alternative=0,
>      .inputEndpoint=1, .outputEndpoint=2,
>      .disableAutosuspend=1
>        }
>
>This does not work for me. Does anyone have any ideas?

You also need to add the following entry to the usbSrialAdapters[] table in 
Programs/usb.c:

   { /* Baum VarioConnect 24 (24 cells) */
     0X0904, 0X2009,
     &usbFtdiOperations_FT232BM,
     usbFtdiInputFilter
   }

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | 2011 May 21 is the Day of Judgement.
EMail: dave at mielke.cc | Canada  K2A 1H7   | 2011 Oct 21 is the End of the World.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list