From 9be9b8fb360b7ad3b226aba01530780654a4a66f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 31 Mar 2013 06:54:49 +0530 Subject: [PATCH] ... --- src/calibre/devices/nook/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index 54f9151e4e..180d56be77 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -82,6 +82,7 @@ class NOOK(USBMS): return [x.replace('#', '_') for x in components] class NOOK_COLOR(NOOK): + name = 'Nook Color Device Interface' description = _('Communicate with the Nook Color, TSR and Tablet eBook readers.') PRODUCT_ID = [0x002, 0x003, 0x004]