add support for linux via device serials and reading from device

This commit is contained in:
Norbert Preining
2015-09-14 14:12:22 +09:00
parent 2e96db6cdc
commit f97bc078db
4 changed files with 202 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class ObokDeDRMAction(InterfaceActionBase):
name = PLUGIN_NAME
description = PLUGIN_DESCRIPTION
supported_platforms = ['windows', 'osx']
supported_platforms = ['windows', 'osx', 'linux' ]
author = PLUGIN_AUTHORS
version = PLUGIN_VERSION_TUPLE
minimum_calibre_version = (1, 0, 0)