[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: [email protected] | Canada  K2A 1H7   | 2011 Oct 21 is the End of the World.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/
_______________________________________________
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