Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755524AbcCBB67 (ORCPT ); Tue, 1 Mar 2016 20:58:59 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:42851 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754601AbcCAXvi (ORCPT ); Tue, 1 Mar 2016 18:51:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=Z2FA7ZJX/sz7bZtDeUw+hqerX/ULDR/bKKp9Br/mM1JULT5WFE89MgZyPeZCXCFG/NNsqkwOJ735 CVUIKICTz/pU4kmMSR2LU4G9X4dgVmKGrWYaGtXFn0dC9WG0qmqa5nY9+Gv+VK6vF7vHDmDKoRHd 6OkovVJTQ8ZQCJ+1cHU=; From: Greg Kroah-Hartman Subject: [PATCH 3.14 020/130] USB: cp210x: add IDs for GE B650V3 and B850V3 boards X-Mailer: git-send-email 2.7.2 To: Cc: Greg Kroah-Hartman , , Ken Lin , Akshay Bhat , Johan Hovold Message-Id: <20160301234500.470916311@linuxfoundation.org> In-Reply-To: <20160301234459.768886030@linuxfoundation.org> References: <20160301234459.768886030@linuxfoundation.org> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.92249625aa094c32b74be2b07fd0ca47 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 23:51:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1230 Lines: 30 3.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ken Lin commit 6627ae19385283b89356a199d7f03c75ba35fb29 upstream. Add USB ID for cp2104/5 devices on GE B650v3 and B850v3 boards. Signed-off-by: Ken Lin Signed-off-by: Akshay Bhat Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -162,6 +162,8 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */ { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */ { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ + { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ + { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */ { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */ { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */