From 555b79c2552338ea6a45df56e37b4b0c650b033f Mon Sep 17 00:00:00 2001 From: Kirill Kuzminykh Date: Wed, 11 Sep 2013 22:42:27 +0400 Subject: [PATCH] Driver for "OPPO Find 5" Android phone --- 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 b59386b4df..89368b965e 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -203,6 +203,9 @@ class ANDROID(USBMS): # Prestigio and Teclast 0x2207 : {0 : [0x222], 0x10 : [0x222]}, + # OPPO + 0x22d9 : {0x2768: [0x228]}, + } EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books', 'sdcard/ebooks']