I’m plugging in a couple of USB devices to the OMG module.
The USB driver ftdi_sio is loaded fine but the device attached varies. For example, one time it may be /dev/ttyUSB2 and another time it may be /dev/ttyUSB3. This creates a problem for a application since I have to manually use dmsg figure out which device is used.
Any suggestions?
James