From: Johan Hovold <johan@kernel.org> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Alan Stern <stern@rowland.harvard.edu>, edes <edes@gmx.net>, Takashi Iwai <tiwai@suse.de>, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold <johan@kernel.org> Subject: [PATCH 0/3] USB: core: add endpoint-blacklist quirk Date: Mon, 3 Feb 2020 16:38:27 +0100 [thread overview] Message-ID: <20200203153830.26394-1-johan@kernel.org> (raw) This series adds a new endpoint-blacklist device quirk and uses that to ignore a duplicate endpoint in a broken altsetting of a sound card. The last patch is just a related cleanup. Johan Johan Hovold (3): USB: core: add endpoint-blacklist quirk USB: quirks: blacklist duplicate ep on Sound Devices USBPre2 USB: core: clean up endpoint-descriptor parsing drivers/usb/core/config.c | 31 +++++++++++++++++++------------ drivers/usb/core/quirks.c | 37 +++++++++++++++++++++++++++++++++++++ drivers/usb/core/usb.h | 3 +++ include/linux/usb/quirks.h | 3 +++ 4 files changed, 62 insertions(+), 12 deletions(-) -- 2.24.1
next reply other threads:[~2020-02-03 15:41 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-03 15:38 Johan Hovold [this message] 2020-02-03 15:38 ` [PATCH 1/3] " Johan Hovold 2020-02-03 15:38 ` [PATCH 2/3] USB: quirks: blacklist duplicate ep on Sound Devices USBPre2 Johan Hovold 2020-02-03 15:38 ` [PATCH 3/3] USB: core: clean up endpoint-descriptor parsing Johan Hovold
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=20200203153830.26394-1-johan@kernel.org \ --to=johan@kernel.org \ --cc=edes@gmx.net \ --cc=gregkh@linuxfoundation.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-usb@vger.kernel.org \ --cc=stern@rowland.harvard.edu \ --cc=tiwai@suse.de \ --subject='Re: [PATCH 0/3] USB: core: add endpoint-blacklist quirk' \ /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 an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.