driver: Updated the Nokia 770 device information

This commit is contained in:
Andres Gomez 2014-03-22 13:50:05 +02:00
parent b7913ec971
commit 2b3b87af71

View File

@ -14,7 +14,7 @@ class N770(USBMS):
name = 'Nokia 770 Device Interface' name = 'Nokia 770 Device Interface'
gui_name = 'Nokia 770' gui_name = 'Nokia 770'
description = _('Communicate with the Nokia 770 internet tablet.') description = _('Communicate with the Nokia 770 Internet Tablet.')
author = 'John Schember and Andres Gomez' author = 'John Schember and Andres Gomez'
supported_platforms = ['windows', 'linux', 'osx'] supported_platforms = ['windows', 'linux', 'osx']
@ -29,7 +29,7 @@ class N770(USBMS):
VENDOR_NAME = 'NOKIA' VENDOR_NAME = 'NOKIA'
WINDOWS_MAIN_MEM = '770' WINDOWS_MAIN_MEM = '770'
MAIN_MEMORY_VOLUME_LABEL = 'N770 Main Memory' MAIN_MEMORY_VOLUME_LABEL = 'Nokia 770 Main Memory'
EBOOK_DIR_MAIN = 'My Ebooks' EBOOK_DIR_MAIN = 'My Ebooks'
SUPPORTS_SUB_DIRS = True SUPPORTS_SUB_DIRS = True