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 <oneu...@suse.de>
> > CC: sta...@vger.kernel.org
> 
> What tree is this against? I don't have USB_VENDOR_ID_HP in my tree.

Ah, okay, got your previous patch only now, as it wasn't ordered in the 
series. I am applying both now.

> 
> > ---
> >  drivers/hid/hid-ids.h           | 1 +
> >  drivers/hid/usbhid/hid-quirks.c | 1 +
> >  2 files changed, 2 insertions(+)
> > 
> > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
> > index 7ace715..7fe5590 100644
> > --- a/drivers/hid/hid-ids.h
> > +++ b/drivers/hid/hid-ids.h
> > @@ -461,6 +461,7 @@
> >  
> >  #define USB_VENDOR_ID_HP           0x03f0
> >  #define USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE   0x0a4a
> > +#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE             0x134a
> >  
> >  #define USB_VENDOR_ID_HUION                0x256c
> >  #define USB_DEVICE_ID_HUION_TABLET 0x006e
> > diff --git a/drivers/hid/usbhid/hid-quirks.c 
> > b/drivers/hid/usbhid/hid-quirks.c
> > index fe6c60d..4e3ae9f 100644
> > --- a/drivers/hid/usbhid/hid-quirks.c
> > +++ b/drivers/hid/usbhid/hid-quirks.c
> > @@ -79,6 +79,7 @@ static const struct hid_blacklist {
> >     { USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, 
> > HID_QUIRK_NO_INIT_REPORTS },
> >     { USB_VENDOR_ID_FREESCALE, USB_DEVICE_ID_FREESCALE_MX28, 
> > HID_QUIRK_NOGET },
> >     { USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE, 
> > HID_QUIRK_ALWAYS_POLL },
> > +   { USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE, 
> > HID_QUIRK_ALWAYS_POLL },
> >     { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_C077, 
> > HID_QUIRK_ALWAYS_POLL },
> >     { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_NOGET },
> >     { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3, 
> > HID_QUIRK_NO_INIT_REPORTS },

-- 
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
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to