[BRLTTY] brltty and nvda

2017-04-08 Thread Dave Mielke
My theory that the problem with NVDA was related to our switch to Python 3 from 
Python 2 was entirely wrong. Samuel spent a very late night figuring it out. It 
was a brltty problem that's now been fixed so 5.5 and NVDA should work together 
just fine.

-- 
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/
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty


Re: [BRLTTY] Testing on Windows

2017-04-08 Thread Samuel Thibault
Hello,

Mario Lang, on ven. 07 avril 2017 21:38:16 +0200, wrote:
> There is one change I could isolate which was apparently never
> submitted.
> Note, that they (Marko?) have only done this to libusb.inf, not 
> libusb-1.0.inf.
> 
> Samuel, can you tell if this would be a useful change to adopt?

I don't really know. I can only say that the patch makes sense to me,
and I guess they did it to fix something.

> --- a/Autostart/Windows/brltty-libusb.inf
> +++ b/Autostart/Windows/brltty-libusb.inf
> @@ -46,7 +46,7 @@ libusb_files_dll_x64 = 10,system32
>  libusb0.sys
>  
>  [libusb_files_sys_x64]
> -libusb0.sys,libusb0_x64.sys
> +libusb0_x64.sys
>  
>  [libusb_files_dll]
>  libusb0.dll
> @@ -55,7 +55,7 @@ libusb0.dll
>  libusb0.dll
>  
>  [libusb_files_dll_x64]
> -libusb0.dll,libusb0_x64.dll
> +libusb0_x64.dll
>  
>  ;--
>  ; Device driver
> @@ -87,7 +87,7 @@ AddReg = libusb_add_reg_hw
>  AddService = libusb0, 0x0002, libusb_add_service
>  
>  [LIBUSB_DEV.NTAMD64.Services]
> -AddService = libusb0, 0x0002, libusb_add_service
> +AddService = libusb0, 0x0002, libusb_add_service_amd64
>  
>  [libusb_add_reg]
>  HKR,,DevLoader,,*ntkern
> @@ -114,6 +114,14 @@ StartType  = 3
>  ErrorControl   = 0
>  ServiceBinary  = %12%\libusb0.sys
>  
> +[libusb_add_service_amd64]
> +DisplayName= "LibUsb-Win32 - Kernel Driver 03/31/2007, 0.1.12.1"
> +ServiceType= 1
> +StartType  = 3
> +ErrorControl   = 0
> +ServiceBinary  = %12%\libusb0_x64.sys
> +
> +
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty