aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal')
-rw-r--r--src/plugins/General/hal/halplugin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp
index 49a9faacb..98c06b2fc 100644
--- a/src/plugins/General/hal/halplugin.cpp
+++ b/src/plugins/General/hal/halplugin.cpp
@@ -121,7 +121,8 @@ void HalPlugin::addDevice(const QString &udi)
(device->property("volume.fstype").toString() == "vfat" ||
device->property("volume.fstype").toString() == "iso" ||
device->property("volume.fstype").toString() == "udf" ||
- device->property("volume.fstype").toString() == "ext2"))
+ device->property("volume.fstype").toString() == "ext2" ||
+ device->property("volume.fstype").toString() == "iso9660"))
{
if (m_detectRemovable)
{