lib/device/kobo.rb in narou-1.4.1.1 vs lib/device/kobo.rb in narou-1.4.2.rc1
- old
+ new
@@ -2,9 +2,12 @@
#
# Copyright 2013 whiteleaf. All rights reserved.
#
module Device::Kobo
+ PHYSICAL_SUPPORT = true
VOLUME_NAME = "KOBOeReader"
DOCUMENTS_PATH_LIST = ["/"]
EBOOK_FILE_EXT = ".kepub.epub"
+ NAME = "Kobo"
+ DISPLAY_NAME = "Kobo"
end