Skip to content

Commit e212c4a

Browse files
Merge 561a375 into 18572e4
2 parents 18572e4 + 561a375 commit e212c4a

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

source/bdDetect.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ def driverSupportsAutoDetection(driver):
465465
"VID_1C71&PID_CE01", # NLS eReader 20 HID
466466
"VID_1C71&PID_C006", # Brailliant BI 32, 40 and 80
467467
"VID_1C71&PID_C022", # Brailliant BI 14
468+
"VID_1C71&PID_C131", # Brailliant BI 40X
469+
"VID_1C71&PID_C141", # Brailliant BI 20X
468470
"VID_1C71&PID_C00A", # BrailleNote Touch
469471
"VID_1C71&PID_C00E", # BrailleNote Touch v2
470472
})
@@ -491,6 +493,8 @@ def driverSupportsAutoDetection(driver):
491493
"Humanware BrailleOne",
492494
"NLS eReader",
493495
"NLS eReader Humanware",
496+
"Brailliant BI 40X",
497+
"Brailliant BI 20X",
494498
)
495499
)
496500
)

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ What's New in NVDA
1414
- Added support for the new chinese Traditional Quick and Pinyin Input methods in Windows 10. (#11562)
1515
- Tab headers are now considered form fields with quick navigation f key. (#10432)
1616
- Added a command to toggle reporting of marked (highlighted) text; There is no default associated gesture. (#11807)
17+
- NVDA will now automatically detect the Humanware BI 40X and 20X devices via both USB and Bluetooth. (#11819)
1718

1819

1920
== Changes ==

user_docs/en/userGuide.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ Please see the display's documentation for descriptions of where these keys can
25082508
%kc:endInclude
25092509

25102510
++ HumanWare Brailliant BI/B Series / BrailleNote Touch ++[HumanWareBrailliant]
2511-
The Brailliant BI and B series of displays from [HumanWare https://www.humanware.com/], including the BI 14, BI 32, BI 40 and B 80, are supported when connected via USB or bluetooth.
2511+
The Brailliant BI and B series of displays from [HumanWare https://www.humanware.com/], including the BI 14, BI 32, BI 20X, BI 40, BI 40X and B 80, are supported when connected via USB or bluetooth.
25122512
If connecting via USB with the protocol set to HumanWare, you must first install the USB drivers provided by the manufacturer.
25132513
USB drivers are not required if the protocol is set to OpenBraille.
25142514

0 commit comments

Comments
 (0)