Comment 13 for bug 700316

Revision history for this message
Ulf Rehmann (rehmann) wrote : Re: [Bug 700316] Re: usbserial stopped working during a recent upgrade, no serial line via usb anymore

Mathieu Trudel-Lapierre <email address hidden> writes:

 | If you add the necessary lines to blacklist the USB IDs in 77-mm-usb-
 | device-blacklist.rules, can you then have the RS232-to-USB devices work
 | properly?

Yes, thanks, that works in my case after adding the following

to /lib/udev/rules.d/77-mm-usb-device-blacklist.rules :

# Prolific
ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ENV{ID_MM_DEVICE_IGNORE}="1"

How should I protect this against update replacements of that file?