Re: [PATCH v3] Fix modifier keys for Redragon Asura Keyboard

From: Robert Munteanu
Date: Thu Mar 22 2018 - 09:40:43 EST


On Thu, 2018-03-22 at 09:17 +0100, Robert Munteanu wrote:
> 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.

I see the following in hid-ids.h

define USB_VENDOR_ID_JESS 0x0c45

which I guess I should use since it's already defined in there.

Robert