Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB: serial: move the "simple" drivers into usb-serial-simple.c | Greg Kroah-Hartman | 2013-08-12 | 1 | -41/+0 |
| | | | | | | | | | | | | | | Instead of having to create a new driver for a "simple" usb to serial device, mush them all into one file, with a macro, so as to make it easy to add new ones. Cc: "René Bürgel" <rene.buergel@sohard.de> Acked-by: Wei Shuai <cpuwolf@gmail.com> Cc: Josh Triplett <josh@joshtriplett.org> Acked-by: Frans Klaver <frans.klaver@xsens.com> Cc: "Wesley W. Terpstra" <w.terpstra@gsi.de> Cc: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | USB: serial: add driver for Suunto ANT+ USB device | Greg Kroah-Hartman | 2013-07-26 | 1 | -0/+41 |
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> |