From 7def8f0b643cf5f586bfa6427665e1f8f9c7cd0e Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 14 Sep 2012 20:55:02 +0200 Subject: [PATCH] Delete .han files on Kindle 2/3/Touch, too (linked to KF8 files) --- src/calibre/devices/kindle/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index ac3bcb4bc1..fc3672ccb8 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -289,7 +289,7 @@ class KINDLE2(KINDLE): description = _('Communicate with the Kindle 2/3/4/Touch eBook reader.') FORMATS = ['azw3'] + KINDLE.FORMATS + ['pdf', 'azw4', 'pobi'] - DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr'] + DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr', '.han'] PRODUCT_ID = [0x0002, 0x0004] BCD = [0x0100]