I would like to have 2 different modems attached as serial devices so I can change them without editing the file:
/etc/modules/60-usb-serial
usbserial vendor=0x12d1 product=0x1001 maxSize=4096
usbserial vendor=0x12d1 product=0x1003 maxSize=4096
It only recognizes the first line. What is the correct way to write this?
Regards