lilipop2513
New Member
Hello Linux Community !
In my embedded project, I came across working with multiple USB devices. So, to avoid checking each time the new port of each device and setting that in my code, I decided to use udev rules to have a unique access to each device.
However, in that process, one device is causing a problem since it has 2 virtual ports (config + data). If I do a standard udev rule for it, I get one access created to the config port only.
Any clues on how to set udev rules for device with 2 virtual ports ?
Thanks in advance,
Lilia
In my embedded project, I came across working with multiple USB devices. So, to avoid checking each time the new port of each device and setting that in my code, I decided to use udev rules to have a unique access to each device.
However, in that process, one device is causing a problem since it has 2 virtual ports (config + data). If I do a standard udev rule for it, I get one access created to the config port only.
Any clues on how to set udev rules for device with 2 virtual ports ?
Thanks in advance,
Lilia