SVN commit 1010794 by jacopods: Add support for showing the sd_mmc icon when appropriate M +2 -0 haldevice.cpp --- trunk/KDE/kdelibs/solid/solid/backends/hal/haldevice.cpp #1010793:1010794 @@ -192,6 +192,8 @@ return "media-floppy"; } else if (property("storage.drive_type").toString()=="cdrom") { return "drive-optical"; + } else if (property("storage.drive_type").toString()=="sd_mmc") { + return "media-flash-sd-mmc"; } else if (property("storage.hotpluggable").toBool()) { if (property("storage.bus").toString()=="usb") { if (property("storage.no_partitions_hint").toBool()