From aeb57e9a249cb3fffe89dc0193d85f0cce2e576b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Jul 2011 09:30:11 -0600 Subject: [PATCH] Fix #804367 (Advent Vega not recognised) --- src/calibre/devices/android/driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index 08ecbd1ee3..685d1286eb 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -101,6 +101,9 @@ class ANDROID(USBMS): # ZTE 0x19d2 : { 0x1353 : [0x226] }, + # Advent + 0x0955 : { 0x7100 : [0x9999] }, # This is the same as the Notion Ink Adam + } EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books'] EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '