[Bug 1958224] Re: brltty claiming cp210x devices on 22.04
Samuel thibault
1958224 at bugs.launchpad.net
Sun Oct 1 09:30:42 UTC 2023
Concerning 1a86:7523, the udev rules file in ubuntu indeed seems to be
missing the manufacturer filter:
debian/brltty.udev.rules says:
ENV{PRODUCT}=="1a86/7523/*", ENV{BRLTTY_BRAILLE_DRIVER}="bm", GOTO="brltty_usb_run"
while it should be:
ENV{PRODUCT}=="1a86/7523/*", ATTRS{idVendor}=="1a40", ATTRS{idProduct}=="0101", ENV{BRLTTY_BRAILLE_DRIVER}="bm", GOTO="brltty_usb_run"
This needs to be fixed in the various ubuntu brltty versions, starting
from 6.4.
BTW, for 403/6001 I see there
Ubuntu disable those to avoid conflicts, https://launchpad.net/bugs/1958224
But the line with the manufacturer filter should *not* be disabled, it properly filters-in the producer of the Braille devices.
--
You received this bug notification because you are a member of
Accessibility, which is subscribed to brltty in Ubuntu.
https://bugs.launchpad.net/bugs/1958224
Title:
brltty claiming cp210x devices on 22.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1958224/+subscriptions
More information about the Ubuntu-accessibility-bugs
mailing list