Re: new USB serial device: Garmin USB ANT stick

2014-02-05 Thread Henning Knut Skoglund
Greg KH gregkh@... writes:

 
 On Sat, Aug 03, 2013 at 09:32:00AM -0700, Scott Alfter wrote:
  I have a Garmin USB ANT stick that shows up in lsusb as the following:
  
  Bus 009 Device 002: ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick 
Suunto
  
  It's a wireless serial device that talks to Garmin's GPS watches so you 
can
  transfer data into and out of the watch.  I can get it working with the
  following command:
  
  modprobe usbserial vendor=0x0fcf product=0x100
  
  dmesg spits out this information:
  
  [751657.368773] usbcore: registered new interface driver usbserial
  [751657.368794] usbcore: registered new interface driver 
usbserial_generic
  [751657.368803] usbserial: USB Serial support registered for generic
  [751657.368823] usbserial_generic 9-1:1.0: The generic usb-serial 
driver is
  only for testing and one-off prototypes.
  [751657.368825] usbserial_generic 9-1:1.0: Tell
 linux-usb@... to
  add your device to a proper driver.
  [751657.368826] usbserial_generic 9-1:1.0: generic converter detected
  [751657.370262] usb 9-1: generic converter now attached to ttyUSB0
  
  The module won't load without the vendor and product parameters, which 
also
  means it won't auto-load.  Is there more information you need to add 
this
  device to the kernel so it will auto-load?
 
 There is a new driver in the 3.11-rc3 kernel release for this device,
 called suunto.  It will be in the final 3.11 release in a few weeks,
 so no need to do anything special, when you upgrade to that release, it
 will auto-load properly.
 
 Hope this helps,
 
 greg k-h
 --
 To unsubscribe from this list: send the line unsubscribe linux-usb in
 the body of a message to majordomo@...
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
 

In my case for a chrome web app on ubuntu 13.10/linux 3.11.0-15-generic
 it seems like the suunto module somehow takes over/interferes with the usb 
interface and its impossible to claim the interface via 
chrome.usb.claimInterface API that interfaces with libusb. To disable the 
module I added 'blacklist suunto' to the /etc/modprobe.d/blacklist.conf and 
rebooted.




--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: new USB serial device: Garmin USB ANT stick

2014-02-05 Thread Greg KH
On Wed, Feb 05, 2014 at 08:39:33AM +, Henning Knut Skoglund wrote:
 Greg KH gregkh@... writes:
 
  
  On Sat, Aug 03, 2013 at 09:32:00AM -0700, Scott Alfter wrote:
   I have a Garmin USB ANT stick that shows up in lsusb as the following:
   
   Bus 009 Device 002: ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick 
 Suunto
   
   It's a wireless serial device that talks to Garmin's GPS watches so you 
 can
   transfer data into and out of the watch.  I can get it working with the
   following command:
   
   modprobe usbserial vendor=0x0fcf product=0x100
   
   dmesg spits out this information:
   
   [751657.368773] usbcore: registered new interface driver usbserial
   [751657.368794] usbcore: registered new interface driver 
 usbserial_generic
   [751657.368803] usbserial: USB Serial support registered for generic
   [751657.368823] usbserial_generic 9-1:1.0: The generic usb-serial 
 driver is
   only for testing and one-off prototypes.
   [751657.368825] usbserial_generic 9-1:1.0: Tell
  linux-usb@... to
   add your device to a proper driver.
   [751657.368826] usbserial_generic 9-1:1.0: generic converter detected
   [751657.370262] usb 9-1: generic converter now attached to ttyUSB0
   
   The module won't load without the vendor and product parameters, which 
 also
   means it won't auto-load.  Is there more information you need to add 
 this
   device to the kernel so it will auto-load?
  
  There is a new driver in the 3.11-rc3 kernel release for this device,
  called suunto.  It will be in the final 3.11 release in a few weeks,
  so no need to do anything special, when you upgrade to that release, it
  will auto-load properly.
  
  Hope this helps,
  
  greg k-h
  --
  To unsubscribe from this list: send the line unsubscribe linux-usb in
  the body of a message to majordomo@...
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
  
  
 
 In my case for a chrome web app on ubuntu 13.10/linux 3.11.0-15-generic
  it seems like the suunto module somehow takes over/interferes with the usb 
 interface and its impossible to claim the interface via 
 chrome.usb.claimInterface API that interfaces with libusb. To disable the 
 module I added 'blacklist suunto' to the /etc/modprobe.d/blacklist.conf and 
 rebooted.

