mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Update descriptions in the SONY PRS drivers
This commit is contained in:
parent
812fae59ed
commit
0d4980caa0
@ -21,16 +21,16 @@ from calibre import __appname__
|
|||||||
|
|
||||||
class PRS505(CLI, Device):
|
class PRS505(CLI, Device):
|
||||||
|
|
||||||
name = 'PRS-505 Device Interface'
|
name = 'PRS-300/505 Device Interface'
|
||||||
gui_name = 'SONY Pocket Edition'
|
gui_name = 'SONY Pocket Edition'
|
||||||
description = _('Communicate with the Sony PRS-505 eBook reader.')
|
description = _('Communicate with the Sony PRS-300/505 eBook reader.')
|
||||||
author = _('Kovid Goyal and John Schember')
|
author = _('Kovid Goyal and John Schember')
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
|
||||||
FORMATS = ['epub', 'lrf', 'lrx', 'rtf', 'pdf', 'txt']
|
FORMATS = ['epub', 'lrf', 'lrx', 'rtf', 'pdf', 'txt']
|
||||||
|
|
||||||
VENDOR_ID = [0x054c] #: SONY Vendor Id
|
VENDOR_ID = [0x054c] #: SONY Vendor Id
|
||||||
PRODUCT_ID = [0x031e] #: Product Id for the PRS-505
|
PRODUCT_ID = [0x031e] #: Product Id for the PRS 300 and 505
|
||||||
BCD = [0x229, 0x1000]
|
BCD = [0x229, 0x1000]
|
||||||
|
|
||||||
VENDOR_NAME = 'SONY'
|
VENDOR_NAME = 'SONY'
|
||||||
|
@ -13,8 +13,8 @@ import re
|
|||||||
|
|
||||||
class PRS700(PRS505):
|
class PRS700(PRS505):
|
||||||
|
|
||||||
name = 'PRS-700 Device Interface'
|
name = 'PRS-600/700 Device Interface'
|
||||||
description = _('Communicate with the Sony PRS-700 eBook reader.')
|
description = _('Communicate with the Sony PRS-600/700 eBook reader.')
|
||||||
author = _('Kovid Goyal and John Schember')
|
author = _('Kovid Goyal and John Schember')
|
||||||
gui_name = 'SONY Touch edition'
|
gui_name = 'SONY Touch edition'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user