From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752682AbeCVIRg (ORCPT ); Thu, 22 Mar 2018 04:17:36 -0400 Received: from hermes.apache.org ([140.211.11.3]:35108 "HELO mail.apache.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752504AbeCVIRc (ORCPT ); Thu, 22 Mar 2018 04:17:32 -0400 Message-ID: <1b0047c60fc5dc4be4bbe627ab830e65db1cfae5.camel@apache.org> Subject: Re: [PATCH v3] Fix modifier keys for Redragon Asura Keyboard From: Robert Munteanu To: Ondrej Zary Cc: Jiri Kosina , Benjamin Tissoires , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Date: Thu, 22 Mar 2018 09:17:27 +0100 In-Reply-To: <201803211751.04734.linux@rainbow-software.org> References: <20180321104331.22783-1-rombert@apache.org> <201803211751.04734.linux@rainbow-software.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.0 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-03-21 at 17:51 +0100, Ondrej Zary wrote: > On Wednesday 21 March 2018 11:43:31 Robert Munteanu wrote: > > +#define USB_VENDOR_ID_MICRODIA 0x0c45 > > +#define USB_DEVICE_ID_REDRAGON_ASURA 0x760b > > Microdia is most probably an incorrect name. The 0c45 id probably > belongs > to "Sonix Technology Co., Ltd." Right, I was unsure about that. I'll remove the microdia references and use sonix. Robert