mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	driver: Nokia Maemo/MeeGo devices support PDF
This commit is contained in:
		
							parent
							
								
									cfad8a5076
								
							
						
					
					
						commit
						b7913ec971
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
# -*- coding: utf-8 -*-
 | 
					# -*- coding: utf-8 -*-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__license__   = 'GPL v3'
 | 
					__license__   = 'GPL v3'
 | 
				
			||||||
__copyright__ = '2009, John Schember <john at nachtimwald.com>'
 | 
					__copyright__ = '2009-2014, John Schember <john at nachtimwald.com> and Andres Gomez <agomez at igalia.com>'
 | 
				
			||||||
__docformat__ = 'restructuredtext en'
 | 
					__docformat__ = 'restructuredtext en'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
'''
 | 
					'''
 | 
				
			||||||
@ -15,12 +15,12 @@ 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'
 | 
					    author         = 'John Schember and Andres Gomez'
 | 
				
			||||||
    supported_platforms = ['windows', 'linux', 'osx']
 | 
					    supported_platforms = ['windows', 'linux', 'osx']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Ordered list of supported formats
 | 
					    # Ordered list of supported formats
 | 
				
			||||||
    FORMATS     = ['mobi', 'prc', 'epub', 'html', 'zip', 'fb2', 'chm', 'pdb',
 | 
					    FORMATS     = ['mobi', 'prc', 'epub', 'pdf', 'html', 'zip', 'fb2', 'chm',
 | 
				
			||||||
        'tcr', 'txt', 'rtf']
 | 
					        'pdb', 'tcr', 'txt', 'rtf']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    VENDOR_ID   = [0x421]
 | 
					    VENDOR_ID   = [0x421]
 | 
				
			||||||
    PRODUCT_ID  = [0x431]
 | 
					    PRODUCT_ID  = [0x431]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user