Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1933218ybl; Tue, 3 Dec 2019 15:14:27 -0800 (PST) X-Google-Smtp-Source: APXvYqxJOYoKCYRS16e31TaRPvlW0sEqHY0OcdS8mv3Az0ty1NZ9MEKffMu4/FmArkMMh1AlC0fg X-Received: by 2002:a05:6808:a83:: with SMTP id q3mr140738oij.0.1575414867050; Tue, 03 Dec 2019 15:14:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575414867; cv=none; d=google.com; s=arc-20160816; b=URZYE+KIlj6c3eZfugw+Cz/OA7qhk6N0e1jDil1hGL0rr1G0otqMbeIZaOl4YbmVKc 0Hu84cwIbTXi7cxSGOjFv2cA9fC5IHaOj1PvRobJUl2Q3LjQLhcTVxYgVvM3FdyfMetG /OeGccRcDE/z0QzXjgts6TNhnZ4+AKTjmObtlqaAxsS7mRHIkDEH6hgrf7Tc63gStXCi x196Ldxmjiac7f5B/iKZZQZQjhuiXxbVLb+d34m2mtDWipwqq8MPD3B9KiQeNtF5bYDu MVHAhTIX8Ei3rcfxucYLbhrv4qZg2bF3Y7PU9O4hqA+CGieoQMndgaC0GsmiMBySOoSm LwDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=o78IAy4SS+GXhEDv93NwLfOX/Pfehks6b1pc18V5O2w=; b=Vi6eb5NRs2x3+qDn+Y+qiCGXW22Vz9sD129Ln+H/zqR2YzPaR69QGWHF4bXVbeiqEI fxaxKH6tEUHSrGosu4Nt1PaRoiLPVhIBVgmVOQSvlrITG0RrMIIkDAgIAmVtEnK99ViO h5c1nTSk3p0OwewojWZnahGpFppCRXfJ1vYJnpCFTLguC3LFefW7UW5wvRAPo+sIxqKF FbYgqQHC9lKT3CYUCZ2Ed7RkYka7r77kwFgqDhnlDAWa7LkR1dC7a7/kaZ4+KXnZ34nh PlnayOeTu4U2AQWpJxG8xcalgTfuRf9UKC7Dd3Lm1D939ylF2BbNT1RloifVHAE4IjzL Iv9w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=mgysItCq; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y4si776284otk.219.2019.12.03.15.14.14; Tue, 03 Dec 2019 15:14:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=mgysItCq; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728110AbfLCXNL (ORCPT + 99 others); Tue, 3 Dec 2019 18:13:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:48138 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727721AbfLCWin (ORCPT ); Tue, 3 Dec 2019 17:38:43 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C7E420803; Tue, 3 Dec 2019 22:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575412722; bh=LSTdpTaR8hFMPic0CKoXaJCg2EX49Lkv4RNvwW08Kyw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mgysItCqGVB/eqdU3+hI/KBK14Vy8BQk1IFuSnbIYW4yCRpRnScQYxNwzZsoD3DOo eJ8qB1DYnaYe11rOcX7Nx13Y3xX3JuFqqyYTc7Ba00gRJxJ3ltibEusT6IC7ldxD/I 6OclnwoR6ajfhGWSZcPON5e7SQ3nhpMYbuxNmSq8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Fabio DUrso , Johan Hovold Subject: [PATCH 5.4 11/46] USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P Date: Tue, 3 Dec 2019 23:35:31 +0100 Message-Id: <20191203212725.867552506@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191203212705.175425505@linuxfoundation.org> References: <20191203212705.175425505@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Fabio D'Urso commit c1a1f273d0825774c80896b8deb1c9ea1d0b91e3 upstream. This device presents itself as a USB hub with three attached devices: - An ACM serial port connected to the GPS module (not affected by this commit) - An FTDI serial port connected to the GPS module (1546:0502) - Another FTDI serial port connected to the ODIN-W2 radio module (1546:0503) This commit registers U-Blox's VID and the PIDs of the second and third devices. Datasheet: https://www.u-blox.com/sites/default/files/C099-F9P-AppBoard-Mbed-OS3-FW_UserGuide_%28UBX-18063024%29.pdf Signed-off-by: Fabio D'Urso Cc: stable Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ftdi_sio.c | 3 +++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ 2 files changed, 10 insertions(+) --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c @@ -1033,6 +1033,9 @@ static const struct usb_device_id id_tab /* Sienna devices */ { USB_DEVICE(FTDI_VID, FTDI_SIENNA_PID) }, { USB_DEVICE(ECHELON_VID, ECHELON_U20_PID) }, + /* U-Blox devices */ + { USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ZED_PID) }, + { USB_DEVICE(UBLOX_VID, UBLOX_C099F9P_ODIN_PID) }, { } /* Terminating entry */ }; --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -1558,3 +1558,10 @@ */ #define UNJO_VID 0x22B7 #define UNJO_ISODEBUG_V1_PID 0x150D + +/* + * U-Blox products (http://www.u-blox.com). + */ +#define UBLOX_VID 0x1546 +#define UBLOX_C099F9P_ZED_PID 0x0502 +#define UBLOX_C099F9P_ODIN_PID 0x0503