From 275e19f8523fe329a8954f7cd221e4ebfa84d898 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Thu, 23 Oct 2014 08:11:06 +0200 Subject: [PATCH] Disable the auto-disconnect timer by default. Automatically disconnecting serves little purpose. --- src/calibre/devices/smart_device_app/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index a9d6855b15..8e27178c6f 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -334,7 +334,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): False, '9090', False, '', '', '', - True, '', + False, '', True, '75', True ]