asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Hector Martin <marcan@marcan.st>
To: Bin Meng <bmeng.cn@gmail.com>, Marek Vasut <marex@denx.de>
Cc: Mark Kettenis <kettenis@openbsd.org>, Neal Gompa <neal@gompa.dev>,
	 u-boot@lists.denx.de, asahi@lists.linux.dev,
	 Hector Martin <marcan@marcan.st>
Subject: [PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys
Date: Sun, 29 Oct 2023 16:09:07 +0900	[thread overview]
Message-ID: <20231029-usb-fixes-2-v1-0-9f793aa20fe4@marcan.st> (raw)

This mini series fixes one bug, but in the process makes YubiKeys work,
which then regresses people who have one *and* a USB keyboard, since we
only support a single keyboard device.

Therefore patch #1 makes U-Boot ignore YubiKeys, so #2 does not
regress things.

Signed-off-by: Hector Martin <marcan@marcan.st>
---
Hector Martin (2):
      usb: kbd: Ignore Yubikeys
      usb: hub: Add missing reset recovery delay

 common/usb_hub.c |  7 +++++++
 common/usb_kbd.c | 19 +++++++++++++++++++
 2 files changed, 26 insertions(+)
---
base-commit: 8ad1c9c26f7740806a162818b790d4a72f515b7e
change-id: 20231029-usb-fixes-2-976486d1603c

Best regards,
-- 
Hector Martin <marcan@marcan.st>


             reply	other threads:[~2023-10-29  7:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-29  7:09 Hector Martin [this message]
2023-10-29  7:09 ` [PATCH 1/2] usb: kbd: Ignore Yubikeys Hector Martin
2023-10-29 12:13   ` Marek Vasut
2023-10-29  7:09 ` [PATCH 2/2] usb: hub: Add missing reset recovery delay Hector Martin
2023-10-29 12:14   ` Marek Vasut
2023-10-29 14:34 ` [PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys Neal Gompa

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=20231029-usb-fixes-2-v1-0-9f793aa20fe4@marcan.st \
    --to=marcan@marcan.st \
    --cc=asahi@lists.linux.dev \
    --cc=bmeng.cn@gmail.com \
    --cc=kettenis@openbsd.org \
    --cc=marex@denx.de \
    --cc=neal@gompa.dev \
    --cc=u-boot@lists.denx.de \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).