Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Modular Connect 88 uses the same USB interface as Modular Evolution 88. #17

Merged
merged 1 commit into from Aug 19, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions Android/Application/res/xml/usb_devices.xml
Expand Up @@ -186,10 +186,6 @@
<!-- HandyTech [USB-HID adapter] -->
<usb-device vendor-id="8164" product-id="3" />

<!-- Device: 1FE4:003A -->
<!-- HandyTech [Modular Connect 88] -->
<usb-device vendor-id="8164" product-id="58" />

<!-- Device: 1FE4:0044 -->
<!-- HandyTech [Easy Braille (HID)] -->
<usb-device vendor-id="8164" product-id="68" />
Expand Down
4 changes: 0 additions & 4 deletions Autostart/Hotplug/brltty.usermap
Expand Up @@ -201,10 +201,6 @@ brltty-hw 0x0003 0x1c71 0xc005
# HandyTech [USB-HID adapter]
brltty-ht 0x0003 0x1fe4 0x0003

# Device: 1FE4:003A
# HandyTech [Modular Connect 88]
brltty-ht 0x0003 0x1fe4 0x003a

# Device: 1FE4:0044
# HandyTech [Easy Braille (HID)]
brltty-ht 0x0003 0x1fe4 0x0044
Expand Down
4 changes: 0 additions & 4 deletions Autostart/Udev/udev.rules
Expand Up @@ -209,10 +209,6 @@ ENV{PRODUCT}=="1c71/c005/*", ENV{BRLTTY_BRAILLE_DRIVER}="hw", GOTO="brltty_usb_r
# HandyTech [USB-HID adapter]
ENV{PRODUCT}=="1fe4/3/*", ENV{BRLTTY_BRAILLE_DRIVER}="ht", GOTO="brltty_usb_run"

# Device: 1FE4:003A
# HandyTech [Modular Connect 88]
ENV{PRODUCT}=="1fe4/3a/*", ENV{BRLTTY_BRAILLE_DRIVER}="ht", GOTO="brltty_usb_run"

# Device: 1FE4:0044
# HandyTech [Easy Braille (HID)]
ENV{PRODUCT}=="1fe4/44/*", ENV{BRLTTY_BRAILLE_DRIVER}="ht", GOTO="brltty_usb_run"
Expand Down
6 changes: 0 additions & 6 deletions Autostart/Windows/brltty-libusb-1.0.inf
Expand Up @@ -177,9 +177,6 @@ HKR,,Icon,,-20
; Device: 1FE4:0003
"LibUSB-1.0: HandyTech [USB-HID adapter]"=LIBUSB_DEV, USB\VID_1FE4&PID_0003

; Device: 1FE4:003A
"LibUSB-1.0: HandyTech [Modular Connect 88]"=LIBUSB_DEV, USB\VID_1FE4&PID_003A

; Device: 1FE4:0044
"LibUSB-1.0: HandyTech [Easy Braille (HID)]"=LIBUSB_DEV, USB\VID_1FE4&PID_0044

Expand Down Expand Up @@ -413,9 +410,6 @@ HKR,,Icon,,-20
; Device: 1FE4:0003
"LibUSB-1.0: HandyTech [USB-HID adapter]"=LIBUSB_DEV, USB\VID_1FE4&PID_0003

; Device: 1FE4:003A
"LibUSB-1.0: HandyTech [Modular Connect 88]"=LIBUSB_DEV, USB\VID_1FE4&PID_003A

; Device: 1FE4:0044
"LibUSB-1.0: HandyTech [Easy Braille (HID)]"=LIBUSB_DEV, USB\VID_1FE4&PID_0044

Expand Down
9 changes: 0 additions & 9 deletions Autostart/Windows/brltty-libusb.inf
Expand Up @@ -256,9 +256,6 @@ ServiceBinary = %12%\libusb0.sys
; Device: 1FE4:0003
"LibUSB-Win32: HandyTech [USB-HID adapter]"=LIBUSB_DEV, USB\VID_1FE4&PID_0003

; Device: 1FE4:003A
"LibUSB-Win32: HandyTech [Modular Connect 88]"=LIBUSB_DEV, USB\VID_1FE4&PID_003A

; Device: 1FE4:0044
"LibUSB-Win32: HandyTech [Easy Braille (HID)]"=LIBUSB_DEV, USB\VID_1FE4&PID_0044

Expand Down Expand Up @@ -492,9 +489,6 @@ ServiceBinary = %12%\libusb0.sys
; Device: 1FE4:0003
"LibUSB-Win32: HandyTech [USB-HID adapter]"=LIBUSB_DEV, USB\VID_1FE4&PID_0003

; Device: 1FE4:003A
"LibUSB-Win32: HandyTech [Modular Connect 88]"=LIBUSB_DEV, USB\VID_1FE4&PID_003A

; Device: 1FE4:0044
"LibUSB-Win32: HandyTech [Easy Braille (HID)]"=LIBUSB_DEV, USB\VID_1FE4&PID_0044

Expand Down Expand Up @@ -728,9 +722,6 @@ ServiceBinary = %12%\libusb0.sys
; Device: 1FE4:0003
"LibUSB-Win32: HandyTech [USB-HID adapter]"=LIBUSB_DEV, USB\VID_1FE4&PID_0003

; Device: 1FE4:003A
"LibUSB-Win32: HandyTech [Modular Connect 88]"=LIBUSB_DEV, USB\VID_1FE4&PID_003A

; Device: 1FE4:0044
"LibUSB-Win32: HandyTech [Easy Braille (HID)]"=LIBUSB_DEV, USB\VID_1FE4&PID_0044

Expand Down
7 changes: 0 additions & 7 deletions Drivers/Braille/HandyTech/braille.c
Expand Up @@ -1212,13 +1212,6 @@ connectResource (BrailleDisplay *brl, const char *identifier) {
.data=&usbOperations3
},

{ /* Modular Connect 88 */
.vendor=0X1FE4, .product=0X003A,
.configuration=1, .interface=0, .alternative=0,
.inputEndpoint=1, .outputEndpoint=1,
.data=&usbOperations3
},

{ /* Connect Braille 40 */
.vendor=0X1FE4, .product=0X0055,
.configuration=1, .interface=0, .alternative=0,
Expand Down