aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Hotplug/plugin.py
AgeCommit message (Collapse)Author
2011-08-17Hotplug: also close thread on language changeMoritz Venn
Previously after a language thread the bdpoll variable was overwritten leaving the old thread run forever and only closing the new one on shutdown (a language changes does NOT call the plugin close handler but the start handler is called again). so before creating a new bdpoll instance check if an old one exists and unset the running flag. Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-04-26shutdown bdpoll thread on e2 shutdownghost
this is needed for newer python versions... thanks to ritzmo fixes bug #671
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=True for plugins that need a enigma2 ↵acid-burn
restart after installation. refs #670
2010-11-16Applied new-hotplug.patch from OEAndreas Oberritter
2009-01-19rework block device scanning a bitFelix Domke
2008-11-17change hotplugNotifier to return correct state transition for cd-rom type ↵Fraxinas
and flash type devices
2008-11-14callbacks that are added upon hotplug events can be added to a ↵Fraxinas
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
2008-06-24auto start mediascanner on hotplug change (new device plugged or mediumAndreas Monzner
injected) add mediascanner support to dvd player plugin
2008-02-28follow hotplug-ng changesFelix Domke
2008-02-27add Hotplug pluginFelix Domke