Samuel Thibault, le ven. 22 nov. 2024 01:05:59 +0100, a ecrit:
> For the NLS eReader Zoomax, we can see in udev:
> 
> ENV{PRODUCT}=="1a86/7523/*", ATTRS{idVendor}=="1a40", 
> ATTRS{idProduct}=="0101", ENV{BRLTTY_BRAILLE_DRIVER}="bm", 
> GOTO="brltty_usb_run"
> 
> In https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1958224/comments/46
> Alessandro Astone is surprised that ENV{PRODUCT} could be different
> from ATTRS{idVendor} and ATTRS{idProduct}. My guess is that we are here
> matching the usb device and the usb hub on which it is connected. But
> the vendor/product ids don't really seem specific to Baum?

Ah, but this is properly emitted in usb-generic.rules, ok.

I'm however wondering about these:

ENV{PRODUCT}=="403/6001/*", ATTR{manufacturer}=="Hedo Reha Technik GmbH", 
ENV{BRLTTY_BRAILLE_DRIVER}="hd", GOTO="brltty_usb_run"
ENV{PRODUCT}=="403/6001/*", ATTR{manufacturer}=="Tivomatic Oy", 
ENV{BRLTTY_BRAILLE_DRIVER}="at", GOTO="brltty_usb_run"

They don't seem generic, as they properly match a Braille manufacturer
string?

Samuel
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to