diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-01-19 14:10:02 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-01-19 14:10:02 +0100 |
| commit | c668e555f7f57a878b8295abfeeb87d0f4550fbd (patch) | |
| tree | 776076de0357614dbb0e352fe59b68fe5b53eeba /lib/python/Components/Scanner.py | |
| parent | 2b3f6b9bef4711f46cc84133a3d8331475bcb273 (diff) | |
| download | enigma2-c668e555f7f57a878b8295abfeeb87d0f4550fbd.tar.gz enigma2-c668e555f7f57a878b8295abfeeb87d0f4550fbd.zip | |
physdev path start with /, like in hotplug. add dvd drive into devicedb. fix scanner component. fix splitDeviceName for sr0-like devices.
Diffstat (limited to 'lib/python/Components/Scanner.py')
| -rw-r--r-- | lib/python/Components/Scanner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py index 766d1966..86a5431d 100644 --- a/lib/python/Components/Scanner.py +++ b/lib/python/Components/Scanner.py @@ -135,7 +135,7 @@ def scanDevice(mountpoint): from Components.Harddisk import harddiskmanager blockdev = mountpoint.rstrip("/").rsplit('/',1)[-1] - error, blacklisted, removable, is_cdrom, partitions = harddiskmanager.getBlockDevInfo(blockdev) + error, blacklisted, removable, is_cdrom, partitions, medium_found = harddiskmanager.getBlockDevInfo(blockdev) # now scan the paths for p in paths_to_scan: |
