Comment 5 for bug 1519545

Revision history for this message
anarcat (anarcat) wrote : Re: gpsbabel has usb problems with 15.10

i confirm that the following patch works in Debian Jessie:

root@angela:/etc# git show
commit 1450db49877a85b78ed3cc431562fc06e00773d0
Author: root <email address hidden>
Date: Wed Feb 17 00:35:18 2016 -0500

    disable auto-suspend on GPS device

    this was keeping transfers from operating properly

diff --git a/default/tlp b/default/tlp
index cd56d3c..31407f3 100644
--- a/default/tlp
+++ b/default/tlp
@@ -176,6 +176,7 @@ USB_AUTOSUSPEND=1
 # Use lsusb to get the ids.
 # Note: input devices (usbhid) are excluded automatically (see below)
 #USB_BLACKLIST="1111:2222 3333:4444"
+USB_BLACKLIST="091e:0003"

 # WWAN devices are excluded from USB autosuspend:
 # 0=do not exclude / 1=exclude

i also did service tlp restart.