From 7545c6e2f21cfb2cdaf2722d629cd1b052b7bbc2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2012 17:57:36 +0530 Subject: [PATCH] Fix #1046794 (Nokia N9 not detected by Calibre) --- src/calibre/devices/nokia/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/nokia/driver.py b/src/calibre/devices/nokia/driver.py index 557e46a549..f993817461 100644 --- a/src/calibre/devices/nokia/driver.py +++ b/src/calibre/devices/nokia/driver.py @@ -36,13 +36,13 @@ class N770(USBMS): class N810(N770): name = 'Nokia 810 Device Interface' - gui_name = 'Nokia 810/900' + gui_name = 'Nokia 810/900/9' description = _('Communicate with the Nokia 810/900 internet tablet.') - PRODUCT_ID = [0x96, 0x1c7] + PRODUCT_ID = [0x96, 0x1c7, 0x0518] BCD = [0x316] - WINDOWS_MAIN_MEM = ['N810', 'N900'] + WINDOWS_MAIN_MEM = ['N810', 'N900', 'NOKIA_N9'] MAIN_MEMORY_VOLUME_LABEL = 'Nokia Tablet Main Memory'