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>
This commit is contained in:
@@ -719,6 +719,13 @@ config USB_SERIAL_FLASHLOADER
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called flashloader.
|
||||
|
||||
config USB_SERIAL_SUUNTO
|
||||
tristate "USB Suunto ANT+ driver"
|
||||
help
|
||||
Say Y here if you want to use the Suunto ANT+ USB device.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called suunto.
|
||||
|
||||
config USB_SERIAL_DEBUG
|
||||
tristate "USB Debugging Device"
|
||||
|
Reference in New Issue
Block a user