LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: sathyanarayanan.kuppuswamy@linux.intel.com,
gregkh@linuxfoundation.org, mathias.nyman@linux.intel.com,
heikki.krogerus@intel.com, felipe.balbi@linux.intel.com
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
sathyaosid@gmail.com, Kamil Lulko <kamilx.lulko@intel.com>
Subject: Re: [PATCH v1 1/1] usb: core: Add quirk for HP v222w 16GB Mini
Date: Sat, 14 Apr 2018 11:35:34 +0300 [thread overview]
Message-ID: <c6569b4d-052f-bb9b-4e05-35dd29a067ee@cogentembedded.com> (raw)
In-Reply-To: <9bc2d73d74474258be14ec6a3fe243354e247679.1523640999.git.sathyanarayanan.kuppuswamy@linux.intel.com>
Hello!
On 4/13/2018 8:40 PM, sathyanarayanan.kuppuswamy@linux.intel.com wrote:
> From: Kamil Lulko <kamilx.lulko@intel.com>
>
> Add DELAY_INIT quirk to fix the following problem with HP
> v222w 16GB Mini:
>
> usb 1-3: unable to read config index 0 descriptor/start: -110
> usb 1-3: can't read configurations, error -110
> usb 1-3: can't set config #1, error -110
>
> Signed-off-by: Kamil Lulko <kamilx.lulko@intel.com>
> Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
> ---
> drivers/usb/core/quirks.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
> index 54b019e..f2ef913 100644
> --- a/drivers/usb/core/quirks.c
> +++ b/drivers/usb/core/quirks.c
> @@ -40,6 +40,9 @@ static const struct usb_device_id usb_quirk_list[] = {
> { USB_DEVICE(0x03f0, 0x0701), .driver_info =
> USB_QUIRK_STRING_FETCH_255 },
>
> + /* HP v222w 16GB Mini USB Drive */
> + { USB_DEVICE(0x03f0, 0x3f40), .driver_info = USB_QUIRK_DELAY_INIT },
> +
Please indent with tabs (as above and below), not spaces.
> /* Creative SB Audigy 2 NX */
> { USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },
>
MBR, Sergei
next prev parent reply other threads:[~2018-04-14 8:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-13 17:40 sathyanarayanan.kuppuswamy
2018-04-14 8:35 ` Sergei Shtylyov [this message]
2018-04-16 17:58 ` sathyanarayanan kuppuswamy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6569b4d-052f-bb9b-4e05-35dd29a067ee@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=felipe.balbi@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@intel.com \
--cc=kamilx.lulko@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@linux.intel.com \
--cc=sathyanarayanan.kuppuswamy@linux.intel.com \
--cc=sathyaosid@gmail.com \
--subject='Re: [PATCH v1 1/1] usb: core: Add quirk for HP v222w 16GB Mini' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).