From 3540e0e2cc09b5a471dd584d83ae44fa0098a065 Mon Sep 17 00:00:00 2001 From: ChulHo Song Date: Fri, 13 Nov 2015 16:37:43 +0900 Subject: [PATCH] Revert "device_hotplug: supported various image type sdcard" This reverts commit 7e8d41619b251177196f62a6c44ecdce047aaadc. Removal of the driver option occur error case. Change-Id: I0f91bbfdd1f5a855b59941e57057e8999591e1a3 Signed-off-by: ChulHo Song --- tizen/src/util/device_hotplug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tizen/src/util/device_hotplug.c b/tizen/src/util/device_hotplug.c index 0619594..2dd5f5d 100644 --- a/tizen/src/util/device_hotplug.c +++ b/tizen/src/util/device_hotplug.c @@ -105,6 +105,7 @@ static bool do_sdcard_attach(const char * const file) qdict_put(qdict_file, "driver", qstring_from_str("file")); qdict_put(qdict_file, "filename", qstring_from_str(file)); qdict_put(qdict_options, "file", qdict_file); + qdict_put(qdict_options, "driver", qstring_from_str("qcow2")); qdict_put(qdict_options, "id", qstring_from_str(sdcard_device_id)); qdict_put(qdict, "options", qdict_options); -- 2.7.4