non modem devices

Aleksander Morgado aleksander at lanedo.com
Wed Oct 30 11:27:10 CET 2013


On 10/30/2013 10:30 AM, Paul Campbell wrote:
> Hi please add these 2 pairs of  lines to the end of src/77-mm-usb-serial-
> adapters-greylist.rules - these two non-modem  devices are  USB serial devices 
> (an arduino based robot board  and a programmer/gateway for a set of RF 
> devices)
> 
> # DSpace robot serial devices
> ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6042", 
> ENV{ID_MM_DEVICE_IGNORE}="1"
> 
> # Moonbase Otago CheapRF serial devices
> ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6086", 
> ENV{ID_MM_DEVICE_IGNORE}="1"
> 

Maybe worth blacklisting the whole 0x1d50 vendor ID? E.g.

#Openmoko based devices, not modems
ATTRS{idVendor}=="1d50", ENV{ID_MM_DEVICE_IGNORE}="1"

What do you think?

-- 
Aleksander


More information about the ModemManager-devel mailing list