Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Daniele Forsi
2013/7/26 Greg Kroah-Hartman: + Say Y here if you want to usb the Suunto ANT+ USB device. I think there might be a thinko: s/to usb/to use/ -- Daniele Forsi -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Steinar H. Gunderson
On Thu, Jul 25, 2013 at 09:52:29PM -0700, Greg Kroah-Hartman wrote: Steinar, I've tested the driver below with my device and it seems to work. If you have any problems with it, please let me know, otherwise I'll queue it up to get into the 3.11 kernel release soon. Backported to 3.10.3 and

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Alan Stern
On Thu, 25 Jul 2013, Greg Kroah-Hartman wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org This adds a driver for the Suunto ANT+ USB device, exposing it as a usb serial device. This lets the userspace gant program to talk to the device to communicate over the ANT+ protocol to any

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Greg Kroah-Hartman
On Fri, Jul 26, 2013 at 10:27:51AM -0400, Alan Stern wrote: On Thu, 25 Jul 2013, Greg Kroah-Hartman wrote: From: Greg Kroah-Hartman gre...@linuxfoundation.org This adds a driver for the Suunto ANT+ USB device, exposing it as a usb serial device. This lets the userspace gant program to

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Greg Kroah-Hartman
On Fri, Jul 26, 2013 at 02:00:42PM +0200, Steinar H. Gunderson wrote: On Thu, Jul 25, 2013 at 09:52:29PM -0700, Greg Kroah-Hartman wrote: Steinar, I've tested the driver below with my device and it seems to work. If you have any problems with it, please let me know, otherwise I'll queue it

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Greg Kroah-Hartman
On Fri, Jul 26, 2013 at 10:55:19AM +0200, Daniele Forsi wrote: 2013/7/26 Greg Kroah-Hartman: + Say Y here if you want to usb the Suunto ANT+ USB device. I think there might be a thinko: s/to usb/to use/ Thanks, now fixed, too much USB on the brain... greg k-h -- To unsubscribe

Re: [PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-26 Thread Steinar H. Gunderson
On Fri, Jul 26, 2013 at 02:12:46PM -0700, Greg Kroah-Hartman wrote: Backported to 3.10.3 and tested (with my own, old fork of gant), works fine. Wonderful, thanks for testing. Where is the official place for gant these days anyway? I wish I knew. I think there are like four forks, some of

[PATCH] USB: serial: add driver for Suunto ANT+ USB device

2013-07-25 Thread Greg Kroah-Hartman
Steinar, I've tested the driver below with my device and it seems to work. If you have any problems with it, please let me know, otherwise I'll queue it up to get into the 3.11 kernel release soon. thanks, greg k-h - From: Greg Kroah-Hartman