From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751306AbdL0Kyw (ORCPT ); Wed, 27 Dec 2017 05:54:52 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:46943 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbdL0Kyu (ORCPT ); Wed, 27 Dec 2017 05:54:50 -0500 X-Google-Smtp-Source: ACJfBov52u/kQK0HfS79RXvMV1oxd+T8HEHGn/xoTdC2BotKDP/nvXnkLDGfkppSVyRoLcJr8xpOPQ== Date: Wed, 27 Dec 2017 11:54:43 +0100 From: Johan Hovold To: Max Schulze Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: serial: ftdi_sio: add id for Airbus DS P8GR Message-ID: <20171227105443.GO3374@localhost> References: <20171220194744.16775-1-max.schulze@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171220194744.16775-1-max.schulze@posteo.de> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 20, 2017 at 08:47:44PM +0100, Max Schulze wrote: > Add AIRBUS_DS_P8GR device IDs to ftdi_sio driver. > > Signed-off-by: Max Schulze Thanks for the patch. Note that I moved the new defines to try to keep (some of) the ids sorted on VID, and dropped the comment header in the id-table before applying. Johan