Fix: hothd_usb: Continue sourcing configs after a failure

Previously, any error in a single USB config file would prevent
subsequent config files from being loaded due to `|| exit`.

This change logs a warning on failure but continues to source
the remaining files, making the system more resilient to
individual bad configurations. The script still exits if the
config for the *specific* device in use is missing.

Google-Bug-ID: 480155561

Change-Id: I653e4ddece4be1573537800aaa51178f5357d24b
Signed-off-by: Manoj Vishwanathan <manojvishy@google.com>
1 file changed