From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: ACJfBosptPnnMFQiG8cN2+2+18xyhFZT0T4DpeNdg76BsEYhUbKCK8ySEu90XMSc2lfKdSmru/c9 ARC-Seal: i=1; a=rsa-sha256; t=1516020291; cv=none; d=google.com; s=arc-20160816; b=PiCAJnMd046mFXWgY9N9i7vKNEaQ4IAdIsOk4rT9c5SmbTtrU9Xu0SLm3FGRQ2IhVQ TzOXxhlO1F4VupW4V+7i8n3UruogqbhFKlwtlPGWMdHet3TkVYkT5NOJpK6Hwxcd+zac KyaDmTyXnZm9fS5oQ3er4Wz6QOU/ObpQxp+vWiIg8Z0kb9cLTpsI3MqK5AOOTDDF8OwY Vzl/+s7AlQob0YWQxeysKUeo+1Vb3tHf1p4RB1FLbR0GXkUwPUCzTWeMywRZs75kuhnH smp8xI16w8OIJXtx/5UQFIjH1e1XN2Knsrww9wk1htdkyttDxzMp6kRjpNaxLJ0PhiTd 8RqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=NoNF5qdmgOeB9RDRkyTjSDxlXRYGbELKpDqvqp7Eytc=; b=ZomcS5KPWQNCuK9rn4bGBY+eeoW6nQBUsbHOaQTDDqFloplhQq8eSppxvweGiW4AGJ hLKhi5fe4kUPcrUrsQP1C++kfmtsSvjqQw059V/9M/luK1lCS5Xe5EwyeeH18id3S2fu 3SDxdbKbLZ1wzdzTymhjBhMHJFMVSWf13wueYpAksWIv8ZWYtrUPnZJKuFWcVgOIfaR7 9wk3s9boDtBLD8bs2sSBCQ+A9DO1Whic12mJpjrc/1LkPOg8quFeswQw2NKbGuWu3R5K YttWDP/d+YTIcKTwsOHwtC6QjF6ELtSOnI8CsEutW9Dphr4t2pp+g6b1vRzJar3GsRoP M+ug== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= , Johan Hovold Subject: [PATCH 4.9 55/96] USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ Date: Mon, 15 Jan 2018 13:34:54 +0100 Message-Id: <20180115123408.933689908@linuxfoundation.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180115123404.270241256@linuxfoundation.org> References: <20180115123404.270241256@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-LABELS: =?utf-8?b?IlxcU2VudCI=?= X-GMAIL-THRID: =?utf-8?q?1589662062195955642?= X-GMAIL-MSGID: =?utf-8?q?1589662493498713868?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Diego Elio Pettenò commit 4307413256ac1e09b8f53e8715af3df9e49beec3 upstream. Add IDs for the OneTouch Verio IQ that comes with an embedded USB-to-serial converter. Signed-off-by: Diego Elio Pettenò Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -121,6 +121,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */ { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */ { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */ + { USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */ { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */ { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */ { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */