lib/device/reader.rb in narou-1.4.1.1 vs lib/device/reader.rb in narou-1.4.2.rc1
- old
+ new
@@ -2,9 +2,12 @@
#
# Copyright 2013 whiteleaf. All rights reserved.
#
module Device::Reader
+ PHYSICAL_SUPPORT = true
VOLUME_NAME = "READER"
DOCUMENTS_PATH_LIST = ["Sony_Reader/media/books"]
EBOOK_FILE_EXT = ".epub"
+ NAME = "Reader"
+ DISPLAY_NAME = "SonyReader"
end