You would create a GUI plugin, when the user clicks on it it would need to call
self.gui.device_manager.mount_device(kls=IBooksDri ver)
where IbooksDriver is a class that implements the driver. The interface such a class must implement is in devices/interface.py simply inherit from that class and implement the various methods.
|