aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-06-03 13:30:00 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-06-03 13:30:00 +0200
commitcb7672200eece518f92ab0f0cb0afa9275065c7e (patch)
tree5b82e5e58a848cbf3d771878d1751701ca6dc88e /lib/python/Components
parent2aa38f5ceb6991e26df20dc0f463aa64466f09ed (diff)
parent023fba05240ec48d1e68b85675a3b6125ace00c9 (diff)
downloadenigma2-cb7672200eece518f92ab0f0cb0afa9275065c7e.tar.gz
enigma2-cb7672200eece518f92ab0f0cb0afa9275065c7e.zip
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components')
-rwxr-xr-xlib/python/Components/Harddisk.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py
index 6148caac..0d141248 100755
--- a/lib/python/Components/Harddisk.py
+++ b/lib/python/Components/Harddisk.py
@@ -335,6 +335,12 @@ DEVICEDB = \
"/devices/platform/brcm-ehci.0/usb1/1-1/1-1.2/1-1.2:1.0": "Back, upper USB Slot",
"/devices/platform/brcm-ehci.0/usb1/1-1/1-1.3/1-1.3:1.0": "Back, lower USB Slot",
"/devices/platform/brcm-ehci-1.1/usb2/2-1/2-1:1.0/host1/target1:0:0/1:0:0:0": "DVD Drive",
+ # dm800:
+ "/devices/platform/brcm-ehci.0/usb1/1-2/1-2:1.0": "Upper USB Slot",
+ "/devices/platform/brcm-ehci.0/usb1/1-1/1-1:1.0": "Lower USB Slot",
+ # dm7025:
+ "/devices/pci0000:00/0000:00:14.1/ide1/1.0": "CF Card Slot", #hdc
+ "/devices/pci0000:00/0000:00:14.1/ide0/0.0": "Internal Harddisk"
}
class HarddiskManager: