Message ID | ZXRxx0o07FDnsRhN@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 21b73ffcc62ab772bc06e3e90bd87eff5e9e8ed4 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.7-rc5 | expand |
The pull request you sent on Sat, 9 Dec 2023 14:55:19 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.7-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/21b73ffcc62ab772bc06e3e90bd87eff5e9e8ed4
Thank you!
The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a: Linux 6.7-rc4 (2023-12-03 18:52:56 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.7-rc5 for you to fetch changes up to 61890dc28f7d9e9aac8a9471302613824c22fae4: usb: gadget: f_hid: fix report descriptor allocation (2023-12-07 10:12:05 +0900) ---------------------------------------------------------------- USB fixes for 6.7-rc5 Here are some small USB fixes for 6.7-rc5 to resolve some reported issues. Included in here are: - usb gadget f_hid, and uevent fix - xhci driver revert to resolve a much-reported issue - typec driver fix All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Konstantin Aladyshev (1): usb: gadget: f_hid: fix report descriptor allocation Mathias Nyman (1): Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" RD Babiera (1): usb: typec: class: fix typec_altmode_put_partner to put plugs Roy Luo (1): USB: gadget: core: adjust uevent timing on gadget unbind drivers/usb/gadget/function/f_hid.c | 7 ++++--- drivers/usb/gadget/udc/core.c | 4 ++-- drivers/usb/host/xhci-pci.c | 2 -- drivers/usb/typec/class.c | 5 +++-- 4 files changed, 9 insertions(+), 9 deletions(-)