Message ID | Y+jGPeHQov5f+pXH@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e2bca0ebf775453bb3c6b9c2149fb4712621493a |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.2-rc8 | expand |
The pull request you sent on Sun, 12 Feb 2023 11:58:05 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.2-rc8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e2bca0ebf775453bb3c6b9c2149fb4712621493a
Thank you!
The following changes since commit 4ec5183ec48656cec489c49f989c508b68b518e3: Linux 6.2-rc7 (2023-02-05 13:13:28 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.2-rc8 for you to fetch changes up to 303e724d7b1e1a0a93daf0b1ab5f7c4f53543b34: usb: core: add quirk for Alcor Link AK9563 smartcard reader (2023-02-09 13:23:51 +0100) ---------------------------------------------------------------- USB fixes for 6.2-rc8 Here are 2 small USB driver fixes that resolve some reported regressions and one new device quirk. Specifically these are: - new quirk for Alcor Link AK9563 smartcard reader - revert of u_ether gadget change in 6.2-rc1 that caused problems - typec pin probe fix All of these have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Mark Pearson (1): usb: core: add quirk for Alcor Link AK9563 smartcard reader Paul Cercueil (1): Revert "usb: gadget: u_ether: Do not make UDC parent of the net device" Prashant Malani (1): usb: typec: altmodes/displayport: Fix probe pin assign check drivers/usb/core/quirks.c | 3 +++ drivers/usb/gadget/function/u_ether.c | 4 ++++ drivers/usb/typec/altmodes/displayport.c | 8 ++++---- 3 files changed, 11 insertions(+), 4 deletions(-)