diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/hal/halplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index f91e97194..49a9faacb 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -117,7 +117,7 @@ void HalPlugin::addDevice(const QString &udi) return; } - if (device->property("volume.size").toLongLong() < 5000000000LL && + if (device->property("volume.size").toLongLong() < 17000000000LL && (device->property("volume.fstype").toString() == "vfat" || device->property("volume.fstype").toString() == "iso" || device->property("volume.fstype").toString() == "udf" || |