Is there not a chrome.usb. function that allows you to disconnect the
device from the driver the operating system attached to it?  If not, I
suggest submitting a bug/patch to chrome, as there's nothing we can do
here about it, sorry.

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


new USB serial device: Garmin USB ANT stick

2013-08-03 Thread Scott Alfter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a Garmin USB ANT stick that shows up in lsusb as the following:

Bus 009 Device 002: ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto

It's a wireless serial device that talks to Garmin's GPS watches so you can
transfer data into and out of the watch.  I can get it working with the
following command:

modprobe usbserial vendor=0x0fcf product=0x100

dmesg spits out this information:

[751657.368773] usbcore: registered new interface driver usbserial
[751657.368794] usbcore: registered new interface driver usbserial_generic
[751657.368803] usbserial: USB Serial support registered for generic
[751657.368823] usbserial_generic 9-1:1.0: The generic usb-serial driver is
only for testing and one-off prototypes.
[751657.368825] usbserial_generic 9-1:1.0: Tell linux-usb@vger.kernel.org to
add your device to a proper driver.
[751657.368826] usbserial_generic 9-1:1.0: generic converter detected
[751657.370262] usb 9-1: generic converter now attached to ttyUSB0

The module won't load without the vendor and product parameters, which also
means it won't auto-load.  Is there more information you need to add this
device to the kernel so it will auto-load?

Scott Alfter
sc...@alfter.us

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQGcBAEBAgAGBQJR/TCAAAoJEArTX6uSx2icF+ML/jA5KEGQBx4JXbon+qN1fO7/
LuPg/akaAP9AJCxYka1EYOZ1AegldYoUQjFbbYuC5yo0x50yIxEDCPIQsEn0k/Cp
eihiUCzEnBpdf8km1stL8Bqh19Ep2iUdr+bQnvvJ5rJRsa3tVItXBmBX60fSc+Pt
4oGSwifwtBMngrq37j5W+PclEPF4KGBfkuRgi32VgCSwuTlMoNbK2ywXWhcuZV0N
LYKYqJkLYWD9tguv3jRF5qnkL6lVfQPnASsMIEGEoV14FFNdCP9x76qACrLwHyb3
2bMt4wWTzk2jwfBE1hk1q8y6GCWEfeSoaf9772j1SddJ7GM7KGypbfL+Uw+ZjpHc
84kodhi04pnYl2R6AgiDhYY4NAMJF8Owoz9TVqGMGXY6rgyVdZPDEcdPd7Nf54Ud
3/D2HJn74uy80XmvTxJM2ZHDKw5ycZ5ZLHHVNo58G7+PoaIJtI6M5NvcvCBsaYR4
euS165hsAc9lfl/e/ZX79q120fxfD+kUPm83oJLCEA==
=d7rf
-END PGP SIGNATURE-
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: new USB serial device: Garmin USB ANT stick

2013-08-03 Thread Greg KH
On Sat, Aug 03, 2013 at 09:32:00AM -0700, Scott Alfter wrote:
 I have a Garmin USB ANT stick that shows up in lsusb as the following:
 
 Bus 009 Device 002: ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick 
 Suunto
 
 It's a wireless serial device that talks to Garmin's GPS watches so you can
 transfer data into and out of the watch.  I can get it working with the
 following command:
 
 modprobe usbserial vendor=0x0fcf product=0x100
 
 dmesg spits out this information:
 
 [751657.368773] usbcore: registered new interface driver usbserial
 [751657.368794] usbcore: registered new interface driver usbserial_generic
 [751657.368803] usbserial: USB Serial support registered for generic
 [751657.368823] usbserial_generic 9-1:1.0: The generic usb-serial driver is
 only for testing and one-off prototypes.
 [751657.368825] usbserial_generic 9-1:1.0: Tell linux-usb@vger.kernel.org to
 add your device to a proper driver.
 [751657.368826] usbserial_generic 9-1:1.0: generic converter detected
 [751657.370262] usb 9-1: generic converter now attached to ttyUSB0
 
 The module won't load without the vendor and product parameters, which also
 means it won't auto-load.  Is there more information you need to add this
 device to the kernel so it will auto-load?

There is a new driver in the 3.11-rc3 kernel release for this device,
called suunto.  It will be in the final 3.11 release in a few weeks,
so no need to do anything special, when you upgrade to that release, it
will auto-load properly.

Hope this helps,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html