We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c29b291 + 7bae021 commit 819ff2cCopy full SHA for 819ff2c
1 file changed
source/bdDetect.py
@@ -413,6 +413,7 @@ def driverSupportsAutoDetection(driver):
413
"VID_0904&PID_600A", # Brailliant2 80
414
"VID_0904&PID_6201", # Vario 340
415
"VID_0483&PID_A1D3", # Orbit Reader 20
416
+ "VID_0483&PID_6301", # Vario 4
417
})
418
419
addUsbDevices("baum", KEY_SERIAL, {
@@ -446,6 +447,7 @@ def driverSupportsAutoDetection(driver):
446
447
"Pronto!",
448
"VarioUltra",
449
"Orbit Reader 20",
450
+ "Vario 4",
451
)))
452
453
# brailleNote
0 commit comments