Re: [PATCH] hid: add quirk for PIXART OEM mouse used by HP

2015-03-25 Thread Jiri Kosina
On Wed, 25 Mar 2015, Jiri Kosina wrote: > > This mouse is also known under other IDs. It > > needs the quirk or will disconnect in runlevel 1 or 3. > > > > Signed-off-by: Oliver Neukum > > CC: sta...@vger.kernel.org > > What tree is this against? I don't have USB_VENDOR_ID_HP in my tree. Ah, o

Re: [PATCH] hid: add quirk for PIXART OEM mouse used by HP

2015-03-25 Thread Jiri Kosina
On Wed, 25 Mar 2015, Oliver Neukum wrote: > This mouse is also known under other IDs. It > needs the quirk or will disconnect in runlevel 1 or 3. > > Signed-off-by: Oliver Neukum > CC: sta...@vger.kernel.org What tree is this against? I don't have USB_VENDOR_ID_HP in my tree. > --- > drivers/

[PATCH] hid: add quirk for PIXART OEM mouse used by HP

2015-03-25 Thread Oliver Neukum
This mouse is also known under other IDs. It needs the quirk or will disconnect in runlevel 1 or 3. Signed-off-by: Oliver Neukum CC: sta...@vger.kernel.org --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid