소스 검색

[DeviceDrivers] Fix missing mailbox after SDCard hot plug

tanek liang 7 년 전
부모
커밋
d8bc33d70b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/drivers/sdio/mmcsd_core.c

+ 1 - 0
components/drivers/sdio/mmcsd_core.c

@@ -655,6 +655,7 @@ void mmcsd_detect(void *param)
                     if (init_sd(host, ocr))
                         mmcsd_power_off(host);
                     mmcsd_host_unlock(host);
+                    rt_mb_send(&mmcsd_hotpluge_mb, (rt_uint32_t)host);
                     continue;
                 }