mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 14:13:21 +02:00
...
This commit is contained in:
parent
b2641d5941
commit
74d5550681
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def sanitize_path_components(self, components):
|
|||
return [x.replace('#', '_') for x in components]
|
||||
|
||||
class NOOK_COLOR(NOOK):
|
||||
description = _('Communicate with the Nook Color and TSR eBook readers.')
|
||||
description = _('Communicate with the Nook Color, TSR and Tablet eBook readers.')
|
||||
|
||||
PRODUCT_ID = [0x002, 0x003, 0x004]
|
||||
BCD = [0x216]
|
||||
|
|
|
|||
Loading…
Reference in a new issue