Draft: lava_dispatcher_host: Add udev rule based on ENV{ID_SERIAL_SHORT}
For MCU boards like FRDM-K64F we need a rule based on ENV{ID_SERIAL_SHORT} to get devices like /dev/ttyACM0 or /dev/sda handled correctly. ATTR{serial} will only match the usb bus device, but not these other device types.
Signed-off-by: Kumar Gala kumar.gala@linaro.org