]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: add driver for Suunto ANT+ USB device
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 04:52:29 +0000 (21:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 21:13:01 +0000 (14:13 -0700)
commita8825734e9169ddd0a2a343ceb8ce7d3ecfa08a7
treedbbc6657470410f1d257e10f31af5734894780d9
parent2c7b871b9102c497ba8f972aa5d38532f05b654d
USB: serial: add driver for Suunto ANT+ USB device

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 devices it finds.

Reported-by: Steinar Gunderson <sgunderson@bigfoot.com>
Tested-by: Steinar Gunderson <sgunderson@bigfoot.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/suunto.c [new file with mode: 0644]