<div dir="ltr"><div>I've developed a braille driver for a braille device that is not supported yet. The device is a cdc-usb device and driver works fine with brltty 5.6. <br></div><div><br></div><div>I've merged my modified brltty with brltty 6, but after the merge, brltty can't connect to the device. <br></div><div>I've added device info in usb_adapters.c and usb_devices.c. <br></div><div><br></div><div>Here is the brltty related log : <br></div><div><br></div><div><span style="font-family:arial,sans-serif"><i>brltty: USB: USBFS root candidate: usbfs: /dev/bus/usb<br>brltty: USB: USBFS root: /dev/bus/usb<br>brltty: USB: testing device: vendor=046D product=C534<br><b>brltty: USB: testing device: vendor=03EB product=2018</b><br>brltty: USB: testing device: vendor=0424 product=EC00<br>brltty: USB: usbfs file opened: /dev/bus/usb/001/003 fd=18<br>brltty: USB: setup packet: Typ:80 Req:06 Val:0100 Idx:0000 Len:00FF<br>brltty: USB: control input: 12 01 00 02 FF 00 01 40 24 04 00 EC 00 02 00 00 00 01<br>brltty: USB: using actual device descriptor<br>brltty: USB: testing device: vendor=0424 product=9514<br>brltty: USB: usbfs file opened: /dev/bus/usb/001/002 fd=18<br>brltty: USB: setup packet: Typ:80 Req:06 Val:0100 Idx:0000 Len:00FF<br>brltty: USB: control input: 12 01 00 02 09 00 02 40 24 04 14 95 00 02 00 00 00 01<br>brltty: USB: using actual device descriptor<br>brltty: USB: testing device: vendor=1D6B product=0002<br><b>brltty: USB: device not found</b></i></span></div><div><span style="font-family:arial,sans-serif"><i><br></i></span></div><div><span style="font-family:arial,sans-serif">The target device vid is 03eb and its pid is 2018. <br></span></div><div><span style="font-family:arial,sans-serif">I've attached the driver code (it is messy yet but it works in 5.6 :-).</span></div><div><span style="font-family:arial,sans-serif"><br></span></div><div><span style="font-family:arial,sans-serif">Any idea what  is wrong with my driver and the new brltty? <br></span></div><div><span style="font-family:arial,sans-serif"></span><br></div></div>