Re: [PATCH] HID: Add quirk for Dell PIXART OEM mouse

2017-06-06 Thread Jiri Kosina
On Tue, 6 Jun 2017, Sebastian Parschauer wrote: > >> This mouse is also known under other IDs. > > > > Do you know (some of the) other IDs? > > I mean the IDs from other vendors like the HP PixArt OEM mouse. AFAIK, > Dell MS116 is the only PixArt OEM mouse provided by Dell. Ah, so you didn't

Re: [PATCH] HID: Add quirk for Dell PIXART OEM mouse

2017-06-06 Thread Sebastian Parschauer
On 06.06.2017 14:06, Jiri Kosina wrote: > On Tue, 6 Jun 2017, Sebastian Parschauer wrote: > >> This mouse is also known under other IDs. > > Do you know (some of the) other IDs? I mean the IDs from other vendors like the HP PixArt OEM mouse. AFAIK, Dell MS116 is the only PixArt OEM mouse

Re: [PATCH] HID: Add quirk for Dell PIXART OEM mouse

2017-06-06 Thread Jiri Kosina
On Tue, 6 Jun 2017, Sebastian Parschauer wrote: > This mouse is also known under other IDs. Do you know (some of the) other IDs? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org

[PATCH] HID: Add quirk for Dell PIXART OEM mouse

2017-06-06 Thread Sebastian Parschauer
This mouse is also known under other IDs. It needs the quirk ALWAYS_POLL or will disconnect in runlevel 1 or 3. Signed-off-by: Sebastian Parschauer CC: sta...@vger.kernel.org --- drivers/hid/hid-ids.h | 3 +++ drivers/hid/usbhid/hid-quirks.c | 1 + 2 files