diff options
author | Anton Staaf <robotboy@chromium.org> | 2014-11-03 08:43:20 -0800 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2014-11-04 18:11:01 +0100 |
commit | 679315e5fae1e4614eed0d9aa26999ddcb6a0f77 (patch) | |
tree | 18196f5eaeef6f0b1cd09b596113eb89c44a3f1f /drivers/usb/serial/Kconfig | |
parent | 9d3801903851a2be51f0b2d85f25f952a7da9969 (diff) | |
download | linux-679315e5fae1e4614eed0d9aa26999ddcb6a0f77.tar.bz2 |
USB: serial: add Google simple serial SubClass support
Add support for Google devices that export simple serial
interfaces using the vendor specific SubClass/Protocol pair
0x50/0x01.
Signed-off-by: Anton Staaf <robotboy@chromium.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
[johan: move id entries and update Kconfig]
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index d185613bbd7d..b7cf1982d1d9 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -60,6 +60,7 @@ config USB_SERIAL_SIMPLE - Suunto ANT+ USB device. - Medtronic CareLink USB device - Fundamental Software dongle. + - Google USB serial devices - HP4x calculators - a number of Motorola phones - Novatel Wireless GPS receivers |