Hi Sir / Mam,
I have a question related on udev rules. I have a SMS Gateway project using multiple usb gsm modem. I use huawei modem for this project. My goal are every time I plug in huawei devices on my linux box it automatically mounts on specific ttyUSB port
e.g.
huawei 1 -> ttyUSB1
huawei 2 -> ttyUSB2
My problem are to meet this goal i must find unique data between different huawei devices (e.g. productID, vendorID, serial). In huawei product this information are the same with all devices.
There is only one unique on every huawei devices. That is IMEI value. How can use this value or find this value for udev rules.
Thanks for the help.