Linux USB
 help / color / mirror / Atom feed
* [PATCH v3 0/3] usb: wBytesPerInterval workaround and cleanups
@ 2026-05-18  5:30 Michal Pecio
  2026-05-18  5:31 ` [PATCH v3 1/3] usb: core: Fix SuperSpeed root hub wMaxPacketSize Michal Pecio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michal Pecio @ 2026-05-18  5:30 UTC (permalink / raw)
  To: Greg KH, Alan Stern, Mathias Nyman
  Cc: Xuetao (kirin), caiyadong, linux-usb, linux-kernel

This series provides a workaround for certain devices with bogus
wBytesPerInterval field in interrupt endpoint descriptors and enables
them to work on the latest pedantic xHCI controllers.

It also fixes USB3 root hub descriptors and improves error logging.

new in v3:
all: add cover letter
     rebase on 7.1 to fix context conflicts
1/1: reduce wMaxPacketSize instead of raising wBytesPerInterval,
     as pointed out by Mathias Nyman

new in v2:
2/3: added reporter's tested-by
     use usb_endpoint_is_int_in() as suggested by Alan
3/3: new patch

Michal Pecio (3):
  usb: core: Fix SuperSpeed root hub wMaxPacketSize
  usb: core: Fix up Interrupt IN endpoints with bogus wBytesPerInterval
  usb: core: Clean up SuperSpeed/eUSB2 descriptor validation logging

 drivers/usb/core/config.c | 46 ++++++++++++++++-----------------------
 drivers/usb/core/hcd.c    |  4 +---
 2 files changed, 20 insertions(+), 30 deletions(-)

-- 
2.48.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-18  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18  5:30 [PATCH v3 0/3] usb: wBytesPerInterval workaround and cleanups Michal Pecio
2026-05-18  5:31 ` [PATCH v3 1/3] usb: core: Fix SuperSpeed root hub wMaxPacketSize Michal Pecio
2026-05-18  5:32 ` [PATCH v3 2/3] usb: core: Fix up Interrupt IN endpoints with bogus wBytesPerInterval Michal Pecio
2026-05-18  5:32 ` [PATCH v3 3/3] usb: core: Clean up SuperSpeed/eUSB2 descriptor validation logging Michal Pecio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox