• Mathias Agopian's avatar
    don't loas inapropriate HAL for a device. · 3f03e98d
    Mathias Agopian authored
    Once we have determined which HAL to load and checked that the library exists,
    we should not try to load another (more generic) HAL if a failure occurs, because
    this could result in different process using different HALs for the same component.
    Instead we just return an error.
    3f03e98d
hardware.c 4.14 KB